Skip to content

Commit

Permalink
fix: symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm committed Jan 3, 2024
1 parent 54879b0 commit 3d6f329
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ class _StationAction extends _MapLibreAction {
intensity.type,
],
sourceLayer: 'station-intensity',
minzoom: 7,
);

await controller.addLayer(
Expand All @@ -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',
Expand Down

0 comments on commit 3d6f329

Please sign in to comment.