Seth G
Seth G
For reference the following approach works perfectly: If you are creating a TILEINDEX using the following command: `gdaltindex index.shp myfolder/*.tif` With a LAYER as follows: ``` LAYER NAME "Contours" TYPE...
As far as I understand it `GetStyles` is an extension to WMS and not mentioned in any of the specs. Filtering the returned styles by providing a `STYLES=style1` parameter would...
Thanks @jratike80. `GetStyles` is discussed in the SLD 1.0.0 spec but then disappears from the 1.1.0 spec.  From the above it looks like all styles for a layer should...
Fixed with #7020
I can't create the above running your above script on a recent build of scikit-geometry and using CGAL 5.6 (on Windows): However you probably shouldn't be relying on comparing float...
@sdlime I found the features causing the issue. I see you already have a check for error-ing on features like this at https://github.com/MapServer/MapServer/blob/5a943d5a00c815d562210337297df9138ffc03dc/msautotest/misc/centerline.map#L155 Below is a Mapfile to recreate the...
@sdlime - that sounds good to me - I just wanted to log the issue as I ran into it with the Itasca demo datasets. Agree it shouldn't be a...
@LarsSchy @tbonfort - thanks for the feedback. I was trying to get a list of valid options for all Mapfile properties, and while testing validation came across `-255 -255 -255`...
@zsiki - testing this again on the latest versions of mappyfile gives a slightly better error message. I don't think the parser will ever be able to poinpoint the location...
`SYMBOLSET` files are already supported by the parser - see code at: https://github.com/geographika/mappyfile/blob/e15382024eb67411f8b8c45892547c51794d127b/mappyfile/mapfile.lark#L30 For parsing a MapServer `CONFIG` file (see https://mapserver.org/mapfile/config.html) a new test branch has been created at: https://github.com/geographika/mappyfile/tree/config-parser...