Last active
May 2, 2016 19:20
-
-
Save alexkapps/6e6561d352f7fc062ff9f0e785367154 to your computer and use it in GitHub Desktop.
web mapping workshop content
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "2016-05-02T19:19:02Z", | |
"features": [ | |
{ | |
"type": "Feature", | |
"id": "node/606995622", | |
"properties": { | |
"@id": "node/606995622", | |
"amenity": "restaurant", | |
"cuisine": "seafood", | |
"name": "Ray's Seafood" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.7454358, | |
43.0063437 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/606995623", | |
"properties": { | |
"@id": "node/606995623", | |
"amenity": "restaurant", | |
"cuisine": "seafood", | |
"name": "Petey's Summertime Seafood" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.7340032, | |
43.0170954 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/606995631", | |
"properties": { | |
"@id": "node/606995631", | |
"amenity": "restaurant", | |
"name": "The Golden Egg" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.7476093, | |
43.0535294 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/777303776", | |
"properties": { | |
"@id": "node/777303776", | |
"amenity": "restaurant", | |
"cuisine": "burger", | |
"name": "Roundabout Diner", | |
"opening_hours": "05:00-22:00" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.7788882, | |
43.0732838 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/800934773", | |
"properties": { | |
"@id": "node/800934773", | |
"amenity": "restaurant", | |
"cuisine": "seafood", | |
"name": "BG's Restaurant", | |
"opening_hours": "11:00-24:00" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.743346, | |
43.0531885 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/1123325984", | |
"properties": { | |
"@id": "node/1123325984", | |
"amenity": "restaurant", | |
"name": "Badger Island Pizzaeria" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.7513006, | |
43.0822982 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/1389429747", | |
"properties": { | |
"@id": "node/1389429747", | |
"amenity": "restaurant", | |
"cuisine": "american", | |
"microbrewery": "yes", | |
"name": "Cataqua Public House" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.8044602, | |
43.087884 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/1848960997", | |
"properties": { | |
"@id": "node/1848960997", | |
"amenity": "restaurant", | |
"name": "Fresh City" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.7998169, | |
43.0943489 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/2318455786", | |
"properties": { | |
"@id": "node/2318455786", | |
"amenity": "restaurant", | |
"cuisine": "ice_cream", | |
"name": "Ice House" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.7386144, | |
43.0536156 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "node/2395563084", | |
"properties": { | |
"@id": "node/2395563084", | |
"amenity": "restaurant", | |
"cuisine": "mexican", | |
"name": "Chipotle" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.8006134, | |
43.094149 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment