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
mgl-vector-source cleared after changing style
<mgl-map ref="mapRef" :map-style="style" :trackResize=true :center="center" :zoom="zoom" height="100vh" :attributionControl=false> <mgl-vector-source source-id="zcrwf" :url="dataUrl"> <mgl-circle-layer layer-id="my" source-layer="cd_location" :paint="paint" :filter="filter" /> <mgl-symbol-layer layer-id="my_label" source-layer="cd_location" :layout="layout" :filter="filter"></mgl-symbol-layer> </mgl-vector-source> </mgl-map>
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for reporting this issue. I was able to reproduce the issue.
Sorry, something went wrong.
any news on this?
This is a maplibre-gl-js bug, see maplibre/maplibre-gl-js#2587. I didn't have the time to work on it.
No branches or pull requests
mgl-vector-source cleared after changing style
The text was updated successfully, but these errors were encountered: