Fix faulty svg

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

View file

@ -4,34 +4,15 @@
version="1.1" version="1.1"
style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;"
viewBox="0 0 846.66 846.66" viewBox="0 0 846.66 846.66"
width="846"
height="846"
x="0px" x="0px"
y="0px" y="0px"
fill-rule="evenodd" fill-rule="evenodd"
clip-rule="evenodd" clip-rule="evenodd"
id="svg10" 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="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview xmlns:svg="http://www.w3.org/2000/svg"><defs
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
id="defs4"><style id="defs4"><style
type="text/css" type="text/css"
id="style2"> id="style2">

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -59,7 +59,7 @@
"images", "images",
{ {
"id": "ref", "id": "ref",
"question":{ "question": {
"en": "What is the name of this room?" "en": "What is the name of this room?"
}, },
"render": { "render": {

View file

@ -58,7 +58,8 @@
"units": [ "units": [
{ {
"appliesToKey": [ "appliesToKey": [
"width","_biggest_width" "width",
"_biggest_width"
], ],
"applicableUnits": [ "applicableUnits": [
{ {

View file

@ -5,7 +5,7 @@
"de": "Innenräume" "de": "Innenräume"
}, },
"description": { "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" "de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
}, },
"maintainer": "MapComplete", "maintainer": "MapComplete",
@ -19,7 +19,9 @@
"layers": [ "layers": [
"indoors", "indoors",
{ {
"builtin": ["walls_and_buildings"], "builtin": [
"walls_and_buildings"
],
"override": { "override": {
"shownByDefault": true "shownByDefault": true
} }