Re: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Jeff McKenna
Douville, Michelle R ILMB:EX wrote: Hello List, I am currently using Mapserver 5.2 on Windows Server 2003. () We have just observed, that when we publish a shapefile that has two features.. With FID = 0 and FID =1, it only displays the feature with FID = 1.. (for other Shapefiles it is a

Re: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Michelle Douvil
Hi Jeff, thanks for the quick reply.. I haven't tried the shp2img.. My tests are through WMS only.. Jeff McKenna wrote: > > Douville, Michelle R ILMB:EX wrote: >> Hello List, >> >> I am currently using Mapserver 5.2 on Windows Server 2003. >> >> () >> >> We have just observed, that when w

Re: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Michelle Douvil
I was able to create a png from MAPSERVER 4.10 / SHP2IMG.. and it does show both features.. (see image .. http://n2.nabble.com/file/n3290653/test.png When I attempt to run MAPSERVER 5.2 / SHP2IMG .. I get this.. http://n2.nabble.com/file/n3290653/Capture.jpg Perhaps it is my compiled versio

RE: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Fawcett, David
Subject: Re: [mapserver-users] Shapefile with first FID = 0 not showing.. I was able to create a png from MAPSERVER 4.10 / SHP2IMG.. and it does show both features.. (see image .. http://n2.nabble.com/file/n3290653/test.png When I attempt to run MAPSERVER 5.2 / SHP2IMG .. I get this.. http://n2

RE: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Michelle Douvil
Results of OGRINFO.. E:\apps_data\mapserverutils>ogrinfo -so E:\inetpub\wwwroot\imf\upload INFO: Open of `E:\inetpub\wwwroot\imf\upload' using driver `ESRI Shapefile' successful. 1: shp32973 (Polygon) E:\apps_data\mapserverutils>ogrinfo -summary E:\inetpub\wwwroot\imf\upload\shp32 973.shp shp32

RE: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Michelle Douvil
Just did a test and this wasn't an issue with our version of Mapserver 4.10.. The feature with FID = 0 did display via WMS using mapserver 4.10 (same mapfile, same shapefile). -- View this message in context: http://n2.nabble.com/Shapefile-with-first-FID-%3D-0-not-showing..-tp3289974p3292077.htm

Re: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Jeff McKenna
Michelle Douvil wrote: Just did a test and this wasn't an issue with our version of Mapserver 4.10.. The feature with FID = 0 did display via WMS using mapserver 4.10 (same mapfile, same shapefile). I would download the latest MS4W[1] (with MapServer 5.4.1) and try a shp2img with your mapfile.

Re: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-20 Thread Michelle Douvil
Thanks Jeff.. I download the Stable setup.exe Installer for MS4W. Which installed the ms4w-2.3.1-setup.exe 142 KB (contains MapServer 5.2.1). And it worked properly.. Both polygon features were displayed. I am not sure what could be the issue, but I believe it may be related to our compiled v

Re: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-31 Thread Michelle Douvil
It looks like if I switch to the OGR driver for Shapefiles, my issues are resolved. Are there any drawbacks to using the OGR driver vs the Native mapserver drivers? Many thanks, Michelle -- View this message in context: http://n2.nabble.com/Shapefile-with-first-FID-%3D-0-not-showing..-tp32899

Re: [mapserver-users] Shapefile with first FID = 0 not showing..

2009-07-31 Thread Frank Warmerdam
Michelle Douvil wrote: It looks like if I switch to the OGR driver for Shapefiles, my issues are resolved. Are there any drawbacks to using the OGR driver vs the Native mapserver drivers? Michelle, The OGR driver is slower - quite a bit of extra overhead going from shape objects to OGR objec