Skip to content

Commit

Permalink
Update PanelMap
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 19, 2023
1 parent 3036237 commit bb6ef83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/VMap.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const props = defineProps({
cluster: {
type: Boolean,
default: true
default: false
},
maxClusterRadius: {
Expand Down
1 change: 1 addition & 0 deletions src/modules/otus/components/Panel/PanelMap/PanelMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<VMap
class="h-96 max-h-96"
dragging
cluster
:zoom="zoom"
:geojson="store.distribution.geojson"
@geojson:ready="() => (isLoading = false)"
Expand Down

0 comments on commit bb6ef83

Please sign in to comment.