Skip to content

Commit a3d39cb

Browse files
committed
Update links
1 parent 7e03d60 commit a3d39cb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

workshop/content/docs/advanced/gdalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MapServer can dynamically run a [GDAL Vector Pipeline](https://gdal.org/en/latest/programs/gdal_vector_pipeline.html), and render its output -
66
all through a simple Mapfile.
77

8-
In this workshop we'll use the Tartu roads dataset used in the [Line Styling](../mapfile/lines.md) exercise, dynamically
8+
In this workshop we'll use the Tartu roads dataset used in the [Line Styling](/mapfile/lines/) exercise, dynamically
99
buffer it using GDAL, and display the result in OpenLayers using a MapServer WMS.
1010

1111
This is a simple example of a pipeline, but additional steps can be chained together to create more complex workflows.

workshop/content/docs/advanced/other-projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const wmsLayer = new ImageLayer({
189189

190190
!!! note
191191

192-
OpenLayers does not natively support WCS. In this example we use the same approach as in the [Web Coverage Services (WCS)](../outputs/wcs.md) tutorial for testing the WCS protocol.
192+
OpenLayers does not natively support WCS. In this example we use the same approach as in the [Web Coverage Services (WCS)](/outputs/wcs/) tutorial for testing the WCS protocol.
193193
Images are requested as PNGs using the [ImageWMS](https://openlayers.org/en/latest/apidoc/module-ol_source_ImageWMS-ImageWMS.html) class and a custom
194194
[imageLoadFunction](https://openlayers.org/en/latest/apidoc/module-ol_Image.html#~LoadFunction),
195195
as displaying GeoTIFFs directly in OpenLayers is not supported without additional libraries.

workshop/content/docs/advanced/symbols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this exercise we'll look at how [SYMBOL](https://mapserver.org/mapfile/symbol
1010

1111
## Vector Symbols
1212

13-
We've looked at `ELLIPSE`, and `TRUETYPE` symbols in the [Points Styling](../mapfile/points.md) exercise. In this example
13+
We've looked at `ELLIPSE`, and `TRUETYPE` symbols in the [Points Styling](/mapfile/points/) exercise. In this example
1414
we'll be looking at [Vector Symbols](https://mapserver.org/mapfile/symbology/construction.html#symbols-of-type-vector-and-ellipse) - which
1515
use vector drawings to define the shape of a symbol.
1616

workshop/content/zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
site_name = "Getting Started with MapServer"
33
site_description = "MapServer is an Open Source platform for publishing spatial data and interactive mapping applications to the web. This workshop will cover publishing geospatial data to the Web using MapServer in support of the suite of OGC API standards."
44
site_author = "The MapServer community"
5-
copyright = "© 2025 Seth Girvin and the MapServer community"
5+
copyright = "© 2026 Seth Girvin and the MapServer community"
66
site_url = "https://mapserver.github.io/getting-started-with-mapserver"
77
repo_url = "https://github.com/mapserver/getting-started-with-mapserver"
88
docs_dir = "docs"

0 commit comments

Comments
 (0)