Hi I am very new to openlayer map and I have using openlayer latest 5.3.0. Can any one help how to download the map and load the download map for offline access to map.
I have done upto get four corner for map:
const glbox = this.map.getView().calculateExtent(this.map.getSize()); // doesn't look as expected. var box = transformExtent(glbox, 'EPSG:3857', 'EPSG:4326');
Can anyone help me for download the xyz png and reload it?
Comments
Post a Comment