Created
March 29, 2022 04:01
-
-
Save Sillson/fc5c2d2599ea6c52368f9ac9b55206f3 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": [ | |
[ | |
[ | |
-121.95579528808592, | |
48.69685253743531 | |
], | |
[ | |
-121.69315338134766, | |
48.69685253743531 | |
], | |
[ | |
-121.69315338134766, | |
48.886617529842795 | |
], | |
[ | |
-121.95579528808592, | |
48.886617529842795 | |
], | |
[ | |
-121.95579528808592, | |
48.69685253743531 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment