Skip to content

Conversation

momotosushi
Copy link
Collaborator

No description provided.

* **active**: Wenn false, wird der Layer ignoriert und steht in der Anwendung überhaupt nicht zur Verfügung (Standard: true)
* **selected (alias: visible)**: Anfangszustand des Layers. (Standard: true)
* **allowSelected**: Kann der Benutzer den Zustand im Ebenenbaum ändern? Wenn sowohl selected als auch allowSelected false sind, wird der Layer ignoriert, als ob active auf false gesetzt wäre. (Standard: true)
WMTS (Web Map Tile Service) und WMS (Web Map Service) sind standardisierte OGC-Dienste zur Bereitstellung von Rasterkartenbildern über das Internet, wobei WMTS Kacheln und WMS Einzelbilder auf Anfrage liefert.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WMS hier nicht beschreiben, sonder TMS https://en.wikipedia.org/wiki/Tile_Map_Service

.. image:: ../../figures/de/mapbender_add_wmts_source.png
:width: 100%

* **Dienst-URL**: URL zum Capabilities-Dokument des Dienstes (z. B. für `OGC WMS Version 1.3.0 <https://osm-demo.wheregroup.com/service?SERVICE=WMS&Version=1.3.0&REQUEST=GetCapabilities>`_)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dies ist falsch. Du gibst hier eine WMS adresse an und nicht eine WMST Adresse.
Verwende bitte diese https://osm-demo.wheregroup.com/wmts/1.0.0/WMTSCapabilities.xml (ist aus der mapbender_user.yaml)

.. image:: ../../figures/mapbender_add_wmts_source.png
:width: 100%

* **Service URL**: URL to the Capabilities document of the service (e.g. `OGC WMS Version 1.3.0: <https://osm-demo.wheregroup.com/service?SERVICE=WMS&Version=1.3.0&REQUEST=GetCapabilities>`_)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see de comment

* **toggle**: initial folder state of the root layer in the layer tree (default: true = folder is expanded)
* **allowToggle**: can the user collapse/expand the root layer? (default: true)
* **layers**: optional object to modify individual sublayers. The key should be the value of the <ows:Identifier> attribute in the GetCapabilities document (for WMTS) or the url suffix of the layer for TMS. For example, if The URL of the Capability document is https://osm-demo.wheregroup.com/tms/1.0.0/ and the layer's href in the TileMap tag is defined as https://osm-demo.wheregroup.com/tms/1.0.0/osm/webmercator, the layer key will be osm/webmercator.
WMTS (Web Map Tile Service) and TMS (Tile Map Service) are standardized OGC services for providing raster map images over the internet, with WMTS delivering tiles and TMS delivering single images on request.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TMS delivering single images on request. -> stimmt so nicht. Ebenfalls tiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants