Add water and clock to stations
This commit is contained in:
parent
3aa7dde420
commit
1a41d17ece
4 changed files with 30 additions and 3 deletions
|
@ -121,6 +121,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allowMove":true,
|
"allowMove": true,
|
||||||
"deletion":true
|
"deletion": true
|
||||||
}
|
}
|
3
assets/themes/stations/drinking_water.svg
Normal file
3
assets/themes/stations/drinking_water.svg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
|
||||||
|
<path d="m 1,6 1.5,8 5,0 L 9,6 z M 2.18,7 7.81,7 7.44,9 2.55,9 M 4,5 C 4,3 5,2 7,2 L 8,2 8,1 7,1 C 6,1 6,0 7,0 l 3,0 c 1,0 1,1 0,1 l -1,0 0,1 4,0 0,1.5 -6,0 C 5.91526,3.49111 5.5,3.9824765 5.5,5 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 293 B |
|
@ -27,6 +27,17 @@
|
||||||
],
|
],
|
||||||
"sources": []
|
"sources": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "drinking_water.svg",
|
||||||
|
"license": "CC0",
|
||||||
|
"authors": [
|
||||||
|
"Andy Allan",
|
||||||
|
"Michael Glanznig"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
"https://github.com/gravitystorm/openstreetmap-carto/blob/master/symbols/amenity/drinking_water.svg"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "public_transport_tickets.svg",
|
"path": "public_transport_tickets.svg",
|
||||||
"license": "CC0",
|
"license": "CC0",
|
||||||
|
|
|
@ -232,7 +232,8 @@
|
||||||
"entrance",
|
"entrance",
|
||||||
"elevator",
|
"elevator",
|
||||||
"waste_basket",
|
"waste_basket",
|
||||||
"atm"
|
"atm",
|
||||||
|
"clock"
|
||||||
],
|
],
|
||||||
"override": {
|
"override": {
|
||||||
"minzoom": 19
|
"minzoom": 19
|
||||||
|
@ -249,6 +250,17 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"builtin": "drinking_water",
|
||||||
|
"override": {
|
||||||
|
"minzoom": 19,
|
||||||
|
"mapRendering": [
|
||||||
|
{
|
||||||
|
"icon": "circle:white;./assets/themes/stations/drinking_water.svg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "departures_board",
|
"id": "departures_board",
|
||||||
"name": {
|
"name": {
|
||||||
|
@ -291,6 +303,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
|
"images",
|
||||||
{
|
{
|
||||||
"id": "type",
|
"id": "type",
|
||||||
"question": {
|
"question": {
|
||||||
|
|
Loading…
Reference in a new issue