mapcomplete/assets/themes/notes/notes.json

19 lines
498 B
JSON
Raw Normal View History

2022-01-07 04:14:53 +01:00
{
"id": "notes",
"language": [
"en"
],
"maintainer": "MapComplete",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"title": "Notes on OpenStreetMap",
"version": "0.1",
2022-01-08 04:22:50 +01:00
"description": "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.",
"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
]
}