Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VanitySoft/fb5a1af9080f93cc7568deeba0d996ba to your computer and use it in GitHub Desktop.
Save VanitySoft/fb5a1af9080f93cc7568deeba0d996ba to your computer and use it in GitHub Desktop.
Query By FeatureCollection Response
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-102.85949707031,
50.926626576659
],
[
-102.91065216064,
50.943935476526
],
[
-102.91614532471,
50.909960675662
],
[
-102.85400390625,
50.887441411132
],
[
-102.81795501709,
50.911476004227
],
[
-102.85949707031,
50.926626576659
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment