@provoly/dashboard 1.4.45 → 1.4.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1099,7 +1099,7 @@ class WidgetMapUtils {
1099
1099
  static { this.DEFAULT_RADIUS_INTENSITY_FACTOR = 10000; }
1100
1100
  static { this.DEFAULT_ZOOM_MIN = 3; }
1101
1101
  static { this.DEFAULT_ZOOM_START = 10; }
1102
- static { this.DEFAULT_ZOOM_MAX = 18; }
1102
+ static { this.DEFAULT_ZOOM_MAX = 22; }
1103
1103
  static { this.DEFAULT_MAP_CENTER = [2.2827217347381525, 48.864706031557716]; }
1104
1104
  static { this.BACKGROUND_ORDER = 9999; }
1105
1105
  }