Re: [osg-users] Shapefile troubles

2008-05-13 Thread Kimmo Kotajärvi
(I posted these earlier but it got moderated out... no file attachment this time) Could anybody have a look at these shapefiles? It should be a network of roads but I can't get the shp plugin to read it correctly. http://www.wikiupload.com/download_page.php?id=33045 ~300KB zip

Re: [osg-users] Shapefile troubles

2008-05-13 Thread Donald Cipperly
The file looked fine for me, but I've written my own Shapefile reader...so it's probably an issue in the shp plugin. Your shapefile has PolyLineZ shapes if that helps in debugging. - Donny On Tue, May 13, 2008 at 3:08 AM, Kimmo Kotajärvi [EMAIL PROTECTED] wrote: (I posted these earlier but

Re: [osg-users] Shapefile troubles

2008-05-13 Thread Glenn Waldron
Kimmo, These are Polyline ZM shapes; The X,Y value are in degrees, and my guess is that the shp plugin is interpreting the Z value as degrees as well (when it's probably meters). Anyway, the WKT will not convey the units for Z coordinates, so maybe the shp plugin needs (or has) a parameter for

[osg-users] Shapefile troubles

2008-05-02 Thread Kimmo Kotajärvi
I have a collection of road data as shapefiles (.shp, .dbf, .prj) but they do not get loaded correctly. Everything gets squished into one long line, so this is obviously some coordinate system error. I can get sensible data after converting it from one coordinate system to another using

Re: [osg-users] Shapefile troubles

2008-05-02 Thread Sebastian Messerschmidt
@lists.openscenegraph.org Betreff: [osg-users] Shapefile troubles I have a collection of road data as shapefiles (.shp, .dbf, .prj) but they do not get loaded correctly. Everything gets squished into one long line, so this is obviously some coordinate system error. I can get sensible data after converting it from one