Last active
December 30, 2015 03:19
-
-
Save jimoconnell/7769067 to your computer and use it in GitHub Desktop.
test of geojson rendering
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": [-77.0338765765, 41.241698769763323] | |
}, | |
"properties": { | |
"name": "The Pajama Factory" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment