We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to render a custom geojson into a map without success.
Data loads correctly in geojson.io, and I made sure that I had a unique value for the id property inside each feature.
id
However, when loading the data to the chart it just shows a rectangle. No console errors.
Data can be found -> here
What may be causing this issue?
The text was updated successfully, but these errors were encountered:
This should do the trick:
chart.reverseGeodata = true;
Sorry, something went wrong.
Thank you, it does. I think I tried that, but most certainly it was before adding the unique id property.
No branches or pull requests
Hello,
I am trying to render a custom geojson into a map without success.
Data loads correctly in geojson.io, and I made sure that I had a unique value for the
id
property inside each feature.However, when loading the data to the chart it just shows a rectangle. No console errors.
Data can be found -> here
What may be causing this issue?
The text was updated successfully, but these errors were encountered: