mapcomplete/assets/themes/notes/notes.json

24 lines
1 KiB
JSON
Raw Normal View History

2022-01-07 04:14:53 +01:00
{
"id": "notes",
"maintainer": "MapComplete",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"title": {
2022-02-04 01:30:39 +01:00
"en": "Notes on OpenStreetMap",
2022-03-31 02:59:33 +02:00
"hu": "Jegyzetek az OpenStreetMapen",
"nl": "Kaartnotas op OpenStreetMap"
},
2022-01-07 04:14:53 +01:00
"version": "0.1",
"description": {
2022-02-04 01:30:39 +01:00
"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-04-08 18:00:51 +02:00
"hu": "A jegyzet egy gombostű a térképen egy szöveggel, amely azt jelzi, hogy valami nem stimmel.<br/><br/>Felhasználók vagy szövegek kereséséhez nézd meg a <a href='#filters'>szűrő nézetet</a>.",
"nl": "Een kaartnota bevat tekst op een specifieke locatie om aan te duiden dat er iets mis is of ontbreekt.<br/><br/>Bekijk ook het <a href='#filters'>filtermenu</a> om de notas te filteren op tekst, gebruiker, datum, ..."
},
2022-02-08 18:29:21 +01:00
"icon": "./assets/themes/notes/logo.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
]
2022-02-09 00:32:51 +01:00
}