Jukka Rahkonen

Results 175 comments of Jukka Rahkonen

By looking at the contents of https://github.com/mapserver/msautotest/tree/master/wxs this ticket is probably still valid.

This is now partially fixed by a new metadata item "wfs_use_default_extent_for_getfeature". Setting it to "no" does remove the intersects filter from the query. Mapserver does this query from Spatialite: msOGRFileWhichShapes:...

I wonder why do you need to add `CONFIG "GDAL_PAM_ENABLED" "NO"` I do not use that but image/tiff has always returned a single part GeoTIFF for me. Do you use...

I suppose that in this case GDAL should rather save the nodata value into TIFFTAG_GDAL_NODATA ASCII tag as documented in https://gdal.org/drivers/raster/gtiff.html#nodata-value. Could you try to add `FORMATOPTION "PROFILE=GDALGeoTIFF" to see...

There may indeed be something in my latest guess: ``` gdal_translate -ot float32 -a_nodata 3.402823466385289e+38 test.tif nodata.tif Input file size is 1473, 1790 Warning 1: for band 1, nodata value...

> Any idea what is happening here? Sorry no, I am not an expert on NaN values, extreme values of floating point numbers, or inaccuracies in floating point arithmetics but...

Hi, Normally you should give a bit more information: - your operating system and Mapserver version - how did you install Mapserver (from repository, built by yourself - preferably a...

Try to create and share a simple reproducible use case with a complete mapfile and source data.

I tested with a shapefile "states.dot.shp" with Mapserver 7.0 and fails with DATA "c:/ms4w/apps/states.dot" msShapefileOpen(): Unable to access file. (c:/ms4w/apps/states.dot) (message repeated 1 times) It does work with DATA "c:/ms4w/apps/states.dot.shp"...

OpenJUMP does not report about duplicated rings but ring self-intersections at three locations: POINT ( 5.448455 -75.233739 ) POINT ( 4.704127 -75.158865 ) POINT ( 4.884098 -75.098321 ) However, I...