Skip to content

Instantly share code, notes, and snippets.

@mappingvermont
Created May 25, 2018 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mappingvermont/a908896c0341d67eaa84fce12e1ebca5 to your computer and use it in GitHub Desktop.
Save mappingvermont/a908896c0341d67eaa84fce12e1ebca5 to your computer and use it in GitHub Desktop.
AOI for SO postgis question
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.63330078124999,
-20.68418377935238
],
[
-60.6005859375,
-22.21537748845929
],
[
-60.64178466796874,
-22.512556954051437
],
[
-60.3424072265625,
-22.588654394218814
],
[
-60.22705078125,
-22.31704861179864
],
[
-60.43304443359374,
-21.97361354260756
],
[
-61.63330078124999,
-20.68418377935238
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment