MapServer-documentation
MapServer-documentation copied to clipboard
Source repository for the MapServer documentation, for the live website. Please submit pull requests to the 'main' branch.
From @sdlime in #26: There is a lot of overlap between the validation and the run-time substitution page. Perhaps the run-time substitution page could be more tactical, that is, addressing...
Mapserver has migrated from autotools to cmake ( mapserver/mapserver#4617 ). This change only seems to be reflected in the installation documentation as a warning in unix.txt that the documentation is...
GD support was removed in Mapserver 7. Documentation needs to be updated to reflect this change. Please report affected files.
There was a recent post on mapserver-users about security issues when having map files readable by the web server. I tried to find a good place to refer to in...
The expression documentation says: `area ( shape1 ) returns the area of shape1` In a thread on the mailing list, @sdlime tells Andrea to use `area([shape]) > 10000000`. Andrea had...
Refs https://github.com/MapServer/MapServer/pull/7069
Based on issues mentioned in https://lists.osgeo.org/pipermail/mapserver-users/2024-September/083597.html Includes minor format fixes and adding keywords to the conf.py file.
When docs are built and pushed to https://github.com/MapServer/mapserver.github.io/ old HTML files are never removed. There are several published pages which have been removed from https://github.com/MapServer/MapServer-documentation/ that are still online. For...
Documentation builds for the 8.2 branch are reporting the following errors: ``` AttributeError: module 'mapscript' has no attribute 'MS_COMPOP_HSL_HUE' The above exception was the direct cause of the following exception:...
Currently, Sphinx is reporting several of the following errors. This pull request fixes this. ``` WARNING: Summarised items should not include the current module. Replace 'mapscript.add_dll_path' with 'add_dll_path'. [autosummary.import_cycle] WARNING:...