forked from MapComplete/MapComplete
Fix faulty svg
This commit is contained in:
parent
917aa771b3
commit
e4290b4190
5 changed files with 13 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -387,8 +387,8 @@
|
|||
"type": "steal",
|
||||
"featureId": "_enclosing_building",
|
||||
"tagRenderingId": "walls_and_buildings.entrance_info; walls_and_buildings.biggest_width"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue