-
Notifications
You must be signed in to change notification settings - Fork 8
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
Problem with Multipolygones #3
Comments
Hey @kfhenning, I came to the same conclusion about |
Yes I have the same issue, where multipolygon coordinates end up being 0,0. It needs to be able to parse the sub-arrays for multi polygons, instead of treating the "coordinates" as final lat/lngs. |
Ran into this problem myself so I've given it a shot! |
#4 from @Torantulino solved the same issue with multipolygons I had, thanks! |
Hey Time,
nice library and really easy to use! Thanks!
However, I have a problem parsing multipolygones. The coordinates are not parsed and it returns always coordinates[0] = (0,0).
I've tried to parse the example from https://tools.ietf.org/html/rfc7946#section-3.1.7 (p. 10).
I looked through the code and it seems that there is missing an ArrayArrayArrayGeometryObject parser as Polygon and Multipolygon are treated equaly. Or did I get something wrong?
Thanks!
Best regards,
Kai
The text was updated successfully, but these errors were encountered: