CURENT / agvis

Geo-visualization for energy system
https://ltb.curent.org
GNU General Public License v3.0
7 stars 5 forks source link

Updated max zoom #71

Closed zmalkmus closed 5 months ago

zmalkmus commented 6 months ago

This was thankfully a simple fix! It turns out I was editing the wrong map options (which might be a tell of code quality concerns involving how the map is instantiated, but that is an issue for another day). As long as it works.

The max zoom was set to 10, which is nearly half of what leaflet is capable of. All I had to do was update it to 18, and I believe it is powerful enough for the capability we are looking for.