Skip to content

Instantly share code, notes, and snippets.

@perusio
Created August 27, 2019 18:30
Show Gist options
  • Save perusio/26c0c134a9d9e9dd88e10e55bf04e903 to your computer and use it in GitHub Desktop.
Save perusio/26c0c134a9d9e9dd88e10e55bf04e903 to your computer and use it in GitHub Desktop.
UP42 demo project AOI
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.540129,
52.079701
],
[
1.53084,
52.077514
],
[
1.532581,
52.073376
],
[
1.547756,
52.071101
],
[
1.557016,
52.076481
],
[
1.540129,
52.079701
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment