-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multipolygons not supported #10
Comments
Seeing lots of stuff like this in the logs. It looks like GEOS expects linestrings to have a matching start/end point. |
The following GeoJSON was seen in the logs. This does not seem valid to me as each ring in the multipolygon only has 2 vertices:
|
Searched for that first coordinate at
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking quickly through your source it appears that Multipolygon support is intended... but it appears not to work
see before and after:
https://github.com/will0955/hmda/blob/master/States.geojson
http://gitspatial.com/api/v1/will0955/hmda/States.geojson
The text was updated successfully, but these errors were encountered: