diff --git a/lib/feature/earthquake_history_details/component/earthquake_map.dart b/lib/feature/earthquake_history_details/component/earthquake_map.dart index c9ec614de..ce30b7f61 100644 --- a/lib/feature/earthquake_history_details/component/earthquake_map.dart +++ b/lib/feature/earthquake_history_details/component/earthquake_map.dart @@ -598,6 +598,7 @@ class _StationAction extends _MapLibreAction { intensity.type, ], sourceLayer: 'station-intensity', + minzoom: 7, ); await controller.addLayer( @@ -614,16 +615,10 @@ class _StationAction extends _MapLibreAction { 20, 2, ], - iconOpacity: [ - 'step', - ['zoom'], - 1.0, - 7, - 0.0, - ], textAllowOverlap: true, iconAllowOverlap: true, ), + maxzoom: 7, filter: [ '==', 'intensity',