We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6d88f commit cafddc8Copy full SHA for cafddc8
docs/source/data-publishing/ogcapi-maps.rst
@@ -62,6 +62,17 @@ Currently supported style files (`options.style`):
62
name: png
63
mimetype: image/png
64
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
76
WMSFacade
77
^^^^^^^^^
78
0 commit comments