Skip to content

Instantly share code, notes, and snippets.

@tomasholderness
Forked from anonymous/map.geojson
Created August 21, 2016 09:04
Show Gist options
  • Select an option

  • Save tomasholderness/1276e26d0484bee3718f14b462c567bc to your computer and use it in GitHub Desktop.

Select an option

Save tomasholderness/1276e26d0484bee3718f14b462c567bc to your computer and use it in GitHub Desktop.
Black Sheep Brewery
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Black Sheep Brewery",
"url": "https://www.blacksheepbrewery.com/",
"wikipedia": "https://en.wikipedia.org/wiki/Black_Sheep_Brewery"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.6588282585144043,
54.22447492252721
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment