This commit is contained in:
parent
59a14356f7
commit
d69a38f1b6
3 changed files with 16 additions and 1 deletions
|
|
@ -146,6 +146,7 @@ BR.confLayers.tree = {
|
||||||
'parking_entrance',
|
'parking_entrance',
|
||||||
'parking',
|
'parking',
|
||||||
'parking_space',
|
'parking_space',
|
||||||
|
'railway_station',
|
||||||
'taxi',
|
'taxi',
|
||||||
'vehicle_inspection',
|
'vehicle_inspection',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"geometry": null,
|
||||||
|
"properties": {
|
||||||
|
"name": "Railway station",
|
||||||
|
"id": "railway_station",
|
||||||
|
"overlay": true,
|
||||||
|
"dataSource": "OverpassAPI",
|
||||||
|
"icon": "temaki-train",
|
||||||
|
"query": "nwr[railway=station];"
|
||||||
|
},
|
||||||
|
"type": "Feature"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -367,7 +367,8 @@
|
||||||
"icons/museum.svg",
|
"icons/museum.svg",
|
||||||
"icons/spotting_scope.svg",
|
"icons/spotting_scope.svg",
|
||||||
"icons/cabin.svg",
|
"icons/cabin.svg",
|
||||||
"icons/picnic_shelter.svg"
|
"icons/picnic_shelter.svg",
|
||||||
|
"icons/train.svg"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"@fortawesome/fontawesome-free": {
|
"@fortawesome/fontawesome-free": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue