Fix faulty svg

This commit is contained in:
Pieter Vander Vennet 2022-07-30 14:50:35 +02:00
parent 917aa771b3
commit e4290b4190
5 changed files with 13 additions and 29 deletions

View file

@ -5,7 +5,7 @@
"de": "Innenräume"
},
"description": {
"en": "On this map, indoor places are shown together with pedestrian paths and entrances",
"en": "On this map, publicly accessible indoor places are shown",
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
},
"maintainer": "MapComplete",
@ -19,7 +19,9 @@
"layers": [
"indoors",
{
"builtin": ["walls_and_buildings"],
"builtin": [
"walls_and_buildings"
],
"override": {
"shownByDefault": true
}

View file

@ -387,8 +387,8 @@
"type": "steal",
"featureId": "_enclosing_building",
"tagRenderingId": "walls_and_buildings.entrance_info; walls_and_buildings.biggest_width"
}
}
}
}
]
},