forked from MapComplete/MapComplete
Show proposed routes/nodes,show route=hiking
This commit is contained in:
parent
550c60ab7f
commit
b5627da624
15 changed files with 238 additions and 64 deletions
|
@ -509,7 +509,12 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "node ciclista <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "node ciclista <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "node ciclista"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1159,10 +1164,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sí, hi ha una vorera a aquest costat del carrer"
|
||||
"then": "Hi ha una vorera a aquest costat del carrer"
|
||||
},
|
||||
"1": {
|
||||
"then": "No, no hi ha vorera per la que caminar"
|
||||
"then": "No hi ha vorera per la que caminar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hi ha una vorera mapejada separadament per on caminar"
|
||||
|
|
|
@ -509,7 +509,12 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "uzel cyklu <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "uzel cyklu <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "uzel cyklu"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1163,10 +1168,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ano, na této straně silnice je chodník"
|
||||
"then": "Na této straně silnice je chodník"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ne, není tu žádný chodník"
|
||||
"then": "Není tu žádný chodník"
|
||||
},
|
||||
"2": {
|
||||
"then": "Na mapě je vyznačen samostatný chodník"
|
||||
|
|
|
@ -806,10 +806,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ja, der er et fortov på denne side af vejen"
|
||||
"then": "Der er et fortov på denne side af vejen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nej, der er ikke noget fortov at gå på"
|
||||
"then": "Der er ikke noget fortov at gå på"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der er et særskilt kortlagt fortov at gå på"
|
||||
|
|
|
@ -524,7 +524,12 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Fahrradknotenpunkt <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fahrradknotenpunkt <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Fahrradknotenpunkt"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
|
@ -1199,10 +1204,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ja, es gibt einen Bürgersteig auf dieser Straßenseite"
|
||||
"then": "Es gibt einen Bürgersteig auf dieser Straßenseite"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nein, es gibt keinen Bürgersteig für Fußgänger"
|
||||
"then": "Es gibt keinen Bürgersteig für Fußgänger"
|
||||
},
|
||||
"2": {
|
||||
"then": "Es gibt einen separat kartierten Bürgersteig für Fußgänger"
|
||||
|
@ -1422,7 +1427,11 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wanderknoten <strong>{rwn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Wanderknoten <strong>{rwn_ref}</strong>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
|
|
|
@ -524,7 +524,15 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Cycle node <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cycle node <strong>{rcn_ref}</strong>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Proposed cycle node <strong>{proposed:rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Cycle node"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
|
@ -1199,10 +1207,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Yes, there is a sidewalk on this side of the road"
|
||||
"then": "There is a sidewalk on this side of the road"
|
||||
},
|
||||
"1": {
|
||||
"then": "No, there is no sidewalk to walk on"
|
||||
"then": "There is no sidewalk to walk on"
|
||||
},
|
||||
"2": {
|
||||
"then": "There is a separately mapped sidewalk to walk on"
|
||||
|
@ -1422,7 +1430,15 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Walking node <strong>{rwn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Walking node <strong>{rwn_ref}</strong>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Proposed walking node <strong>{proposed:rwn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Walking node"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
|
|
|
@ -509,7 +509,12 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "nodo ciclista <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "nodo ciclista <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "nodo ciclista"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1163,10 +1168,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sí, hay una acera en este lado de la calle"
|
||||
"then": "Hay una acera en este lado de la calle"
|
||||
},
|
||||
"1": {
|
||||
"then": "No, no hay acera por la que caminar"
|
||||
"then": "No hay acera por la que caminar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hay una acera mapeada por separado por la que caminar"
|
||||
|
|
|
@ -506,7 +506,12 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "nœud cycliste <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "nœud cycliste <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "nœud cycliste"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1102,10 +1107,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Oui, il y a un trottoir de ce côté de la route"
|
||||
"then": "Il y a un trottoir de ce côté de la route"
|
||||
},
|
||||
"1": {
|
||||
"then": "Non, il n'y a pas de trottoir où marcher"
|
||||
"then": "Il n'y a pas de trottoir où marcher"
|
||||
},
|
||||
"2": {
|
||||
"then": "Il y a un trottoir où marcher cartographié séparément"
|
||||
|
|
|
@ -599,10 +599,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sì, c'è un marciapiede su questo lato della strada"
|
||||
"then": "C'è un marciapiede su questo lato della strada"
|
||||
},
|
||||
"1": {
|
||||
"then": "No, non c'è un marciapiede su cui camminare"
|
||||
"then": "Non c'è un marciapiede su cui camminare"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -283,7 +283,12 @@
|
|||
"1": {
|
||||
"name": "noder",
|
||||
"title": {
|
||||
"render": "sykkelnode <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "sykkelnode <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "sykkelnode"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -475,7 +475,15 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Fietsknooppunt <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fietsknooppunt <strong>{rcn_ref}</strong>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Voorgesteld fietsknooppunt <strong>{proposed:rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Fietsknooppunt"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1156,10 +1164,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ja, er is een stoep aan deze kant van de weg"
|
||||
"then": "Er is een stoep aan deze kant van de weg"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nee, er is geen stoep om op te lopen"
|
||||
"then": "Er is geen stoep om op te lopen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er is een apart ingetekende stoep om op te lopen"
|
||||
|
@ -1424,7 +1432,15 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wandelknooppunt <strong>{rwn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Wandelknooppunt <strong>{rwn_ref}</strong>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Voorgesteld wandelknooppunt <strong>{proposed:rwn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Wandelknooppunt"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -509,7 +509,12 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "węzeł rowerowy <strong>{rcn_ref}</strong>"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "węzeł rowerowy <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "węzeł rowerowy"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1163,10 +1168,10 @@
|
|||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tak, jest chodnik z boku drogi"
|
||||
"then": "Jest chodnik z boku drogi"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nie, nie ma chodnika, którym można chodzić"
|
||||
"then": "Nie ma chodnika, którym można chodzić"
|
||||
},
|
||||
"2": {
|
||||
"then": "Jest oddzielnie oznaczony chodnik"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue