Created
June 13, 2014 06:06
-
-
Save techieshark/1560a7905d2223c89d4c to your computer and use it in GitHub Desktop.
map bits
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": {}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-111.85721397399902, | |
33.39312894082887 | |
], | |
[ | |
-111.87021732330322, | |
33.39305727956685 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment