Check out this thread on the PostGIS list for more interesting 
discussion on this topic.

I wonder how Oracle would handle the USA-to-France buffer?  Not well, 
I'm betting...

-------- Original Message --------
Subject:        Re: [postgis-users] Using a buffer with a LineString covering 
the whole world
Date:   Wed, 11 Feb 2009 08:58:16 -0800
From:   Paul Ramsey <[email protected]>
Reply-To:       PostGIS Users Discussion <[email protected]>
To:     PostGIS Users Discussion <[email protected]>
References:     <[email protected]>



I find running screaming into the hills helps.

Sorry, that's the use case (really large/long things) where there just
is no proper solution except to start writing code that works on a
sphere. Most things just aren't that long/large.  But a few are. I
would love it if someone/manyones would express their interest in
funding such a development.

Want a hack? Cut your line into 1000 smaller lines. Buffer all those
individually in a planar space. The union them all back together
again, in lon/lat.

P.

On Wed, Feb 11, 2009 at 8:26 AM, Matthes Rieke
<[email protected]> wrote:
> Hi all,
>
> I am currently running into this problem: I have a LineString in lat/long
> coordinates (SRID 4326 - going from USA to france). I now want to create a
> buffer in meters from this. So the normal way to transfrom the coordinates
> to a planar CRS, buffering, then transforming back to 4326 does not work
> (the Line is covering many UTM zones). What would be a reasonable solution
> for this problem?
>
> Thanks and regards,
> Matthes
>
> _______________________________________________
> postgis-users mailing list
> [email protected]
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users



-- 
Martin Davis
Senior Technical Architect
Refractions Research, Inc.
(250) 383-3022


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to