Fix faulty svg
This commit is contained in:
parent
917aa771b3
commit
e4290b4190
5 changed files with 13 additions and 29 deletions
|
@ -4,34 +4,15 @@
|
|||
version="1.1"
|
||||
style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;"
|
||||
viewBox="0 0 846.66 846.66"
|
||||
width="846"
|
||||
height="846"
|
||||
x="0px"
|
||||
y="0px"
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
id="svg10"
|
||||
sodipodi:docname="entrance.svg"
|
||||
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview12"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#111111"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.96969271"
|
||||
inkscape:cx="423.32999"
|
||||
inkscape:cy="572.34627"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg10" /><defs
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs4"><style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -59,9 +59,9 @@
|
|||
"images",
|
||||
{
|
||||
"id": "ref",
|
||||
"question":{
|
||||
"en": "What is the name of this room?"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this room?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This room is named {name}"
|
||||
},
|
||||
|
|
|
@ -58,7 +58,8 @@
|
|||
"units": [
|
||||
{
|
||||
"appliesToKey": [
|
||||
"width","_biggest_width"
|
||||
"width",
|
||||
"_biggest_width"
|
||||
],
|
||||
"applicableUnits": [
|
||||
{
|
||||
|
|
|
@ -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…
Reference in a new issue