Changes between Version 3 and Version 4 of Ticket #10037, comment 11


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10037, comment 11

    v3 v4  
    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.
     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 hidden duplicate functionality will exist in Geometry.java.
    55
    66