Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48979

How to integrate offline maps in Ionic+Angular using leaflet maps?

$
0
0

this.map = leaflet.map(“mapId”, { zoomControl: false }).setView([17.385, 78.4867], 13);
leaflet.tileLayer(“https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png”, {
attribution: ‘’,
}).addTo(this.map);
this.map.locate({
setView: true,
maxZoom: 11
})

We have tried implementing the above code. It is working fine in online mode but does not work when offline. How can we implement current location & search locations functionality in leaflet maps when offline? Anyone who integrated offline leaflet maps with Ionic + Angular, please provide a solution.
Thanks in advance.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 48979

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>