4.2 KiB
4.2 KiB
title | component | label | description | source | prev |
---|---|---|---|---|---|
oh-map-page - Map page | oh-map-page | Map page | Displays markers on a map | https://github.com/openhab/openhab-webui/edit/main/bundles/org.openhab.ui/doc/components/oh-map-page.md | /docs/ui/components/ |
oh-map-page - Map page
Displays markers on a map
Configuration
General
The center to use when no markers are present or have valid positions
The zoom level to use when no markers are present or have valid positions
Disable the ability to zoom and drag
Change zoom levels without animation, can also avoid graphic glitches with persistent tooltips
The provider of tiles to use for the background of the map. Use one from Leaflet Providers, Some providers will not work until you set options, like access tokens, in the
tileLayerProviderOptions
parameter (in Code view). See here for more info. The default is CartoDB, the variant depending on the dark mode setting.
The provider of tiles to use for the overlay layer above the background of the map. Use one from Leaflet Providers, Some providers will not work until you set options, like access tokens, in the overlayTileLayerProviderOptions
parameter (in Code view). See here for more info.