Skip to content

Instantly share code, notes, and snippets.

@metasim
Created April 18, 2022 20:19
Show Gist options
  • Save metasim/15fb05bbe76c1d7e5583033f2b6757f7 to your computer and use it in GitHub Desktop.
Save metasim/15fb05bbe76c1d7e5583033f2b6757f7 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"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