Changes between Initial Version and Version 1 of Ticket #10037, comment 8
- Timestamp:
- 2014-05-19T14:42:31+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10037, comment 8
initial v1 1 1 After checking: the algorithm of `isPolygonInsideMultiPolygon` is not completely correct - multipolygon with multiple outer parts is not a sum of its outers (some validator tests should also work incorrectly). This is better to be fixed... 2 2 3 I can not fix it myself without replacing or duplicating a lot of existing code. 3 I can not fix it myself without replacing or duplicating a lot of existing code (utilsplugin2 may have correct but completely different checking). 4 4