Places: Remove paint from clusters layer #1187 #2596 #3636

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-08-16 14:53:05 +02:00
parent b85c2a2dab
commit 730cbeaf2c

View file

@ -614,26 +614,6 @@ export default {
type: 'circle',
source: 'photos',
filter: ['has', 'point_count'],
paint: {
'circle-color': [
'step',
['get', 'point_count'],
'transparent',
100,
'transparent',
750,
'transparent'
],
'circle-radius': [
'step',
['get', 'point_count'],
30,
100,
40,
750,
50
]
}
});
// Example on how to update clusters: