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

Re: [osg-users] Shapefile troubles

2008-05-02 Thread Sebastian Messerschmidt
Hi Kimmo, I’ve been testing the plugin some days ago and noticed that some files are not loaded correctly. The problem here was, that the loader only loaded the first record. This happened with some files generated in Multigen. I have to test this before I submit a patch. Dunno if this is