Changes between Initial Version and Version 1 of Ticket #10037, comment 11
- Timestamp:
- 2014-05-19T15:24:52+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10037, comment 11
initial v1 2 2 3 3 However, then some users can notice nodeInsidePolygon problem (currently it is used mostly in mapcss). 4 We can temporarily use `isPointInsideMultipolygon` from Utilsplugin2 for `isNodeInsideMultiPolygon` only (it needs `isPointInsidePolygon`, `buildPointList`, `getWayPoints`, `getRayIntersectionsCount` as private functions). Then the existing behaviorwill not change. 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. 5 5 6 6


