Created
June 15, 2013 00:08
-
-
Save sweenzor/5786185 to your computer and use it in GitHub Desktop.
Testing out geojson support
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": "GeometryCollection", | |
| "geometries": [ | |
| { | |
| "type": "Point", | |
| "coordinates": [ | |
| -80.66080570220947, | |
| 35.04939206472683 | |
| ] | |
| }, | |
| { | |
| "type": "Point", | |
| "coordinates": [ | |
| -80.66181570220147, | |
| 35.04337206472383 | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment