-
-
Save tomasholderness/1276e26d0484bee3718f14b462c567bc to your computer and use it in GitHub Desktop.
Black Sheep Brewery
This file contains hidden or 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", | |
| "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