Results 199 comments of Seth G

@Skrol29 - it looks like the features are clipped and then the OUTLINECOLOR is applied to the clipped feature. It doesn't seem to address this case, but you could try...

@Skrol29 - as the features draw without issues when using a fixed width it is likely to be a combination of not calling `msBindLayerToShape` in mapdraw.c at the correct place,...

@mapcentia - thanks for the pull request. Could it be updated to check for the RSVG version number so the code works with multiple versions, with a check similar to:...

@dnlkoch - similar happened to GeoExt - see https://github.com/geoext/geoext/pull/722

On further investigations I'm not sure if this keyword has any effect. It is read and written to Mapfiles as part of the `STYLE` object but I can't find any...

The best place to start is https://github.com/mapserver/mapserver/blob/master/appveyor.yml which has a fully working build process for Windows. Windows CMake instructions can also be found in https://github.com/mapserver/mapserver/blob/master/README.WIN32

For info this is still the case, with the following exception returned: ```xml msSLDApplySLDURL: WMS server error. Could not open SLD https://demo.mapserver.org/ogc-demos/map/sld/sld_line_simple.xml and save it in a temporary file. Please...

This is addressed for the CLASS docs with https://github.com/mapserver/docs/commit/f9fd6dc499c69d245a67e2c806b7a0d717543f5f - more to follow. See Notes at https://mapserver.org/mapfile/class.html

Trying to see how this is used. I thought it might automatically clip data, for example hiding one of the points below. However both are displayed when running `mapserv QUERY_STRING="map=style_position.map&mode=map&layer=center"...

@TAlonglong couldn't this be solved by adding a new attribute in a DATA clause that set a default if another attribute was empty? E.g. if the source was PostGIS you...