enedis_carto/com_leaflet/media/js/leaflet-panel-layers-master/examples/data/bar.js

118 lines
2.3 KiB
JavaScript

var Bar = {
"type": "FeatureCollection",
"generator": "overpass-turbo",
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.",
"timestamp": "2014-05-04T04:09:02Z",
"features": [
{
"type": "Feature",
"id": "node/668137857",
"properties": {
"@id": "node/668137857",
"amenity": "bar",
"cuisine": "italian",
"name": "ala d'oro"
},
"geometry": {
"type": "Point",
"coordinates": [
12.4803732,
42.4512828
]
}
},
{
"type": "Feature",
"id": "node/749981880",
"properties": {
"@id": "node/749981880",
"amenity": "bar"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5357213,
42.521372
]
}
},
{
"type": "Feature",
"id": "node/963955589",
"properties": {
"@id": "node/963955589",
"amenity": "bar",
"name": "Bar Etoile"
},
"geometry": {
"type": "Point",
"coordinates": [
12.3936976,
42.4681102
]
}
},
{
"type": "Feature",
"id": "node/1164303238",
"properties": {
"@id": "node/1164303238",
"amenity": "bar"
},
"geometry": {
"type": "Point",
"coordinates": [
12.527257,
42.484558
]
}
},
{
"type": "Feature",
"id": "node/1976448319",
"properties": {
"@id": "node/1976448319",
"amenity": "bar",
"name": "Bar Cospea"
},
"geometry": {
"type": "Point",
"coordinates": [
12.6303813,
42.5495197
]
}
},
{
"type": "Feature",
"id": "node/2683277782",
"properties": {
"@id": "node/2683277782",
"amenity": "bar"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5159955,
42.5184603
]
}
},
{
"type": "Feature",
"id": "node/2683287208",
"properties": {
"@id": "node/2683287208",
"amenity": "bar"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5158106,
42.5189334
]
}
}
]
};