Skip to content

Commit

Permalink
Update OpenLayers control links
Browse files Browse the repository at this point in the history
  • Loading branch information
swainn committed Nov 9, 2023
1 parent 89ea73e commit 55a314f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tethys_gizmos/gizmo_options/map_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ class MapView(TethysGizmoOptions):
Use the following links to learn about options for the different controls:
* FullScreen: `ol.control.FullScreen <http://openlayers.org/en/v4.0.1/apidoc/ol.control.FullScreen.html>`_
* MousePosition: `ol.control.MousePosition <http://openlayers.org/en/v4.0.1/apidoc/ol.control.MousePosition.html>`_
* Rotate: `ol.control.Rotate <http://openlayers.org/en/v4.0.1/apidoc/ol.control.Rotate.html>`_
* ScaleLine: `ol.control.ScaleLine <http://openlayers.org/en/v4.0.1/apidoc/ol.control.ScaleLine.html>`_
* ZoomSlider: `ol.control.ZoomSlider <http://openlayers.org/en/v4.0.1/apidoc/ol.control.ZoomSlider.html>`_
* ZoomToExtent: `ol.control.ZoomToExtent <http://openlayers.org/en/v4.0.1/apidoc/ol.control.ZoomToExtent.html>`_
* FullScreen: `ol.control.FullScreen <https://openlayers.org/en/latest/apidoc/module-ol_control_FullScreen-FullScreen.html>`_
* MousePosition: `ol.control.MousePosition <https://openlayers.org/en/latest/apidoc/module-ol_control_MousePosition-MousePosition.html>`_
* Rotate: `ol.control.Rotate <https://openlayers.org/en/latest/apidoc/module-ol_control_Rotate-Rotate.html>`_
* ScaleLine: `ol.control.ScaleLine <https://openlayers.org/en/latest/apidoc/module-ol_control_ScaleLine-ScaleLine.html>`_
* ZoomSlider: `ol.control.ZoomSlider <https://openlayers.org/en/latest/apidoc/module-ol_control_ZoomSlider-ZoomSlider.html>`_
* ZoomToExtent: `ol.control.ZoomToExtent <https://openlayers.org/en/latest/apidoc/module-ol_control_ZoomToExtent-ZoomToExtent.html>`_
**Feature Selection**
Expand Down

0 comments on commit 55a314f

Please sign in to comment.