zoom range for heliports
This commit is contained in:
@@ -103,7 +103,7 @@ const HeliportsLayer = () => {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const handleZoom = () => {
|
const handleZoom = () => {
|
||||||
setIsVisible(map.getZoom() > 9);
|
setIsVisible(map.getZoom() > 8);
|
||||||
};
|
};
|
||||||
|
|
||||||
handleZoom();
|
handleZoom();
|
||||||
|
|||||||
Reference in New Issue
Block a user