-
-
Save anonymous/096494e059e4059efdf024b769812cd2 to your computer and use it in GitHub Desktop.
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