Created
March 28, 2018 00:29
-
-
Save tbuckl/2bc10c0dee726c5195438fa5cdde5414 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", | |
| "properties": {}, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -122.3004913330078, | |
| 37.803748566132015 | |
| ], | |
| [ | |
| -122.25495815277098, | |
| 37.803748566132015 | |
| ], | |
| [ | |
| -122.25495815277098, | |
| 37.835818618104156 | |
| ], | |
| [ | |
| -122.3004913330078, | |
| 37.835818618104156 | |
| ], | |
| [ | |
| -122.3004913330078, | |
| 37.803748566132015 | |
| ] | |
| ] | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment