forked from MapComplete/MapComplete
Add icons, fix some renderings
This commit is contained in:
parent
079876c056
commit
189248980e
6 changed files with 102 additions and 25 deletions
|
@ -51,7 +51,7 @@
|
||||||
"color": "gray"
|
"color": "gray"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "./assets/svg/bug.svg",
|
"icon": "./assets/themes/stations/rail-light-15.svg",
|
||||||
"location": [
|
"location": [
|
||||||
"point",
|
"point",
|
||||||
"centroid"
|
"centroid"
|
||||||
|
|
|
@ -354,6 +354,10 @@
|
||||||
"if": "theme=sports",
|
"if": "theme=sports",
|
||||||
"then": "./assets/themes/sports/sport.svg"
|
"then": "./assets/themes/sports/sport.svg"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"if": "theme=stations",
|
||||||
|
"then": "./assets/themes/stations/rail-light-15.svg"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "theme=street_lighting",
|
"if": "theme=street_lighting",
|
||||||
"then": "./assets/layers/street_lamps/street_lamp.svg"
|
"then": "./assets/layers/street_lamps/street_lamp.svg"
|
||||||
|
|
12
assets/themes/stations/departures_board.svg
Normal file
12
assets/themes/stations/departures_board.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.2 KiB |
|
@ -1,4 +1,12 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"path": "departures_board.svg",
|
||||||
|
"license": "CC0",
|
||||||
|
"authors": [
|
||||||
|
"Robin van der Linde"
|
||||||
|
],
|
||||||
|
"sources": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "public_transport_tickets.svg",
|
"path": "public_transport_tickets.svg",
|
||||||
"license": "CC0",
|
"license": "CC0",
|
||||||
|
|
|
@ -19,27 +19,18 @@
|
||||||
"minzoom": 19,
|
"minzoom": 19,
|
||||||
"passAllFeatures": true,
|
"passAllFeatures": true,
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
|
{},
|
||||||
|
{},
|
||||||
{
|
{
|
||||||
"label": {
|
"label": {
|
||||||
"render": null
|
"render": null,
|
||||||
|
"mappings": null
|
||||||
},
|
},
|
||||||
"iconSize": "0,0,bottom"
|
"iconSize": "0,0,bottom"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"builtin": [
|
|
||||||
"entrance",
|
|
||||||
"elevator",
|
|
||||||
"bench",
|
|
||||||
"toilet",
|
|
||||||
"waste_basket"
|
|
||||||
],
|
|
||||||
"override": {
|
|
||||||
"minzoom": 19
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"builtin": "pedestrian_path",
|
"builtin": "pedestrian_path",
|
||||||
"override": {
|
"override": {
|
||||||
|
@ -114,21 +105,72 @@
|
||||||
{
|
{
|
||||||
"builtin": "shops",
|
"builtin": "shops",
|
||||||
"override": {
|
"override": {
|
||||||
"source": {
|
"isShown": {
|
||||||
"osmTags": {
|
"or": [
|
||||||
"and": [
|
"indoor=room",
|
||||||
"shop~*",
|
"indoor=area"
|
||||||
"indoor=room"
|
|
||||||
]
|
]
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"presets": null,
|
"presets": null,
|
||||||
"minzoom": 19
|
"minzoom": 19
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"builtin": [
|
||||||
|
"food",
|
||||||
|
"cafe_pub"
|
||||||
|
],
|
||||||
|
"override": {
|
||||||
|
"isShown": {
|
||||||
|
"or": [
|
||||||
|
"indoor=room",
|
||||||
|
"indoor=area"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"presets": null,
|
||||||
|
"minzoom": 19,
|
||||||
|
"mapRendering+": [
|
||||||
|
{
|
||||||
|
"color": {
|
||||||
|
"render": "#00f"
|
||||||
|
},
|
||||||
|
"width": {
|
||||||
|
"render": "8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"builtin": "toilet",
|
||||||
|
"override": {
|
||||||
|
"isShown": {
|
||||||
|
"or": [
|
||||||
|
"indoor=room",
|
||||||
|
"indoor=area"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"mapRendering+": [
|
||||||
|
{
|
||||||
|
"color": {
|
||||||
|
"render": "yellow"
|
||||||
|
},
|
||||||
|
"width": {
|
||||||
|
"render": "8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"railway_platforms",
|
"railway_platforms",
|
||||||
{
|
{
|
||||||
"id": "ticket_machine",
|
"id": "ticket_machine",
|
||||||
|
"name": {
|
||||||
|
"en": "Ticket Machines"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"en": "Find ticket machines for public transport tickets"
|
||||||
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"and": [
|
"and": [
|
||||||
|
@ -184,6 +226,17 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"builtin": [
|
||||||
|
"entrance",
|
||||||
|
"elevator",
|
||||||
|
"bench",
|
||||||
|
"waste_basket"
|
||||||
|
],
|
||||||
|
"override": {
|
||||||
|
"minzoom": 19
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "departures_board",
|
"id": "departures_board",
|
||||||
"name": {
|
"name": {
|
||||||
|
@ -257,7 +310,7 @@
|
||||||
],
|
],
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
{
|
{
|
||||||
"icon": "./assets/svg/bug.svg",
|
"icon": "./assets/themes/stations/departures_board.svg",
|
||||||
"location": [
|
"location": [
|
||||||
"point",
|
"point",
|
||||||
"centroid"
|
"centroid"
|
||||||
|
|
Loading…
Add table
Reference in a new issue