fixed typo

This commit is contained in:
Andrews Leruth 2022-07-19 11:53:16 +02:00
parent 665ece1d3e
commit f4f845ae8f

View file

@ -34,17 +34,23 @@
"overrideAll": { "overrideAll": {
"+calculatedTags": [ "+calculatedTags": [
"_poi_walls_and_buildings_entrance_properties=feat.closestn('walls_and_buildings', 1, undefined, 1000).map(w => ({id: w.feat.properties.id, width: w.feat.properties['_entrance:width']}))[0]", "_poi_walls_and_buildings_entrance_properties=feat.closestn('walls_and_buildings', 1, undefined, 1000).map(w => ({id: w.feat.properties.id, width: w.feat.properties['_entrance:width']}))[0]",
"_poi_entrance:id=JSON.parce(feat.properties._poi_walls_and_buildings_entrance_properteis)?.id",
"_poi_entrance:width=JSON.parse(feat.properties._poi_walls_and_buildings_entrance_properties)?.width" "_poi_entrance:width=JSON.parse(feat.properties._poi_walls_and_buildings_entrance_properties)?.width"
], ],
"+tagRenderings": [ "+tagRenderings": [
{ {
"id": "_poi_entrance:width", "id": "_poi_entrance:width",
"condition": "entrance=", "condition": {
"and": [
"entrance=",
"kerb="
]
},
"render": { "render": {
"en": "This door has a width of {canonical(_poi_entrance:width)} meter", "en": "<a href='#{_poi_entrance:id}'>This door has a width of {canonical(_poi_entrance:width)} meters</a>",
"nl": "Deze deur heeft een breedte van {canonical(_poi_entrance:width)} meter", "nl": "<a href='#{_poi_entrance:id}'>Deze deur heeft een breedte van {canonical(_poi_entrance:width)} meter</a>",
"de": "Diese Tür hat eine Durchgangsbreite von {canonical(_poi_entrance:width)} Meter", "de": "<a href='#{_poi_entrance:id}'>Diese Tür hat eine Durchgangsbreite von {canonical(_poi_entrance:width)} Meter</a>",
"es": "Esta puerta tiene una ancho de {canonical(_poi_entrance:width)} metros" "es": "<a href='#{_poi_entrance:id}'>Esta puerta tiene una ancho de {canonical(_poi_entrance:width)} metros</a>"
}, },
"freeform": { "freeform": {
"key": "_poi_entrance:width", "key": "_poi_entrance:width",