Skip to content

Instantly share code, notes, and snippets.

@DenisCarriere
Created January 23, 2017 02:03
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 DenisCarriere/075d2101f0def2e5c1ecb6cd83fd81f0 to your computer and use it in GitHub Desktop.
Save DenisCarriere/075d2101f0def2e5c1ecb6cd83fd81f0 to your computer and use it in GitHub Desktop.
Simplify Polygon not working
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-75.693254,
45.431144
],
[
-75.693335,
45.431109
],
[
-75.693335,
45.431109
],
[
-75.693254,
45.431144
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment