Skip to content

Commit

Permalink
Merge pull request #24 from smartcommunitylab/new-pgAziendale-console
Browse files Browse the repository at this point in the history
chamnged zoom in map for location
  • Loading branch information
chin8 authored Dec 17, 2024
2 parents b9d2dc8 + 0714f9a commit 0f58083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default {
lng: this.actualLocation?.item?.longitude,
};
}
this.zoom = 14;
this.zoom = 16;
this.disableMap();
}, 250);
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ export default {
menu: false,
pointIsFar: false,
autoPositionLocation: null,
zoom: 13,
zoom: 14,
url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
attribution:
'&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
Expand Down
2 changes: 1 addition & 1 deletion console_aziendale/src/pages/locations/Location.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
data() {
return {
zoom: 13,
zoom: 16,
url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
attribution:
'&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
Expand Down

0 comments on commit 0f58083

Please sign in to comment.