Skip to content

Commit 0e36c22

Browse files
committed
- Added information about projection of mapscript provider
1 parent cd6d88f commit 0e36c22

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/data-publishing/ogcapi-maps.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ Currently supported style files (`options.style`):
6262
name: png
6363
mimetype: image/png
6464
65+
Projections are supported through EPSG codes (`options.projection`):
66+
67+
.. code-block:: yaml
68+
69+
options:
70+
type: MS_LAYER_POINT
71+
layer: foo_name
72+
projection: 32631
73+
74+
This parameter is optional, defaulting to WGS84 (4236).
75+
6576
WMSFacade
6677
^^^^^^^^^
6778

0 commit comments

Comments
 (0)