-
Notifications
You must be signed in to change notification settings - Fork 24
Source: Added loading source doku and screenshots #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
de/backend/sources.rst
Outdated
* **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. |
There was a problem hiding this comment.
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
de/backend/sources.rst
Outdated
.. 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>`_) |
There was a problem hiding this comment.
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)
en/backend/sources.rst
Outdated
.. 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>`_) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see de comment
en/backend/sources.rst
Outdated
* **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. |
There was a problem hiding this comment.
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
No description provided.