arthur-e / Wicket

A modest library for moving between Well-Known Text (WKT) and various framework geometries
https://arthur-e.github.io/Wicket/
Other
586 stars 227 forks source link

Issue #138 FIX #139

Closed mrgr4v3s closed 4 years ago

mrgr4v3s commented 4 years ago

The if statement that checks if the geometry have holes causes some polygons not recognizable by ARCGIS maps (see issue #138 for an example). Simply removing this if statement works just fine for every polygon or multipolygon. In addition to this change, I'm inserting the .idea folders to be ignored by git.

arthur-e commented 4 years ago

Thanks! We don't have any tests for ArcGIS maps, so I'm trusting you've independently vetted this change against a representative set of test cases.