I have a page where given a select to the user he can switch the leaflet map I show.
After a initial leaflet map load, my problem is when i want to refresh the map.
For refresh leaflet map you can use this code:
this.map.fitBounds(this.map.getBounds());