Changes between Version 1 and Version 2 of Ticket #10037, comment 11
- Timestamp:
- 2014-05-19T15:25:01+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10037, comment 11
v1 v2 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 duplication will exist. I can provide the patch if needed.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 duplication will exist. 5 5 6 6


