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

152 lines
3.1 KiB
JavaScript

var Parking = {
"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-04T18:46:02Z",
"features": [
{
"type": "Feature",
"id": "node/761478529",
"properties": {
"@id": "node/761478529",
"amenity": "parking",
"parking": "surface"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5530447,
42.5580052
]
}
},
{
"type": "Feature",
"id": "node/761478656",
"properties": {
"@id": "node/761478656",
"amenity": "parking",
"fee": "no",
"parking": "surface"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5539606,
42.5578498
]
}
},
{
"type": "Feature",
"id": "node/761478704",
"properties": {
"@id": "node/761478704",
"amenity": "parking",
"parking": "surface"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5769166,
42.5585291
]
}
},
{
"type": "Feature",
"id": "node/1036378104",
"properties": {
"@id": "node/1036378104",
"amenity": "parking",
"park_ride": "no",
"parking": "surface"
},
"geometry": {
"type": "Point",
"coordinates": [
12.4768955,
42.4974104
]
}
},
{
"type": "Feature",
"id": "node/1036378856",
"properties": {
"@id": "node/1036378856",
"amenity": "parking",
"park_ride": "no",
"parking": "surface"
},
"geometry": {
"type": "Point",
"coordinates": [
12.4761391,
42.4968288
]
}
},
{
"type": "Feature",
"id": "node/1198813159",
"properties": {
"@id": "node/1198813159",
"amenity": "parking"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5195732,
42.5355886
]
}
},
{
"type": "Feature",
"id": "node/1818881687",
"properties": {
"@id": "node/1818881687",
"amenity": "parking"
},
"geometry": {
"type": "Point",
"coordinates": [
12.3860203,
42.4592315
]
}
},
{
"type": "Feature",
"id": "node/1902905796",
"properties": {
"@id": "node/1902905796",
"amenity": "parking"
},
"geometry": {
"type": "Point",
"coordinates": [
12.617636,
42.5464726
]
}
},
{
"type": "Feature",
"id": "node/1902914101",
"properties": {
"@id": "node/1902914101",
"amenity": "parking"
},
"geometry": {
"type": "Point",
"coordinates": [
12.6223947,
42.5492746
]
}
}
]
};