GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
87 stars 25 forks source link

MVT reload doesn't request tiles from source. #1624

Open dbauszus-glx opened 22 hours ago

dbauszus-glx commented 22 hours ago

The mvt layer format reload method clears the VectorTile source and subsequently calls the source refresh method. However no tiles are requested from the data source.

dbauszus-glx commented 21 hours ago

This is an OpenLayers issue. https://github.com/openlayers/openlayers/issues/7186

dbauszus-glx commented 5 hours ago

The correct OL ticket for this issue is. https://github.com/openlayers/openlayers/pull/16328

This was merged and should be in the next OL patch release.

dbauszus-glx commented 4 hours ago

I'll keep the issue open to check back on this with the next OL patch release.