You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 6.4.0, WMS GetMap requests with KML output using MapServer's native KML driver return erroneous coordinates. See testcase at http://kralidis.ca/tmp/ms_native_kml.tgz
The text was updated successfully, but these errors were encountered:
I should have added in the testcase Makefile a CGI test: if you run mapserv QUERY_STRING=map=./rt2.map&mode=map&MAP_IMAGETYPE=KML&layers=stations, the geometry output is correct.
So this bug is in the context of KML via WMS. CGI works fine.
From discussion with @rouault it seems that image coordinates are being output, not geospatial coordinates. If the image width/height ratio is identical to the bbox, then coordinates are output correctly.
This issue has been closed due to lack of activity. This doesn't mean the issue is invalid, it simply got no attention within the last year. Please reopen with missing/relevant information if still valid.
Typically, issues fall in this state for one of the following reasons:
Hard, impossible or not enough information to reproduce
Missing test case
Lack of a champion with interest and/or funding to address the issue
Using 6.4.0, WMS GetMap requests with KML output using MapServer's native KML driver return erroneous coordinates. See testcase at http://kralidis.ca/tmp/ms_native_kml.tgz
The text was updated successfully, but these errors were encountered: