Sync; fix build
This commit is contained in:
parent
1c9dfdcce9
commit
80be3eb9ef
17 changed files with 94 additions and 17 deletions
|
@ -6120,6 +6120,11 @@
|
|||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "Spezielle eingebaute Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist in Voreinstellungen für Objekte nützlich, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, …). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht eingeschaltet werden.",
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"render": "<a href ='#{_entrance:id} '>Diese Tür hat eine Durchgangsbreite von {canonical(_entrance:width)} Meter </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wand oder Gebäude"
|
||||
}
|
||||
|
|
|
@ -4776,6 +4776,11 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Pharmacy"
|
||||
}
|
||||
},
|
||||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
|
@ -6528,6 +6533,16 @@
|
|||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.",
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This entrance has no width information"
|
||||
}
|
||||
},
|
||||
"render": "<a href ='#{_entrance:id} '>This door has a width of {canonical(_entrance:width)} meters </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wall or building"
|
||||
}
|
||||
|
|
|
@ -3985,6 +3985,11 @@
|
|||
}
|
||||
},
|
||||
"walls_and_buildings": {
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"render": "<a href ='#{_entrance:id} '>Esta puerta tiene una ancho de {canonical(_entrance:width)} metros </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Pared o edificio"
|
||||
}
|
||||
|
|
|
@ -6214,6 +6214,11 @@
|
|||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "Speciale laag met alle muren en gebouwen. Deze laag is nuttig om objecten toe te voegen die met een muur verbonden zijn (zoals AEDs, brievenbussen, adressen, bewakingscamera's,…). Deze laag is standaard onzichtbaar en kan niet aangezet worden door de gebruiker.",
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"render": "<a href ='#{_entrance:id} '>Deze deur heeft een breedte van {canonical(_entrance:width)} meter </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Muur of gebouw"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue