leaflet-search
Version:
Leaflet Control for searching markers/features by attribute on map or remote searching in jsonp/ajax
278 lines • 6.45 kB
JavaScript
var pharmacy = {
"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": "2015-08-08T19:03:02Z",
"features": [
{
"type": "Feature",
"id": "node/256572195",
"properties": {
"@id": "node/256572195",
"addr:city": "Roma",
"addr:country": "IT",
"addr:housenumber": "35",
"addr:postcode": "00185",
"addr:street": "Piazza Manfredo Fanti",
"amenity": "pharmacy",
"dispensing": "yes",
"name": "Farmacia Ricci"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5020975,
41.8976328
]
}
},
{
"type": "Feature",
"id": "node/256592933",
"properties": {
"@id": "node/256592933",
"amenity": "pharmacy",
"created_by": "JOSM",
"dispensing": "yes",
"name": "P. Eugenio"
},
"geometry": {
"type": "Point",
"coordinates": [
12.50783,
41.8939352
]
}
},
{
"type": "Feature",
"id": "node/256592935",
"properties": {
"@id": "node/256592935",
"amenity": "pharmacy",
"created_by": "JOSM",
"dispensing": "yes",
"name": "Parafarmaciapiu'"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5106824,
41.8930159
]
}
},
{
"type": "Feature",
"id": "node/256752359",
"properties": {
"@id": "node/256752359",
"amenity": "pharmacy",
"dispensing": "yes",
"name": "De Sanctis"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5057196,
41.8926807
]
}
},
{
"type": "Feature",
"id": "node/256752364",
"properties": {
"@id": "node/256752364",
"amenity": "pharmacy",
"dispensing": "yes",
"name": "Trecca Mastrangeli"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5063628,
41.8906915
]
}
},
{
"type": "Feature",
"id": "node/256752379",
"properties": {
"@id": "node/256752379",
"amenity": "pharmacy",
"created_by": "JOSM",
"dispensing": "yes",
"name": "Longo"
},
"geometry": {
"type": "Point",
"coordinates": [
12.505337,
41.8950203
]
}
},
{
"type": "Feature",
"id": "node/1166982158",
"properties": {
"@id": "node/1166982158",
"amenity": "pharmacy",
"name": "Farmacia Merulana Snc"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5022586,
41.8910825
]
}
},
{
"type": "Feature",
"id": "node/1166983851",
"properties": {
"@id": "node/1166983851",
"amenity": "pharmacy",
"name": "Farmacia Cuzzocrea Dottor Antonino"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5033866,
41.8941826
]
}
},
{
"type": "Feature",
"id": "node/1166984396",
"properties": {
"@id": "node/1166984396",
"addr:city": "Roma",
"addr:country": "IT",
"addr:housenumber": "35",
"addr:street": "Via dello Statuto",
"amenity": "pharmacy",
"dispensing": "yes",
"name": "Farmacia Allo Statuto",
"opening_hours": "24/7",
"operator": "Dr. Pierluciano Pucci"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5010875,
41.8950388
]
}
},
{
"type": "Feature",
"id": "node/1324437899",
"properties": {
"@id": "node/1324437899",
"addr:city": "Roma",
"addr:country": "IT",
"addr:housenumber": "49",
"addr:street": "Piazza Barberini",
"amenity": "pharmacy",
"fax": "+39 06 48912560",
"name": "Farmacia Internazionale",
"opening_hours": "24/7",
"operator": "Dottoressa Cervini Teresa",
"phone": "+39 06 4825456"
},
"geometry": {
"type": "Point",
"coordinates": [
12.4884424,
41.9033713
]
}
},
{
"type": "Feature",
"id": "node/1662148782",
"properties": {
"@id": "node/1662148782",
"amenity": "pharmacy",
"name": "Farmacia",
"wheelchair": "limited"
},
"geometry": {
"type": "Point",
"coordinates": [
12.493189,
41.9008595
]
}
},
{
"type": "Feature",
"id": "node/1979465981",
"properties": {
"@id": "node/1979465981",
"addr:city": "Roma",
"addr:country": "IT",
"addr:housenumber": "29",
"addr:postcode": "00185",
"addr:street": "Via Marsala",
"amenity": "pharmacy",
"dispensing": "yes",
"name": "Farmacrimi",
"opening_hours": "Mo-Su,PH 07:30-22:00",
"operator": "V. Crimi e Co.",
"phone": "+39 06 4745421",
"ref:vatin": "IT10491561006",
"website": "http://www.farmacrimi.it"
},
"geometry": {
"type": "Point",
"coordinates": [
12.5031277,
41.9014832
]
}
},
{
"type": "Feature",
"id": "node/2116655793",
"properties": {
"@id": "node/2116655793",
"amenity": "pharmacy",
"dispensing": "yes",
"name": "Farmacia Viminale"
},
"geometry": {
"type": "Point",
"coordinates": [
12.494817,
41.8995944
]
}
},
{
"type": "Feature",
"id": "node/3061568281",
"properties": {
"@id": "node/3061568281",
"addr:city": "Roma",
"addr:housenumber": "89",
"addr:postcode": "00187",
"addr:street": "Via della Stamperia",
"amenity": "pharmacy",
"name": "Farmacia Pesci"
},
"geometry": {
"type": "Point",
"coordinates": [
12.4836798,
41.9009134
]
}
}
]
};