* use a local variable (best practices) * Add OpenStreetMap notes as overlay. This commit adds a new layer which renders OpenStreetMap notes in the current view. The layer can be activated via the "More" button in the layers sidebar. Fixes #439
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"geometry": null,
|
|
"properties": {
|
|
"attribution": {
|
|
"text": "© OpenStreetMap contributors",
|
|
"url": "https://www.openstreetmap.org/"
|
|
},
|
|
"id": "osm-notes",
|
|
"name": "OpenStreetMap Notes",
|
|
"overlay": true,
|
|
"dataSource": "OpenStreetMapNotesAPI"
|
|
},
|
|
"type": "Feature"
|
|
}
|