Skip to content

Commit 50c23ae

Browse files
committed
Add missing example
1 parent 0aa5ee1 commit 50c23ae

File tree

1 file changed

+3
-3
lines changed
  • workshop/content/docs/outputs

1 file changed

+3
-3
lines changed

workshop/content/docs/outputs/wms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
Prefixes are used to configure different types of web service. For example:

0 commit comments

Comments
 (0)