mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-06 04:18:00 +02:00
update cluster radius, various cleanups
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
<v-icon start>mdi-compass-outline</v-icon> <b>{{ cardinalDirection }}</b>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<v-icon start>mdi-domain</v-icon> <b>
|
||||
<v-icon start>mdi-factory</v-icon> <b>
|
||||
<span v-if="alpr.tags.brand">
|
||||
{{ alpr.tags.brand }}
|
||||
</span>
|
||||
<span v-else>
|
||||
Unknown Brand
|
||||
Unknown Manufacturer
|
||||
</span>
|
||||
</b>
|
||||
</v-list-item>
|
||||
|
||||
@@ -187,6 +187,7 @@ function populateMap() {
|
||||
chunkedLoading: true,
|
||||
disableClusteringAtZoom: 16, // showFov threshold
|
||||
removeOutsideVisibleBounds: true,
|
||||
maxClusterRadius: 60,
|
||||
});
|
||||
circlesLayer = L.featureGroup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user