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.
General update to reflect the progress and status of the MapML-viewer polyfill and MapML specification. @dmorissette Does this look good to you? I'm happy to discuss any details of these...
Documentation for RFC 138 - https://mapserver.org/development/rfc/ms-rfc-138.html See https://github.com/MapServer/MapServer/pull/7034 for implementation.
* See https://github.com/MapServer/MapServer/pull/7037 Resolves MapServer/MapServer#7036
On the SLD page under Server Side Support, it says ["Test the remote SLD request"](https://github.com/MapServer/MapServer-documentation/blob/f4d17ec3b6bab1d779da9d563cdc392ddeef5108/en/ogc/sld.txt#L73) with a link to https://demo.mapserver.org/cgi-bin/wms?SERVICE=wms&VERSION=1.1.1&REQUEST=GetMap&LAYERS=country_bounds&FORMAT=png&WIDTH=400&HEIGHT=300&SRS=EPSG:4326&STYLES=&BBOX=-180.0,-90.0,180.0,90.0&TRANSPARENT=TRUE&SLD=https://demo.mapserver.org/ogc-demos/map/sld/sld_line_simple.xml The link looks good but it returns a 404 status,...
Usage example in https://github.com/MapServer/MapServer/blob/809a0ad23a6bee437a715fae68e65bc83b674b48/msautotest/api/ogcapi.map#L63 What effect using compliance_mode have? It makes Mapserver to throw an error if OGCFeat request contains unknown parameters, aka vendor specific parameters. Otherwise they are silently...
I noticed at various locations in docs this convention: ``` .. index:: pair: Apache; ReWriteRule Apache ReWrite rules (using Apache mod_rewrite) ----------------------------------------------- ``` With current setup this is encoded in...
## Expected behavior and actual behavior. Tutorial examples no longer have what I assume are meant to be maps in them: https://mapserver.org/tutorial/example1-3.html#example1-3 Similarly, I am a completely new user, but...
I am working to set up mapserver to replace my daily download-and-process-satellite-images-of-my-living-area-and-post-them-to-telegram workflow with a nice website which not only displays the sat images but also allows going back and...
From @sdlime in #26: There is a use case not covered in the docs that could (should?) be - setting validation for CGI-based mapfile changes (http://mapserver.org/cgi/controls.html#changing-map-file-parameters-via-a-form-or-a-url). At worst we should...
MapServer has had a "MVT" output format since at least version 7.4 (maybe 7.2?) which creates vector tiles. MapCache has similarly supported MT format since version (?). The only documentation...