You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix multipolygon and point intersections
multiPolygonContainsPoint was sharing variables between
individual polygons inside the multipolygon. This left
a situation where an even number of polygons that
overlapped a single point, would be said to not contain
that point.
Now a multipolygon is said to contain a point if any
polygon contained in the multipolygon contains that
point.
* Update changelog
* Add multipolygon to style benchmarks
* add migrateProjection to bench StubMap
---------
Co-authored-by: Harel M <harel.mazor@gmail.com>
0 commit comments