Thing · OpenStreetMap Dashboards 2.0.0
OpenStreetMap Dashboard Provider
Provides tile-based geographic dashboards using an OpenStreetMap-compatible tile server and the standard {s}, {z}, {x}, and {y} placeholders.
// Use cases
Open tile maps
Default public tiles
Start with the OpenStreetMap tile endpoint and attribution.
Compatible tile server
Point the template at another compatible service, including an internally operated endpoint.
Zoom policy
Limit zoom to the maximum supported by the selected tile source.
// Configuration
Configuration parameters
| Parameter | Required | Description | Default |
|---|---|---|---|
Title | Yes | Provider name in the dashboard type selector. | OpenStreetMap |
Tile URL template | Yes | Tile URL containing subdomain, zoom, and coordinate placeholders. | https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png |
Attribution | Optional | Attribution displayed on the map. | © OpenStreetMap |
Maximum zoom | Yes | Highest allowed zoom level, from 1 through 22. | 19 |
This provider generates no module-specific events.