12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"geometry": null,
|
|
"properties": {
|
|
"name": "ATM",
|
|
"id": "atm",
|
|
"overlay": true,
|
|
"dataSource": "OverpassAPI",
|
|
"icon": "maki-bank",
|
|
"query": "(nwr[amenity=atm]; nwr[amenity=bank][atm][atm!=no];);"
|
|
},
|
|
"type": "Feature"
|
|
}
|