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 622942f commit 91c9dbdCopy full SHA for 91c9dbd
workshop/exercises/mapfiles/mapserver.conf
@@ -1,5 +1,5 @@
1
#
2
-# MapServer 8.0 Config File
+# MapServer Config File
3
4
CONFIG
5
@@ -51,7 +51,8 @@ CONFIG
51
52
# OGC API
53
54
- OGCAPI_HTML_TEMPLATE_DIRECTORY "/usr/local/share/mapserver/ogcapi/templates/html-bootstrap4/"
+ OGCAPI_HTML_TEMPLATE_DIRECTORY "/usr/local/share/mapserver/ogcapi/templates/html-bootstrap/"
55
+ MS_INDEX_TEMPLATE_DIRECTORY "/usr/local/share/mapserver/ogcapi/templates/html-index-bootstrap/"
56
MS_MAP_PATTERN "."
57
END
58
0 commit comments