Skip to content

Instantly share code, notes, and snippets.

@mfogel
Last active October 27, 2018 16:33
Show Gist options
  • Save mfogel/23f970afca0cfca2227cc3199efe0ee5 to your computer and use it in GitHub Desktop.
Save mfogel/23f970afca0cfca2227cc3199efe0ee5 to your computer and use it in GitHub Desktop.
polygon clipping issue 36 reproduces original error
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[1.2453604, 51.8796],
[1.24525, 51.8798],
[1.245704, 51.8797],
[1.2462833, 51.87991],
[1.2453604, 51.8796]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[1.245704, 51.8797],
[1.24536, 51.8796],
[1.24525, 51.8798],
[1.245704, 51.8797]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment