Skip to content

Commit 0f11a23

Browse files
committed
Fix LAYER param comment
1 parent 2e2d7c2 commit 0f11a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/content/docs/introduction/openlayers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ new ImageLayer({
3333
}),
3434
```
3535

36-
Map name to show all layers
37-
Or define individually
36+
The `LAYERS`parameter can be set to the Mapfile `MAP NAME` to show all layers, or you can add individual
37+
layers using a comma-separated list of `LAYER NAME`.
3838

3939
## WMS
4040

0 commit comments

Comments
 (0)