yagajs / leaflet-ng2

Angular.io integration of Leaflet
https://leaflet-ng2.yagajs.org
ISC License
66 stars 26 forks source link

Is there any way to reload the map dynamically? #399

Closed ganigapeta closed 6 years ago

ganigapeta commented 6 years ago

Hi @atd-schubert,

Is there any way to reload a map dynamically? actually I am using a re-sizable container once resized map not loading properly(map not fully loading).

atd-schubert commented 6 years ago

You will have the same problem with LeafletJS, but they provide a method in the map class for solving this problem.

In my opinion, the best way to solve your problem is:

Have fun ;)