Skip to content

Commit 76ee534

Browse files
jmckennagithub-actions[bot]
authored andcommitted
update SLD/filter encoding
1 parent 561bdaa commit 76ee534

File tree

5 files changed

+14
-22
lines changed

5 files changed

+14
-22
lines changed

en/development/announce/6-2.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ on the pixels that intersect the "EZ" country from our countries layer.
121121

122122
This masking feature can be used on all the renderers that work on pixel data,
123123
i.e. not for the pdf or svg renderers. In the case where the masked layer contains
124-
labels, only the labels who's anchor falls inside the mask will be renderered. The
124+
labels, only the labels who's anchor falls inside the mask will be rendered. The
125125
actual label text may itself overlap outside of the masked area.
126126

127127
.. seealso::
@@ -203,7 +203,7 @@ In order to support rendering arrowheads, the `STYLE` object now supports a
203203
Label Leader Offsetting
204204
=======================
205205

206-
For densely labelled maps, MapServer now supports offseting a label with respect to
206+
For densely labelled maps, MapServer now supports offsetting a label with respect to
207207
it's original anchorpoint if the original location resulted in a collision with an
208208
already present label. An optional line can also be rendered to link the rendered
209209
text to it's original feature location.
@@ -319,7 +319,7 @@ Minor New Features in MapServer 6.2
319319

320320
* **Initial Gap Support for Line Patterns**
321321

322-
The line pattern used to style lines can now be precisely offseted with respect to the
322+
The line pattern used to style lines can now be precisely offsetted with respect to the
323323
start of the line feature, allowing stable combinations of dashed patterns
324324

325325
.. seealso::
@@ -386,7 +386,7 @@ Noteworthy Changes Which Could Affect Existing Applications
386386

387387
.. note::
388388

389-
MultiLabel Symbology and Offseted labels are not supported on ANNOTATION layers.
389+
MultiLabel Symbology and Offsetted labels are not supported on ANNOTATION layers.
390390

391391
* **Support for GDAL older than 1.5.0 has been dropped**
392392

en/development/bugs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Bugs/issues for the MapServer source code (or msautotest) should be submitted through GitHub
88
at https://github.com/MapServer/MapServer/issues . Bugs/issues related to documentation or the demo server should be submitted through GitHub
99
in the `docs` repository at https://github.com/MapServer/MapServer-documentation/issues . You will first
10-
need to create a free personal account at GitHub (https://github.com/plans).
10+
need to create a free personal account at GitHub (https://github.com/pricing).
1111

1212
Please keep the following issues in mind when submitting a bug/issue:
1313

en/ogc/filter_encoding.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:Contact: jmckenna at gatewaygeomatics.com
1212
:Author: Yewondwossen Assefa
1313
:Contact: assefa at dmsolutions.ca
14-
:Last Updated: 2019-11-21
14+
:Last Updated: 2024-06-27
1515

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

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

5252
.. index::
5353
triple: WFS; Filter encoding; Supported features
@@ -183,8 +183,7 @@ capabilities of your WFS server, the document returned should contain
183183
the supported filters. Here is part of a Capabilities document (note
184184
the "Filter_Capabilities" section):
185185

186-
.. code-block:: text
187-
:linenos:
186+
.. code-block:: xml
188187

189188
<?xml version="1.0" encoding="ISO-8859-1"?>
190189
<WFS_Capabilities version="1.0.0" updateSequence="0"
@@ -193,13 +192,6 @@ the "Filter_Capabilities" section):
193192
xsi:schemaLocation="http://www.opengis.net/wfs
194193
http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd">
195194

196-
<!-- MapServer version 5.6.5 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP
197-
OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE
198-
SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT
199-
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER
200-
SUPPORTS=GEOS SUPPORTS=RGBA_PNG INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR
201-
INPUT=GDAL INPUT=SHAPEFILE -->
202-
203195
<Service>
204196
<Name>MapServer WFS</Name>
205197
<Title>WMS Demo Server for MapServer</Title>

en/ogc/sld.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:Contact: jmckenna at gatewaygeomatics.com
1212
:Author: Yewondwossen Assefa
1313
:Contact: assefa at dmsolutions.ca
14-
:Last Updated: 2019-11-21
14+
:Last Updated: 2024-06-27
1515

1616
.. contents::
1717
:depth: 2
@@ -43,8 +43,8 @@ Links to SLD-related Information
4343
- `MapServer OGC Web Services Workshop`_.
4444
- `Open GIS Consortium (OGC) home page`_.
4545

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

5050
Server Side Support

en/optimization/debugging.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
12-
:Last Updated: 2024-06-20
12+
:Last Updated: 2024-06-27
1313

1414
.. contents:: Table of Contents
1515
:depth: 3
@@ -323,7 +323,7 @@ with the **CPL_CURL_VERBOSE** variable, such as:
323323

324324
.. NOTE::
325325
For a list of GDAL's possible variables to use, see the
326-
GDAL official `list <https://gdal.org/user/configoptions.html#list-of-configuration-options-and-where-they-apply>`__.
326+
GDAL official `list <https://gdal.org/user/configoptions.html>`__.
327327
The old `GDAL wiki <https://trac.osgeo.org/gdal/wiki/ConfigOptions?version=52>`__
328328
is still a good source of information for these variables, even if outdated.
329329

0 commit comments

Comments
 (0)