Skip to content

Commit 3aa939a

Browse files
committed
[chores:ui] Set default geo map max zoom to 18
1 parent e88ef64 commit 3aa939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwisp_monitoring/device/static/monitoring/js/device-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
center: leafletConfig.DEFAULT_CENTER || [55.78, 11.54],
204204
zoom: leafletConfig.DEFAULT_ZOOM || 1,
205205
minZoom: leafletConfig.MIN_ZOOM || 1,
206-
maxZoom: leafletConfig.MAX_ZOOM || 24,
206+
maxZoom: leafletConfig.MAX_ZOOM || 18,
207207
fullscreenControl: true,
208208

209209
// Force tooltips ON for all viewport widths; override library's

0 commit comments

Comments
 (0)