Changes between Version 1 and Version 2 of Ticket #10037, comment 11


Ignore:
Timestamp:
2014-05-19T15:25:01+02:00 (12 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10037, comment 11

    v1 v2  
    22
    33However, 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.
     4We 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.
    55
    66