mapcomplete/assets/layers/rainbow_crossings/rainbow_crossings.json

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

135 lines
3.7 KiB
JSON
Raw Normal View History

2022-07-11 20:48:19 +02:00
{
"id": "rainbow_crossings",
"name": {
2022-07-26 10:51:14 +02:00
"en": "Crossings with rainbow paintings",
2023-02-23 14:39:08 +01:00
"de": "Fußgängerüberwege in Regenbogenfarben",
2023-05-07 23:47:50 +02:00
"fr": "Passages avec peinture arc-en-ciel",
"ca": "Pasos de vianants pintats amb l'arc de Sant Martí"
2022-07-11 20:48:19 +02:00
},
"description": {
2022-07-26 10:51:14 +02:00
"en": "A layer showing pedestrian crossings with rainbow paintings",
2023-02-23 14:39:08 +01:00
"de": "Eine Ebene mit Fußgängerüberwegen in Regenbogenfarben",
2023-03-24 12:23:42 +01:00
"fr": "Une couche affichant les passages piétons avec des peintures arc-en-ciel",
"ca": "Una capa que mostra els passos de vianants pintats amb de l'arc de Sant Martí"
2022-07-11 20:48:19 +02:00
},
"source": {
"osmTags": {
2023-06-11 22:52:22 +02:00
"or": [
"surface:colour=rainbow",
"highway=crossing",
{
"and": [
"highway=footway",
"footway=crossing"
]
}
]
}
2022-07-11 20:48:19 +02:00
},
"minzoom": 17,
"title": {
"render": {
2022-07-26 10:51:14 +02:00
"en": "Crossing",
2022-10-27 01:50:01 +02:00
"de": "Überweg",
2022-11-02 13:47:34 +01:00
"nl": "Oversteekplaats",
2023-02-23 14:39:08 +01:00
"pa_PK": "کراسنگ",
"fr": "Passage"
2022-07-11 20:48:19 +02:00
}
},
"presets": [
{
"title": {
2022-07-26 10:51:14 +02:00
"en": "a crossing",
2022-10-27 01:50:01 +02:00
"de": "einen Überweg",
2023-02-23 14:39:08 +01:00
"nl": "een oversteekplaats",
"fr": "un passage"
2022-07-11 20:48:19 +02:00
},
"tags": [
2023-06-11 19:08:06 +02:00
"highway=footway",
"footway=crossing"
2022-07-11 20:48:19 +02:00
],
"description": {
2022-07-26 10:51:14 +02:00
"en": "Pedestrian crossing",
2022-10-27 01:50:01 +02:00
"de": "Fußgängerüberweg",
2023-02-23 14:39:08 +01:00
"nl": "Voetgangersoversteekplaats",
2023-05-07 23:47:50 +02:00
"fr": "Passage piéton",
"ca": "Pas de vianants"
2022-07-11 20:48:19 +02:00
},
"snapToLayer": "cycleways_and_roads",
"maxSnapDistance": 25
2022-07-12 10:23:45 +02:00
}
],
2022-07-11 20:48:19 +02:00
"tagRenderings": [
2022-07-12 10:23:45 +02:00
"images",
2022-07-13 11:06:43 +02:00
{
2022-07-11 20:48:19 +02:00
"id": "crossing-with-rainbow",
"question": {
2022-07-26 10:51:14 +02:00
"en": "Does this crossing has rainbow paintings?",
2023-02-23 14:39:08 +01:00
"de": "Hat der Überweg eine Markierung in Regenbogenfarben?",
2023-05-07 23:47:50 +02:00
"fr": "Ce passage a-t-il une peinture arc-en-ciel ?",
"ca": "Aquest pas de vianants està pintat amb l'arc de Sant Martí?"
2022-07-11 20:48:19 +02:00
},
"mappings": [
{
"if": "surface:colour=rainbow",
2022-07-11 20:48:19 +02:00
"then": {
2022-07-26 10:51:14 +02:00
"en": "This crossing has rainbow paintings",
2023-02-23 14:39:08 +01:00
"de": "Der Überweg hat eine Markierung in Regenbogenfarben",
2023-05-07 23:47:50 +02:00
"fr": "Ce passage a une peinture arc-en-ciel",
"ca": "Aquest pas de vianants està pintat amb l'arc de Sant Martí"
2022-07-12 10:23:45 +02:00
},
"icon": {
"path": "./assets/themes/rainbow_crossings/logo.svg",
"class": "medium"
2022-07-11 20:48:19 +02:00
}
},
2022-07-12 10:23:45 +02:00
{
"if": "not:surface:colour=rainbow",
2022-07-12 10:23:45 +02:00
"then": {
2022-07-26 10:51:14 +02:00
"en": "No rainbow paintings here",
2023-02-23 14:39:08 +01:00
"de": "Hier gibt es kein Markierung in Regenbogenfarben",
2023-05-07 23:47:50 +02:00
"fr": "Pas de peinture arc-en-ciel ici",
"ca": "No està pintat amb l'arc de Sant Martí"
2022-07-12 10:23:45 +02:00
},
"icon": "./assets/themes/rainbow_crossings/crossing.svg"
},
2022-07-11 20:48:19 +02:00
{
"if": "surface:colour!=rainbow",
2022-07-11 20:48:19 +02:00
"then": {
2022-07-26 10:51:14 +02:00
"en": "No rainbow paintings here",
2023-02-23 14:39:08 +01:00
"de": "Hier gibt es kein Markierung in Regenbogenfarben",
2023-05-07 23:47:50 +02:00
"fr": "Pas de peinture arc-en-ciel ici",
"ca": "No està pintat amb l'arc de Sant Martí"
2022-07-12 10:23:45 +02:00
},
"icon": "./assets/themes/rainbow_crossings/crossing.svg",
"hideInAnswer": true
2022-07-11 20:48:19 +02:00
}
]
}
],
"mapRendering": [
{
"icon": {
2022-07-12 10:23:45 +02:00
"render": "./assets/themes/rainbow_crossings/crossing.svg",
2022-07-13 11:06:43 +02:00
"mappings": [
{
"if": "surface:colour=rainbow",
2022-07-13 11:06:43 +02:00
"then": "./assets/themes/rainbow_crossings/logo.svg"
}
]
2022-07-11 20:48:19 +02:00
},
"iconSize": "40,40",
2022-07-11 20:48:19 +02:00
"location": [
"point",
"centroid"
],
"anchor": "center"
2023-06-11 22:52:22 +02:00
},
{
"color": "red",
"width": "5",
"dashArray": "10 2",
"lineCap": "square"
2022-07-11 20:48:19 +02:00
}
2022-07-12 10:23:45 +02:00
]
2023-06-23 21:15:11 +02:00
}