🐛 Bugfixes
- Added proper handling for negative zoom values. Before, when zoom was negative, the
getGridDensity
was executing default case which resulted in producing very dense grid which was freezing the map. Now negative zoom values are clamped to 0.