react-map-gl icon indicating copy to clipboard operation
react-map-gl copied to clipboard

Improves Source#updateSource to use setTiles function if available

Open manuelroth opened this issue 2 years ago • 0 comments

This PR improves Source#updateSource to use setTiles function if available. Before setTiles would only be used if the setUrl function is available which is not yet implemented in maplibre's RasterTileSource. See: https://maplibre.org/maplibre-gl-js/docs/API/classes/RasterTileSource/.

manuelroth avatar Feb 14 '24 13:02 manuelroth