Created
February 21, 2014 22:54
-
-
Save mattclements/9145286 to your computer and use it in GitHub Desktop.
Matt Clements
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", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"Matt Clements": "Freelance Developer" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.7610821723937987, | |
52.03353819984969 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment