Created
July 19, 2017 15:29
-
-
Save mgvarley/e1cab2608f2e2beff5f60c288263e283 to your computer and use it in GitHub Desktop.
Mark in Italy
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": { | |
"greeting": "Buongiorno Tom i Martin!" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.747960090637207, | |
38.17199881602276 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment