Local-Connectivity-Lab / ccn-coverage-vis

Visualizations of coverage and performance analysis for Community Cellular Networks.
2 stars 2 forks source link

Restricting Zoom #29

Closed marishuman closed 1 year ago

marishuman commented 1 year ago

What

Restricts zoom of the map for zooming in too far and out too far.

Why

The map turns completely grey when it is zoomed in too far, this ensures it is impossible to zoom in that far. The map zooms in too far when a user searches for an address. Since the coverage is restricted to Seattle, the zoom should be restricted so the user cannot zoom out past the Seattle area.

How

Increases the minimum zoom and decreases the maximum zoom on MeasurementMap.tsx.

Screenshots

When a user searches now:

image

A search with the changed code:

image

ysono commented 1 year ago

Nice! :shipit: