mapcomplete/assets/layers/favourite/favourite.proto.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
935 B
JSON
Raw Normal View History

2023-11-22 19:39:19 +01:00
{
"#":"no-translations",
2023-12-02 03:18:53 +01:00
"#dont-translate": "*",
2023-11-22 19:39:19 +01:00
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": {
"render": "heart",
"mappings": [
{
"if": "_favourite=no",
"then": "heart_outline"
}
]
},
"color": "black"
2023-11-22 19:39:19 +01:00
}
]
}
],
"description": {
"en": "A generic map layer which shows locations that a contributor marked as favourite",
"nl": "Een laag met persoonlijke favourieten"
},
"name": {
"en": "Favourites",
"nl": "Favorieten"
},
"id": "favourite",
"source": "special",
"isShown": "_favourite=yes",
"minzoom": 0,
"title": {
"render": {
"en": "Favourite location",
"nl": "Favoriete locatie"
}
2023-11-22 19:39:19 +01:00
},
"tagRenderings": [
],
"syncSelection": "global"
2023-11-22 19:39:19 +01:00
}