Created
April 18, 2022 20:19
-
-
Save metasim/15fb05bbe76c1d7e5583033f2b6757f7 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", | |
"name": "naip-area", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -82.539086438206127, 38.537211192653182 ], [ -82.538499153180993, 38.536683845530142 ], [ -82.537407014521534, 38.537264736050211 ], [ -82.538200494911209, 38.537830689657945 ], [ -82.539086438206127, 38.537211192653182 ] ] ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment