Skip to content

Instantly share code, notes, and snippets.

@davidribbon
Forked from anonymous/map.geojson
Created September 25, 2017 09:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davidribbon/43c3a0d10b9058ca1f18769ebf38f198 to your computer and use it in GitHub Desktop.
Save davidribbon/43c3a0d10b9058ca1f18769ebf38f198 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Pub"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.1669,
52.956
]
}
},
{
"type": "Feature",
"properties": {
"name": "Pub New"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.1428,
52.955
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment