Skip to content

Commit 5759388

Browse files
committed
update links
1 parent 3ab87a2 commit 5759388

7 files changed

Lines changed: 27 additions & 27 deletions

File tree

en/development/documentation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:Contact: hobu.inc at gmail.com
99
:Author: Jeff McKenna
1010
:Contact: jmckenna at gatewaygeomatics.com
11-
:Last Updated: 2025-06-27
11+
:Last Updated: 2026-03-23
1212

1313
.. contents:: Table of Contents
1414
:depth: 4
@@ -272,7 +272,7 @@ Installing and Using Sphinx for rst-html Generation
272272

273273
python -m pip install -r requirements.txt
274274

275-
#. install MacTex from http://www.tug.org/mactex/ if you want to build pdfs
275+
#. install MacTex from https://www.tug.org/mactex/ if you want to build pdfs
276276

277277
#. to process the documentation, from the MapServer /MapServer-documentation directory, run:
278278

en/ogc/filter_encoding.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
1212
:Author: Yewondwossen Assefa
13-
:Last Updated: 2024-06-27
13+
:Last Updated: 2026-03-23
1414

1515
.. contents:: Table of Contents
1616
:depth: 2
@@ -44,7 +44,7 @@ Links to SLD-related Information
4444
- `MapServer OGC Web Services Workshop`_.
4545
- `Open GIS Consortium (OGC) home page`_.
4646

47-
.. _`Filter Encoding Implementation Specification`: https://www.ogc.org/standard/filter/
47+
.. _`Filter Encoding Implementation Specification`: https://www.ogc.org/standards/filter/
4848
.. _`Open GIS Consortium (OGC) home page`: https://www.ogc.org
4949
.. _`MapServer OGC Web Services Workshop`: https://mapserver.github.io/ms-ogc-workshop/
5050

en/ogc/sld.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
1212
:Author: Yewondwossen Assefa
13-
:Last Updated: 2025-08-18
13+
:Last Updated: 2026-03-23
1414

1515
.. contents::
1616
:depth: 2
@@ -42,7 +42,7 @@ Links to SLD-related Information
4242
- `MapServer OGC Web Services Workshop`_.
4343
- `Open GIS Consortium (OGC) home page`_.
4444

45-
.. _`Styled Layer Descriptor Implementation Specification`: https://www.ogc.org/standard/sld/
45+
.. _`Styled Layer Descriptor Implementation Specification`: https://www.ogc.org/standards/sld/
4646
.. _`MapServer OGC Web Services Workshop`: https://mapserver.github.io/ms-ogc-workshop/
4747
.. _`Open GIS Consortium (OGC) home page`: https://www.ogc.org
4848

en/ogc/sos_server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Links to SOS-Related Information
4242
--------------------------------
4343

4444
- `SOS specification documents <https://www.ogc.org/standards/sos>`__
45-
- OGC's `Sensor Web Enablement <https://www.ogc.org/projects/groups/sensorwebdwg>`__ working group
45+
- OGC's `Sensor Web Enablement <https://docs.ogc.org/wp/07-165r1/>`__ overview
4646

4747
Relevant Definitions
4848
--------------------

en/ogc/wcs_server.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:Contact: stephan.meissl at eox.at
1414
:Author: Fabian Schindler
1515
:Contact: fabian.schindler at eox.at
16-
:Last Updated: 2025-08-02
16+
:Last Updated: 2026-03-23
1717

1818
.. contents:: Table of Contents
1919
:depth: 2
@@ -1781,8 +1781,8 @@ Arcview.
17811781
WCS 2.0 Application Profile - Earth Observation (EO-WCS)
17821782
========================================================
17831783

1784-
OGC is currently discussing the adoption of an Earth Observation
1785-
(EO) Application Profile for WCS 2.0 (EO-WCS) (see `public RFC on EO-WCS`_).
1784+
OGC adopted an Earth Observation
1785+
(EO) Application Profile for WCS 2.0 (EO-WCS) (see `Earth Observation Application Profile`_).
17861786
For an implementation please refer to the Open Source project `EOxServer`_
17871787
which already implements this proposed EO-WCS based on MapServer.
17881788

@@ -1837,8 +1837,8 @@ Service of Canada.
18371837
.. _`WCS 2.0 tests in msautotest`: https://github.com/MapServer/MapServer/blob/main/msautotest/wxs/wcs_simple.map
18381838
.. _`WCS GRIB output in msautotest`: https://github.com/MapServer/MapServer/blob/main/msautotest/wxs/wcs_grib_output.map
18391839
.. _`MS RFC 67`: https://mapserver.org/development/rfc/ms-rfc-67.html
1840-
.. _`public RFC on EO-WCS`: https://www.ogc.org/standards/requests/81
1841-
.. _`EOxServer`: http://eoxserver.org
1840+
.. _`Earth Observation Application Profile`: https://docs.ogc.org/is/10-140r2/10-140r2.html
1841+
.. _`EOxServer`: https://eoxserver.org
18421842
.. _`WCS DescribeCoverage live example`: https://demo.mapserver.org/cgi-bin/wcs?SERVICE=WCS&VERSION=1.0.0&REQUEST=DescribeCoverage&COVERAGE=modis
18431843
.. _`WCS GetCapabilities live example`: https://demo.mapserver.org/cgi-bin/wcs?SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCapabilities
18441844
.. _`WCS GetCoverage live example`: https://demo.mapserver.org/cgi-bin/wcs?SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=modis-001&CRS=EPSG:26915&BBOX=159707,4597395,1400707,5501395&WIDTH=400&HEIGHT=300&FORMAT=GEOTIFF_RGB

en/output/kml_output.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ KML Output
88
:Authors: Thomas.Bonfort (thomas.bonfort at gmail.com)
99
:Authors: Yewondwossen Assefa
1010
:Authors: Michael Smith (michael.smith at usace.army.mil)
11-
:Last Updated: 2019-12-13
11+
:Last Updated: 2026-03-23
1212

1313
Introduction
1414
-------------------------------------------------------------------------------
@@ -255,13 +255,13 @@ General notes on layers
255255
- The user can use metadata KML_ALTITUDEMODE to specify how altitude
256256
components in the <coordinates> element are interpreted. Possible
257257
values are: absolute, relativeToGround,
258-
clampToGround. http://code.google.com/apis/kml/documentation/kmlreference.html#altitudemode
258+
clampToGround. https://developers.google.com/kml/documentation/kmlreference?csw=1#altitudemode
259259
- The user can use metedata KML_EXTRUDE to specify whether to connect
260260
the LinearRing to the
261-
ground. http://code.google.com/apis/kml/documentation/kmlreference.html#tessellate
261+
ground. https://developers.google.com/kml/documentation/kmlreference?csw=1#tessellate
262262
- The user can use metedata KML_TESSELLATE to specify whether to allow
263263
the LinearRing to follow the
264-
terrain. http://code.google.com/apis/kml/documentation/kmlreference.html#extrude
264+
terrain. https://developers.google.com/kml/documentation/kmlreference?csw=1#extrude
265265
- The user can specify an attribute to be used as the elevation value
266266
using a layer level metedata: 'kml_elevation_attribute' '<Name of
267267
attribute>'. The value will be used as the z value when the

en/output/svg.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -406,19 +406,19 @@ Below is a sample goSVG file of a point layer with labels:
406406
.. _`World Wide Web Consortium's (W3C) Scalable Vector Graphics (SVG) 1.1 Specification`: http://www.w3.org/TR/SVG/
407407
.. _`SVG 1.1 specification`: http://www.w3.org/TR/SVG/
408408
.. _`SVG Discussion Paper`: https://old.carto.net/papers/svg/index_e.shtml
409-
.. _`SVG Tiny Profile`: http://www.w3.org/TR/2003/REC-SVGMobile-20030114/
410-
.. _`polyline`: http://www.w3.org/TR/SVG/shapes.html#PolylineElement
411-
.. _`stroke-dasharray`: http://www.w3.org/TR/SVG/painting.html
412-
.. _`polygon`: http://www.w3.org/TR/SVG/shapes.html#PolygonElement
413-
.. _`patterns`: http://www.w3.org/TR/SVG/pservers.html#Patterns
414-
.. _`text`: http://www.w3.org/TR/SVG/text.html#TextElement
415-
.. _`font-family`: http://www.w3.org/TR/SVG/text.html#FontFamilyProperty
416-
.. _`font-style`: http://www.w3.org/TR/SVG/text.html#FontStyleProperty
417-
.. _`font-weight`: http://www.w3.org/TR/SVG/text.html#FontWeightProperty
418-
.. _`list of SVG implementations`: http://www.w3.org/Graphics/SVG/SVG-Implementations
409+
.. _`SVG Tiny Profile`: https://www.w3.org/TR/2003/REC-SVGMobile-20030114/
410+
.. _`polyline`: https://www.w3.org/TR/SVG/shapes.html#PolylineElement
411+
.. _`stroke-dasharray`: https://www.w3.org/TR/SVG/painting.html
412+
.. _`polygon`: https://www.w3.org/TR/SVG/shapes.html#PolygonElement
413+
.. _`patterns`: https://www.w3.org/TR/SVG/pservers.html#Patterns
414+
.. _`text`: https://www.w3.org/TR/SVG/text.html#TextElement
415+
.. _`font-family`: https://www.w3.org/TR/SVG/text.html#FontFamilyProperty
416+
.. _`font-style`: https://www.w3.org/TR/SVG/text.html#FontStyleProperty
417+
.. _`font-weight`: https://www.w3.org/TR/SVG/text.html#FontWeightProperty
418+
.. _`list of SVG implementations`: https://www.w3.org/Graphics/SVG/SVG-Implementations
419419
.. _`Adobe Viewer plugin`: http://www.adobe.com/svg/viewer/install/main.html
420420
.. _`here`: http://www.svgopen.org/2004/papers/goSVGauthoringtool-1/
421421
.. _`G-XML`: http://gisclh.dpc.or.jp/gxml/contents-e/index.htm
422-
.. _`SVG 1.1`: http://www.w3.org/TR/SVG/
422+
.. _`SVG 1.1`: https://www.w3.org/TR/SVG/
423423

424424

0 commit comments

Comments
 (0)