File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
workshop/content/docs/outputs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Full MapServer WMS documentation is available [here](https://www.mapserver.org/o
88
99## METADATA Blocks
1010
11- Web services are configured using ` METADATA ` blocks. These are key-value pairs, for example:
11+ Web services are configured using ` METADATA ` blocks. These are key-value pairs, for example: ` "wms_title" "My WMS Services" ` .
1212
1313!!! tip
1414
15- It is good practice to put the key names in quotes. This is not required, but it makes the Mapfile
16- clearer that they are strings and not keywords. Keys can also contain strings such as field names, which
15+ It is good practice to put the key names in quotes. This is not required, but it makes it clearer
16+ that they are strings and not Mapfile keywords. Keys can also contain strings such as field names, which
1717 could contain spaces. Without quotes these will cause syntax errors in the Mapfile.
1818
1919Prefixes are used to configure different types of web service. For example:
You can’t perform that action at this time.
0 commit comments