Skip to content

Commit 0c2a497

Browse files
committed
minor formatting
1 parent 9f291a3 commit 0c2a497

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
@@ -13,9 +13,10 @@ only, and not for production or deploying full-featured sites. You
1313
can preview, test, and navigate a mapfile by accessing a special URL
1414
which will return a built-in OpenLayers template.
1515

16-
.. note:: This feature was discussed in
17-
`RFC 63 <https://mapserver.org/development/rfc/ms-rfc-63.html>`_
18-
and in the ticket https://github.com/MapServer/MapServer/issues/3549
16+
.. note::
17+
This feature was discussed in
18+
`RFC 63 <https://mapserver.org/development/rfc/ms-rfc-63.html>`_
19+
and in ticket `#3549 <https://github.com/MapServer/MapServer/issues/3549>`_
1920

2021
Up to the MapServer 8.4 release the OpenLayers Viewer was based on `OpenLayers 2 <https://openlayers.org/two/>`_.
2122
As of MapServer 8.6-dev the OpenLayers viewer was updated to work with `OpenLayers 10.5+ <https://openlayers.org/>`_.
@@ -59,8 +60,9 @@ In this case you will need to set your :ref:`IMAGEPATH <mapfile-web-imagepath>`
5960

6061
**That's it!**
6162

62-
If you don't have a live MapServer install to play with, you can also try the
63-
`MapServer demo <https://demo.mapserver.org/cgi-bin/wms?mode=browse&template=openlayers&layer=continents&layer=country_bounds>`__.
63+
.. tip::
64+
If you don't have a live MapServer install to play with, you can also try the
65+
`MapServer demo <https://demo.mapserver.org/cgi-bin/wms?mode=browse&template=openlayers&layer=continents&layer=country_bounds>`_.
6466

6567
Opening the OpenLayers viewer in the form of a WMS request
6668
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -104,8 +106,9 @@ Here is a quick breakdown of the interesting parts of that URL:
104106
BBOX=-90,-180,90,180
105107
STYLES=
106108

107-
If you don't have a live MapServer install to play with, you try the
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`__.>`__.
109+
.. tip::
110+
If you don't have a live MapServer install to play with, you can also try the
111+
`MapServer demo in the form of a WMS request <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>`_.
109112

110113
Customizing settings
111114
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)