Commit e0e39b7
authored
Try to simplify geometries that fail with TopologyException (elastic#115834) (elastic#115843)
This geometries are valid and they can actually be simplified so lets make the clipping algorithm a best effort and
return the original geometry in those cases so the simplification can handle it.1 parent a2550f0 commit e0e39b7
File tree
2 files changed
+10
-2
lines changed- docs/changelog
- x-pack/plugin/vector-tile/src/main/java/org/elasticsearch/xpack/vectortile/feature
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
311 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
| |||
0 commit comments