Last active
April 18, 2016 15:18
-
-
Save raphink/c5532fe5ba01e3cf0997dc6bb805d1d2 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", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.9214162826538095, | |
45.59398878855931 | |
] | |
}, | |
"properties": { | |
"name": "Chez moi", | |
"children": "3", | |
"instruments": "clarinet, guitar, saxophone, flute" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment