Skip to content

Instantly share code, notes, and snippets.

@andrewharvey
Created July 30, 2019 04:29
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 andrewharvey/7423ae7b4311795ffc4bb788e533e855 to your computer and use it in GitHub Desktop.
Save andrewharvey/7423ae7b4311795ffc4bb788e533e855 to your computer and use it in GitHub Desktop.
polygon-clipping-bug.geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
147.8766632080078,
-42.001046704187765
],
[
147.8708803653717,
-42.01678734229192
],
[
147.8679245710373,
-42.013012973513256
],
[
147.8766632080078,
-42.001046704187765
]
]
]
},
"properties": {}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
147.87373960018158,
-42.01614169001889
],
[
147.8708803653717,
-42.01678734229192
],
[
147.8703761100769,
-42.01614169001889
],
[
147.87373960018158,
-42.01614169001889
]
]
]
},
"properties": {}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
147.8766632080078,
-42.01614169001889
],
[
147.8707194328308,
-42.0168271971557
],
[
147.871475815773,
-42.016639879078745
],
[
147.8766632080078,
-42.01614169001889
]
]
]
},
"properties": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment