-
Notifications
You must be signed in to change notification settings - Fork 543
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
this.geojson.geometry problem #610
Comments
Humm good point I spot the wrong problem (the hole)... Another try, My raw geojson is:
The result of
is
If I use this data to recreate a geojson by hands by copy paste the coordinates (I need to explode the datas to inject this in a geo-shape for elasticsearch so it's a way to verify the datas), I have this geojson:
which give me a right hand problem... Any idea where I miss something or where the problem can be? |
finally it's look like it's more an Elasticsearch problem than a mapshaper so I close the issue |
Hey... I started looking into this... it appears that |
great ! I will watch the next release |
In v0.6.49, |
Hi I have this geojson:
As you see it's a Polygon with a hole:
And if I want to extract the coordinates in a csv file like that:
I get this output:
As I understand the this.geojson.geometry.coordinates missed the hole at the end of the Polygon coordinates.
Do you have an idea @mbloch to properly extract the coordinates with the hole(s) in a CSV?
Thanks
The text was updated successfully, but these errors were encountered: