Skip to content

Commit 53e3643

Browse files
committed
Review updates
1 parent f5c1f04 commit 53e3643

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

en/cgi/openlayers.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Here is a quick breakdown of that URL:
4242
mode=browse
4343

4444

45-
* Basic Map / Layer Parameters::
45+
* Basic Map / Layer parameters::
4646

4747
map=/var/www/workshop/itasca.map
4848
layer=lakespy2
4949
layer=dlgstln2
5050

51-
When using the ``mode=browser`` MapServer will create an image on the server. By default this will be in the same folder as the Mapfile.
51+
When using the ``mode=browse`` MapServer will create an image on the server. By default this will be in the same folder as the Mapfile.
5252
If this MapServer cannot write to this folder you will see an error similar to:
5353

5454
.. code-block:: bash
@@ -63,7 +63,7 @@ If you don't have a live MapServer install to play with, you can also try the
6363
`MapServer demo <https://demo.mapserver.org/cgi-bin/wms?mode=browse&template=openlayers&layer=continents&layer=country_bounds>`__.
6464

6565
Opening the OpenLayers viewer in the form of a WMS request
66-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6767

6868
This feature is useful when debugging WMS requests. You can write one
6969
of these by hand, or copy the URL for a WMS tile. Running the
@@ -88,21 +88,24 @@ Here is a quick breakdown of the interesting parts of that URL:
8888

8989
* Basic WMS parameters::
9090

91-
#Layers, our bounding box and projection
91+
# Layers, our bounding box and projection
9292
LAYERS=lakespy2
9393
BBOX=429956.19803725,5231780.0814818,444078.32296225,5245902.2064068
9494
SRS=EPSG:26915
9595

96-
#Version and other WMS request parameters
96+
# Version and other WMS request parameters
9797
SERVICE=WMS
98-
VERSION=1.1.1
98+
VERSION=1.3.0
9999
REQUEST=GetMap
100100
WIDTH=512
101101
HEIGHT=512
102102
TRANSPARENT=true
103+
CRS=EPSG:4326
104+
BBOX=-90,-180,90,180
105+
STYLES=
103106

104107
If you don't have a live MapServer install to play with, you try the
105-
`MapServer demo <https://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-180,-90,180,90&SRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,continents,country_bounds,cities&STYLES=&FORMAT=application/openlayers&TRANSPARENT=true>`__.
108+
`MapServer demo <https://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=-90,-180,90,180&CRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,continents,country_bounds,cities&STYLES=&FORMAT=application/openlayers&TRANSPARENT=true`__.>`__.
106109

107110
Customizing settings
108111
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)