forked from MapComplete/MapComplete
Sync; fix build
This commit is contained in:
parent
1c9dfdcce9
commit
80be3eb9ef
17 changed files with 94 additions and 17 deletions
|
@ -737,6 +737,15 @@
|
|||
"shortDescription": "Öffentlich zugängliche Türme zum Genießen der Aussicht",
|
||||
"title": "Aussichtstürme"
|
||||
},
|
||||
"onwheels": {
|
||||
"overrideAll": {
|
||||
"+tagRenderings": {
|
||||
"_poi_entrance:width": {
|
||||
"render": "Diese Tür hat eine Durchgangsbreite von {canonical(_poi_entrance:width)} Meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"description": "Eine Karte zum Anzeigen und Bearbeiten von Windkraftanlagen.",
|
||||
"title": "Freie Windenergie-Karte"
|
||||
|
|
|
@ -743,6 +743,18 @@
|
|||
},
|
||||
"onwheels": {
|
||||
"description": "On this map, publicly weelchair accessible places are shown and can be easily added",
|
||||
"overrideAll": {
|
||||
"+tagRenderings": {
|
||||
"_poi_entrance:width": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This entrance has no width information"
|
||||
}
|
||||
},
|
||||
"render": "This door has a width of {canonical(_poi_entrance:width)} meter"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "OnWheels"
|
||||
},
|
||||
"openwindpowermap": {
|
||||
|
@ -974,6 +986,10 @@
|
|||
"shortDescription": "Map all the trees",
|
||||
"title": "Trees"
|
||||
},
|
||||
"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.",
|
||||
"title": "Walls and buildings"
|
||||
},
|
||||
"waste": {
|
||||
"description": "Map showing waste baskets and recycling facilities.",
|
||||
"title": "Waste"
|
||||
|
|
|
@ -517,6 +517,15 @@
|
|||
"shortDescription": "Torres accesibles públicamente para disfrutar de la vista",
|
||||
"title": "Torres de observación"
|
||||
},
|
||||
"onwheels": {
|
||||
"overrideAll": {
|
||||
"+tagRenderings": {
|
||||
"_poi_entrance:width": {
|
||||
"render": "Esta puerta tiene una ancho de {canonical(_poi_entrance:width)} metros"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"description": "Un para mostrar y editar turbinas de viento"
|
||||
},
|
||||
|
|
|
@ -1011,6 +1011,15 @@
|
|||
"shortDescription": "Publieke uitkijktorens om van het panorama te genieten",
|
||||
"title": "Uitkijktorens"
|
||||
},
|
||||
"onwheels": {
|
||||
"overrideAll": {
|
||||
"+tagRenderings": {
|
||||
"_poi_entrance:width": {
|
||||
"render": "Deze deur heeft een breedte van {canonical(_poi_entrance:width)} meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"description": "Een kaart om windturbines te tonen en te bewerken.",
|
||||
"title": "Windmolens"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue