//Munich
this.center = {lat: 28.7041, lng: 77.1025};
this.map = L.map('map', {
center: this.center,
zoom: 13,
layers: [grayscale,streets, cities]
});
I am initialing openstreet map with leaflet in ionic 2. when i am loading the page again i am getting a crash i.e. map container is not initialized. it seems there is already some div present. I tried checking null also but the no success. friends please help.