Jukka Rahkonen
Jukka Rahkonen
See https://gis.stackexchange.com/questions/422282/looking-for-qgis-equivalent-of-arcgis-delete-colormap-tool/422288#422288 There does not seem to be a simple way to remove a colortable from a paletted image. I thought that gdalattachpct could be used but it does not...
While studying https://github.com/mapserver/mapserver/issues/3487 which was about a rendering bug when shapefile contains NULL shapes I noticed that NULL shapes lead to wrong result in WFS. They are not included in...
The GeoPackage standard allows non-spatial tables which hold only attribute data: > Non-spatial attribute data are sets (or tuples or rows) of observations that may not have an explicit >...
For example https://epsg.io/3881 gives corrects bounds in the description > Area of use: Finland - nominally onshore between 26°30'E and 27°30'E but may be used in adjacent areas if a...
Test data: test.gpx file from the autotests https://github.com/OSGeo/gdal/blob/master/autotest/ogr/data/gpx/test.gpx Test method: convert GPX into gpkg or PostGIS `ogr2ogr -f gpkg gpxtest.gpkg test.gpx` The issue: Fids in the "tracks" table start from...
If GeoJSON contains an extra feature member like this (sorry if it is not a member, I do not master the JSON vocubulary): `"kiinteistotunnuksenSijainti":{"type":"Point","coordinates":[461312.783,6685388.485]}}` then the numbers seem to go...
Some CITE tests fail. Service used in the test: https://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetCapabilities The complete Teamengine test report (XML) included as an attachment. List of errors and interpretation (incomplete) - test-method status="FAIL" signature="getCapabilities_missingServiceParam()...
 Inspired by the discussion during the FOSS4G conference in Bucharest I have written some material to support my feeling that we could get nice speed boost in a user...
Our customer reported an odd projection error that must have appeared after we upgraded Proj and Mapserver. Last known good installation was using Proj 5.x, the current one is using...
I ask because I saw this MapServer discussion in GitHub https://github.com/MapServer/MapServer/pull/6893#discussion_r1224356484 about what to do if a request happens to contain for example &crs= or &bbox-crs= many times @rouault commented...