Skip to content

Commit eae7438

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@647818d
1 parent 904675f commit eae7438

519 files changed

Lines changed: 598 additions & 527 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MIGRATION_GUIDE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ <h3>Navigation</h3>
15841584
</div>
15851585
<div class="footer" role="contentinfo">
15861586
&#169; <a href="copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
1587-
Last updated on 2026-05-07.
1587+
Last updated on 2026-05-08.
15881588
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
15891589
</div>
15901590
</body>

_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3>Navigation</h3>
160160
</div>
161161
<div class="footer" role="contentinfo">
162162
&#169; <a href="../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
163-
Last updated on 2026-05-07.
163+
Last updated on 2026-05-08.
164164
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
165165
</div>
166166
</body>

_modules/mapscript/mapscript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5589,7 +5589,7 @@ <h3>Navigation</h3>
55895589
</div>
55905590
<div class="footer" role="contentinfo">
55915591
&#169; <a href="../../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
5592-
Last updated on 2026-05-07.
5592+
Last updated on 2026-05-08.
55935593
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
55945594
</div>
55955595
</body>

_sources/ogc/inspire.txt

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,47 @@ in msautotest::
342342
+--- TN.RailTransportNetwork.RailwayLink
343343
+--- TN.AirTransportNetwork.AirLink
344344

345+
Conformance Testing
346+
===================
345347

348+
`INSPIRE Validator`_ is the standard testing tool for INSPIRE web services.
349+
While it can be used as a standalone product, other testing frameworks like
350+
`GDI-DE Testsuite`_ in Germany build on it and extend it.
351+
352+
The `INSPIRE Validator`_ contains a 'Conformance Class: View Service - WMS' test suite
353+
for testing WMS compliance.
354+
In order to make these tests pass and enforce strict compliance, you will need to
355+
add some extra configuration settings to the `WEB.METADATA` section::
356+
357+
WEB
358+
METADATA
359+
"ows_inspire_capabilities" "url|embed" # make this an INSPIRE service
360+
"ows_compliance_mode" "true" # Enable strict OGC compliance
361+
...
362+
END
363+
END
364+
365+
.. tip::
366+
In MapServer <= 8.6.3, you also need to override the
367+
INSPIRE schema repository location, because INSPIRE
368+
validator will throw an error on the default::
369+
370+
WEB
371+
METADATA
372+
...
373+
"inspire_schemas_location" "https://inspire.ec.europa.eu/schemas"
374+
...
375+
END
376+
END
377+
346378
.. #### rST Link Section ####
347379

348380
.. _`European directive`: https://knowledge-base.inspire.ec.europa.eu/index_en
381+
.. _`GDI-DE Testsuite`: https://testsuite.gdi-de.org
349382
.. _`INSPIRE Technical Guidance document`: https://inspire-mif.github.io/technical-guidelines/services/view-wms/
350-
351383
.. _`INSPIRE schemas`: https://inspire.ec.europa.eu/schemas/inspire_vs/1.0/inspire_vs.xsd
384+
.. _`INSPIRE Validator`: https://github.com/INSPIRE-MIF/helpdesk-validator/
385+
.. _`http://inspire.ec.europa.eu/schemas`: https://inspire.ec.europa.eu/schemas
352386
.. _`WMS INSPIRE tester`: https://github.com/neogeo-technologies/inspire_tester
353387
.. _document: https://web.archive.org/web/20121110042846/http://www.neogeo-online.net/blog/wp-content/uploads/2011/04/MAPSERVER_INSPIRE.pdf
354388
.. _`INSPIRE Metadata Implementing Rules`: https://knowledge-base.inspire.ec.europa.eu/publications/inspire-metadata-implementing-rules-technical-guidelines-based-en-iso-19115-and-en-iso-19119_en

_sources/ogc/wms_server.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Web Object Metadata
10501050
metadata) Root of the web tree where the family of OGC WMS XMLSchema
10511051
files are located. This must be a valid URL where the actual .xsd
10521052
files are located if you want your WMS output to validate in a
1053-
validating XML parser. Default is `https://schemas.opengis.net`_.
1053+
validating XML parser. Default is `http://schemas.opengis.net`_.
10541054

10551055

10561056
.. index::
@@ -2481,7 +2481,7 @@ FAQ / Common Problems
24812481
.. _`Symbology Encoding Implementation Specification`: https://portal.ogc.org/files/?artifact_id=16700
24822482
.. _`The EPSG web page`: https://epsg.org/
24832483
.. _`https://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities`: https://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities
2484-
.. _`https://schemas.opengis.net`: https://schemas.opengis.net
2484+
.. _`http://schemas.opengis.net`: https://schemas.opengis.net
24852485
.. _`https://proj.org/`: https://proj.org/
24862486
.. _`http://www.maptools.org/dl/proj4-epsg.zip`: http://www.maptools.org/dl/proj4-epsg.zip
24872487

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ <h3>Navigation</h3>
245245
</div>
246246
<div class="footer" role="contentinfo">
247247
&#169; <a href="copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
248-
Last updated on 2026-05-07.
248+
Last updated on 2026-05-08.
249249
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
250250
</div>
251251
</body>

announcements/2021-03-30-limit-mapfile-access.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3>Navigation</h3>
184184
</div>
185185
<div class="footer" role="contentinfo">
186186
&#169; <a href="../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
187-
Last updated on 2026-05-07.
187+
Last updated on 2026-05-08.
188188
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
189189
</div>
190190
</body>

announcements/2021-06-11-community-condolences.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h3>Navigation</h3>
196196
</div>
197197
<div class="footer" role="contentinfo">
198198
&#169; <a href="../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
199-
Last updated on 2026-05-07.
199+
Last updated on 2026-05-08.
200200
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
201201
</div>
202202
</body>

announcements/announcements_archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ <h3>Navigation</h3>
740740
</div>
741741
<div class="footer" role="contentinfo">
742742
&#169; <a href="../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
743-
Last updated on 2026-05-07.
743+
Last updated on 2026-05-08.
744744
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
745745
</div>
746746
</body>

announcements/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3>Navigation</h3>
169169
</div>
170170
<div class="footer" role="contentinfo">
171171
&#169; <a href="../copyright.html">Copyright</a> 2026, Open Source Geospatial Foundation.
172-
Last updated on 2026-05-07.
172+
Last updated on 2026-05-08.
173173
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
174174
</div>
175175
</body>

0 commit comments

Comments
 (0)