Fix build, formatting
This commit is contained in:
parent
19aab0358b
commit
a7b0db2416
3 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<svg
|
||||||
viewBox="0 0 600 600"
|
viewBox="0 0 600 600"
|
||||||
|
width="600"
|
||||||
|
height="600"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg20"
|
id="svg20"
|
||||||
sodipodi:docname="crossing.svg"
|
sodipodi:docname="crossing.svg"
|
||||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600">
|
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" viewBox="0 0 600 600">
|
||||||
<rect fill="#750787" width="600" height="600" />
|
<rect fill="#750787" width="600" height="600" />
|
||||||
<rect fill="#004dff" width="500" height="600" />
|
<rect fill="#004dff" width="500" height="600" />
|
||||||
<rect fill="#008026" width="400" height="600" />
|
<rect fill="#008026" width="400" height="600" />
|
||||||
|
|
Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 758 B |
|
@ -24,7 +24,9 @@
|
||||||
"=presets": [],
|
"=presets": [],
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"and+": ["crossing:marking=rainbow"]
|
"and+": [
|
||||||
|
"crossing:marking=rainbow"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,5 +41,3 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue