Changes between Version 3 and Version 4 of Ticket #10037, comment 11
- Timestamp:
- 2014-05-19T15:26:37+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10037, comment 11
v3 v4 2 2 3 3 However, then some users can notice nodeInsidePolygon problem (currently it is used mostly in mapcss). 4 We can temporarily use the code of `isPointInsideMultipolygon` from Utilsplugin2 for `isNodeInsideMultiPolygon` only (it needs `isPointInsidePolygon`, `buildPointList`, `getWayPoints`, `getRayIntersectionsCount` as the private functions). Then the existing behavior will not change but some duplicationwill exist.4 We can temporarily use the code of `isPointInsideMultipolygon` from Utilsplugin2 for `isNodeInsideMultiPolygon` only (it needs `isPointInsidePolygon`, `buildPointList`, `getWayPoints`, `getRayIntersectionsCount` as the private functions). Then the existing behavior will not change but some hidden duplicate functionality will exist in Geometry.java. 5 5 6 6


