mapcomplete/assets/themes/notes/notes.json

20 lines
500 B
JSON
Raw Normal View History

2022-01-07 04:14:53 +01:00
{
"id": "notes",
"maintainer": "MapComplete",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"title": {
"en": "Notes on OpenStreetMap"
},
2022-01-07 04:14:53 +01:00
"version": "0.1",
"description": {
"en": "A note is a pin on the map with some text to indicate something wrong.<br/><br/>Make sure to checkout the <a href='#filters'>filter view</a> to search for users and text."
},
2022-01-08 04:22:50 +01:00
"icon": "./assets/svg/resolved.svg",
2022-01-07 04:14:53 +01:00
"clustering": false,
"enableDownload": true,
2022-01-07 04:14:53 +01:00
"layers": [
2022-01-08 22:11:24 +01:00
"note"
2022-01-07 04:14:53 +01:00
]
}