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',
|
||||
'parking_space',
|
||||
'railway_station',
|
||||
'taxi',
|
||||
'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"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue