Re: [osg-users] ESRIShape error

2007-10-31 Thread Glenn Waldron
Karl, Thanks for the files. I am able to open the shapefile OK in various apps (ArcMap, Global Mapper, etc.) but I can confirm that it does indeed cause osgviewer (2.2.0) to crash. So it looks probable there's a bug in the shp loader. -gw On 10/31/07, Karl Beal <[EMAIL PROTECTED]> wrote: > > See

Re: [osg-users] ESRIShape error

2007-10-30 Thread Donald Cipperly
I can load the file just fine using my Shapefile plugin btw. The points are in a local coordinate system. See attached pic. On Oct 30, 2007 1:05 PM, Karl Beal <[EMAIL PROTECTED]> wrote: > > > > I've attached the shapefile in question. > I'm running on OpenSceneGraph-2.2.0 on Windows. > > > > > T

Re: [osg-users] ESRIShape error

2007-10-30 Thread Glenn Waldron
Hi Karl, My apologies; I meant attach them to an osg-users posting so that we can test the shapefile :) -gw On 10/30/07, Karl Beal <[EMAIL PROTECTED]> wrote: > > I've located the .shx and .dbf files. How do I go about attaching > them? Is that done in one of the Arc programs? > > > This e-mail

Re: [osg-users] ESRIShape error

2007-10-30 Thread Karl Beal
I've located the .shx and .dbf files. How do I go about attaching them? Is that done in one of the Arc programs? This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you are NOT the intend

Re: [osg-users] ESRIShape error

2007-10-30 Thread Glenn Waldron
Karl, You need to attach the buildings.shx and buildings.dbf as well. A shapefile is invalid (and unloadable in most programs) without these. -gw On 10/30/07, Karl Beal <[EMAIL PROTECTED]> wrote: > > I've attached the shapefile in question. > I'm running on OpenSceneGraph-2.2.0 on Windows. > > >

Re: [osg-users] ESRIShape error

2007-10-30 Thread Philip Taylor
Karl, File does not open with Arc Explorer either, so i guess its probably got issues. PhilT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul de Repentigny Sent: 30 October 2007 18:52 To: OpenSceneGraph Users Subject: Re: [osg-users] ESRIShape error

Re: [osg-users] ESRIShape error

2007-10-30 Thread Paul de Repentigny
Karl, I can't seem to open the file anywhere (OSG, GlobalMapper). Are you sure it is a valid non-corrupted Shapefile? Ciao, PdR Le 07-10-30 à 14:40, Robert Osfield a écrit : > Hi Karl, > > Thanks for the file, I've tried it on my linux box on the SVN version > (very close to 2.2) and it fail

Re: [osg-users] ESRIShape error

2007-10-30 Thread Robert Osfield
Hi Karl, Thanks for the file, I've tried it on my linux box on the SVN version (very close to 2.2) and it fails with a seg fault. I'm busy with other work right now so can't go investigating problems, but once I more available I'll have a look into it futhers. Others are welcome to dive in and p

Re: [osg-users] ESRIShape error

2007-10-30 Thread Karl Beal
I've attached the shapefile in question. I'm running on OpenSceneGraph-2.2.0 on Windows. This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you are NOT the intended recipient or the per

Re: [osg-users] ESRIShape error

2007-10-30 Thread Robert Osfield
On 10/30/07, Karl Beal <[EMAIL PROTECTED]> wrote: > I'm trying to load a simple .shp file using osgviewer and I'm getting a > crash esrishape.cpp > In the PolygonZ::PolygonZ(const PolygonZ &p) constuctor p.mArray is NULL > which causes the crash. > > Is this a bug? Yes a crash is very very likely

[osg-users] ESRIShape error

2007-10-30 Thread Karl Beal
I'm trying to load a simple .shp file using osgviewer and I'm getting a crash esrishape.cpp In the PolygonZ::PolygonZ(const PolygonZ &p) constuctor p.mArray is NULL which causes the crash. Is this a bug? This e-mail and any files transmitted with it are confidential and are intended solely f