tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
477 stars 245 forks source link

GeoJSONReader does not parse polygon inner rings. #103

Closed tillnagel closed 9 years ago

tillnagel commented 9 years ago

The parser has to check for same vertices, and create inner rings for polygons.

See http://geojson.org/geojson-spec.html#polygon and https://github.com/mapzen/vector-datasource/issues/88