brouter-web/layers/overpass/amenity/others/telephone.geojson
2022-05-18 16:36:08 +02:00

12 lines
238 B
JSON

{
"geometry": null,
"properties": {
"name": "Telephone",
"id": "telephone",
"overlay": true,
"dataSource": "OverpassAPI",
"icon": "fas-phone-flip",
"query": "nwr[amenity=telephone];"
},
"type": "Feature"
}