Patrik Sylve
Patrik Sylve
Hi, I updated the script that generates the table of EPSGs that have inverted axis order. It will append EPSGs if EPSGTreatsAsNorthingEasting or EPSGTreatsAsLatLong return true. I encountered some issues...
When constructing the WMS URL for a layer with a WMS connection, the layerObj.projection is assigned the requested SRS if allowed. However, in some cases, reprojecting the layer's extent into...
In certain cases MS would end up in a endless recursion, with the following stack: `msOGRFileReadTile` - fetch next tile -- `msOgrFileWhichShapes` - bbox filter ---- `msOgrInitItems` - reload items...
Continuation on https://github.com/MapServer/MapServer/pull/7274. Will parse CPG values in the same fashion as [gdal](https://github.com/OSGeo/gdal/blob/release/3.11/ogr/ogrsf_frmts/shape/ogrshapelayer.cpp#L503). This will help iconv to recognize code pages on the format as listed in: https://support.esri.com/en-us/knowledge-base/read-and-write-shapefile-and-dbase-files-encoded-in-var-000013192 I added...
Hi, I have encountered an issue where MS fails to render areas when requesting WMS bbox that spans over the antimeridian. In my case, I have source data defined in...