Open tbonfort opened 12 years ago
Author: dmorissette Date: 2005/08/08 - 14:41
David, could you please attach a small testcase to reproduce (data, mapfile, and
extents that show the problem)
Author: david.hunter@fnf.com Date: 2005/08/08 - 17:13
Get the file fdmaps.zip from:
ftp://192.70.205.30/pub/
username: ftpuser
password: fngsro
unzip it on your C: drive, it will creat the /fd_workspaces/ directory.
this URL shows the roads stopping at a county boundary:
http://localhost:8080/cgi-bin/mapserv.exe?
mode=map&map=/fd_workspaces/mapserver_demo_46.map&mapext=-
80.0594190150109+35.985454695987485+-80.01608164693057+36.02012459045174
this URL pans east from the above map, and the roads are showed correctly:
http://localhost:8080/cgi-bin/mapserv.exe?
mode=map&map=/fd_workspaces/mapserver_demo_46.map&mapext=-
80.02487848582449+35.985487037306946+-79.98154111774416+36.020156931771204
this URL zooms out from the original map, and the roads are shown correctly:
http://localhost:8080/cgi-bin/mapserv.exe?
mode=map&map=/fd_workspaces/mapserver_demo_46.map&mapext=-
80.06869857804348+35.979573367151794+-80.00369252592294+36.031578208848224
Author: fwarmerdam Date: 2005/08/09 - 15:31
seizing this bug, and digging into it.
Author: fwarmerdam Date: 2005/08/09 - 16:30
David,
I setup your example on Linux, adjusting the paths, fonts and symbols
accordingly and was unable to reproduce the problem you discuss with
the "CVS" version of MapServer and GDAL.
I also tried the test on win32 with FWTools0.9.8 (pre MapServer 4.6 release).
Could you indicate what version of GDAL you are using for MapServer? Or
where you get your mapserver binaries so I can try and reproduce with them?
Author: david.hunter@fnf.com Date: 2005/08/09 - 16:57
I got my windows binaries from the Hobu's Kitchen Sink site, I'm using the
standard build. I found some gdal DLLs in my system32 directory, so I deleted
them and restarted my web server, but this did not help.
Author: fwarmerdam Date: 2005/08/09 - 17:47
I have downloaded and tested with the "Standard Distribution" kitchen sink
build with "Standard Options".
I will attach the png file generated, for you to verify that this looks fine,
not broken as you were expecting.
The full tree I used to try and reproduce the problem is (temporarily) available
at:
http://home.gdal.org/~warmerda/bug1433.zip
Unpack it under C:\ (NOTE! It will dump in \FD_Workspace)
Go into the directory and run broken.bat to create broken_with_headers.png
which will include the mimetype header. Remove the first two lines to
get a valid png file (ie. with emacs). This zip includes the kitchen sink
executables I used.
At this point, since I can't seem to reproduce the error, there isn't anything
I can do.
Author: david.hunter@fnf.com Date: 2005/08/09 - 18:08
The output PNG in your zip file does not match the first test URL, but it does
match the second one. The second and third URLs were examples showing the
roads displayed correctly, only the first one showed the error.
Author: fwarmerdam Date: 2005/08/09 - 18:25
Doh! Successfully reproduced now with CVS head of GDAL and MapServer.
I'm digging in deeper.
Author: fwarmerdam Date: 2005/08/09 - 19:10
David,
The tileindex is in error, as shown by the view of the tileindex overlayed
on the county boundaries I will attach.
Could you give particulars of the ogrtindex command you used to generate
this tileindex? Was it done based on NCxxxxCB.TAB?
Author: david.hunter@fnf.com Date: 2005/08/09 - 19:34
The county files were not indexed, only the roads. The command I used:
C:\Program Files\FWTools0.9.8>ogrtindex -f "MapInfo File"
c:\fd_workspaces\roadbase\roads.tab c:\fd_workspaces\roadbase\roads\*.tab
Author: david.hunter@fnf.com Date: 2005/08/16 - 19:32
The tileindex image makes it look like it's some kind of rounding or string
conversion problem on the longitudes, which are negative numbers. Perhaps
using ceiling() and floor() is necessary?
I converted the TAB files to shapefiles using ogr2ogr, and then tileindexed the
roads. The problem is NOT there when using shapefiles.
Author: warmerdam Date: 2010/04/11 - 03:19 The data does not seem to be available any more and the problem does not seem to be with mapserver.
Closing.
Reporter: david.hunter@fnf.com Date: 2005/08/03 - 23:04