-
Notifications
You must be signed in to change notification settings - Fork 31
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 converting Turf Feature to GeoJSON? #124
Comments
This file passes all the geojson.io checks but it still does not render. https://gist.github.com/FezVrasta/b46b2ef5b7d1bd3581306c0399fbe05b |
So, this doesn't render:
But if I only leave the first polygon in it, it renders:
Both pass the geojson.io checks though. I also tried to split the feature in many single-polygon ones but I have the same problem:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have this code:
But I'm always ending in the
no image
branch.The same geo jsons are working fine on the iOS Mapbox SDK v11
Am I doing something wrong? The stringified json looks correct to me:
It's 713 coordinate points
I also tried with a Gist using your example but I get the same problem:
It happens even with a version with way less points:
https://gist.githubusercontent.com/FezVrasta/5816d4d519ee147836ec0da2aeb0467a/raw/8d40f4776fb0f82a3c91a52adafbbf2f9306034e/gistfile1.txt
I also tried a feature collection and setting the stroke, stroke-width, stroke-opacity, fill properties, but still it errors:
I only managed to make work a LineString, but I really need a MultiPolygon...
The text was updated successfully, but these errors were encountered: