tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

Invalid Links for Map View Controls #976

Closed Jason-mcm closed 9 months ago

Jason-mcm commented 1 year ago

The links for the Map View Controls sections are invalid and returning a 404 error. This includes the links for the Fullscreen, MousePosition, Rotate, ScaleLine, ZoomSlider, and ZoomToExtent.

image

Workaround: The documentation for these controls can be found at https://openlayers.org/en/latest/apidoc/

Steps:

  1. Navigate to https://docs.tethysplatform.org/en/stable/tethys_sdk/gizmos/map_view.html#tethys_sdk.gizmos.MVDraw
  2. Scroll down to the Controls section
  3. Click one of the links
swainn commented 1 year ago

@Jason-mcm thanks for reporting. You can view the OpenLayers documentation about these controls here: https://openlayers.org/en/v6.15.1/apidoc/module-ol_control_Control-Control.html

See the Subclasses section.