Alpha stage commit
This commit is contained in:
47
services/data-pipeline/fixtures/osm-pois.sample.json
Normal file
47
services/data-pipeline/fixtures/osm-pois.sample.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"source": "overpass-fixture",
|
||||
"attribution": "Contains information from OpenStreetMap contributors.",
|
||||
"elements": [
|
||||
{
|
||||
"type": "node",
|
||||
"id": 1001,
|
||||
"lat": 48.075,
|
||||
"lon": 11.512,
|
||||
"tags": {
|
||||
"amenity": "drinking_water",
|
||||
"name": "Village fountain"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 1002,
|
||||
"lat": 47.805,
|
||||
"lon": 11.145,
|
||||
"tags": {
|
||||
"tourism": "camp_site",
|
||||
"name": "Lakeside campsite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 1003,
|
||||
"lat": 47.62,
|
||||
"lon": 11.235,
|
||||
"tags": {
|
||||
"shop": "bicycle",
|
||||
"name": "Bike shop Murnau",
|
||||
"opening_hours": "Mo-Fr 09:00-18:00"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 1004,
|
||||
"lat": 47.75,
|
||||
"lon": 11.12,
|
||||
"tags": {
|
||||
"railway": "station",
|
||||
"name": "Regional rail station"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user