-
-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possible bug when specifying contour layer with tileindex #5212
Comments
I can reproduse. Using absolute paths in tileindex did not help, neither renaming grib2 file to short "test.grib2". Perhaps this output from shp2img has some meaning: ERROR 4: `0¨↑' does not exist in the file system
|
I've pushed a fix to raise an error when DATA isn't defined (as implied by http://mapserver.org/fr/development/rfc/ms-rfc-85.html). Tile-index are not supported in CONTOUR layers currently. You may have to use a GDAL VRT instead. |
Using 6.4.1, when displaying a GRIB2 file via
CONNECTIONTYPE CONTOUR
combined with aTILEINDEX
:Request:
http://localhost/cgi-bin/mapserv.exe?map=contour-tileindex/config.map&&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=-69.31056534684074677,-180,90,180&CRS=EPSG:4326&WIDTH=1208&HEIGHT=535&LAYERS=RDPS.ETA_PN&STYLES=default&FORMAT=image/png&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE
Response:
When switching to a
DATA
directive directly to the GRIB2 file, the WMS request works.Simple test case is provided at http://kralidis.ca/tmp/contour-tileindex.zip
The text was updated successfully, but these errors were encountered: