I'm trying to show maps with KML layering. I'm using Ionic and ng-map. In order for me to open KML files locally (on user request), I use geoXML3 Library. I show the maps via ionicModal. Everything works only the first time.
The second time and afterwards, the map doesn't show the KML information anymore. Any reason why?
I'm trying to show maps with KML layering. I'm using Ionic and ng-map. In order for me to open KML files locally (on user request), I use geoXML3 Library. I show the maps via
ionicModal
. Everything works only the first time.The second time and afterwards, the map doesn't show the KML information anymore. Any reason why?
Here's the DEMO.