Is there a way to reduce tile processing from Openlayers 3 when user pan & zoom a lot
I have 2 over layers with local tiles (xyz) on my map. When the user zoom in / out and pan the map intentionally a lot , the app become very slow because OL tried to render all the tiles it was requested by the pan & zoom , but they are no longer needed on the view because the user zoomed out from there.
Is there a way to reduce this load ? Will it be faster if instead of xyz layer I'll use geojson layer with styles ?
أكثر...
I have 2 over layers with local tiles (xyz) on my map. When the user zoom in / out and pan the map intentionally a lot , the app become very slow because OL tried to render all the tiles it was requested by the pan & zoom , but they are no longer needed on the view because the user zoomed out from there.
Is there a way to reduce this load ? Will it be faster if instead of xyz layer I'll use geojson layer with styles ?
أكثر...