allow POI overlap when zoomed in
This commit is contained in:
parent
8c08bc9c7e
commit
79e872670b
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ export class OverpassLayer {
|
||||||
'icon-image': ['get', 'icon'],
|
'icon-image': ['get', 'icon'],
|
||||||
'icon-size': 0.25,
|
'icon-size': 0.25,
|
||||||
'icon-padding': 0,
|
'icon-padding': 0,
|
||||||
|
'icon-allow-overlap': ['step', ['zoom'], false, 14, true],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue