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
Hi, I noticed it's impossible to use dynamic sources, due to corrupted GeoJSON features display.
Latest maplibre version (3.8.0) and chrome version (131) are used.
map.addSource('main', { dynamic: true, // when "dynamic: false" is used all is OK type: 'geojson', data: {} });
Almost all features I tried to display looks like this:
Here is a demo, you can switch "dynamic" and see the difference. https://codepen.io/qwioefsd/pen/zxOKjrZ
The text was updated successfully, but these errors were encountered:
same for me
Sorry, something went wrong.
No branches or pull requests
Hi,
I noticed it's impossible to use dynamic sources, due to corrupted GeoJSON features display.
Latest maplibre version (3.8.0) and chrome version (131) are used.
Almost all features I tried to display looks like this:
Here is a demo, you can switch "dynamic" and see the difference.
https://codepen.io/qwioefsd/pen/zxOKjrZ
The text was updated successfully, but these errors were encountered: