Skip to content

Commit

Permalink
Zoom max level adjust
Browse files Browse the repository at this point in the history
- After all regions testing it is resolved that the most optimal zoom level is 25
- Note that ideally zoom should be different for manual zooming and for focusing on correct region as smaller islands may need higher zoom in contrast to large land masses (smaller zooms)
  • Loading branch information
Illia Harkusha authored and axelboc committed Aug 13, 2024
1 parent 8e58423 commit f136b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/experimental_assets/_interactive_map_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function getMapConfig() {
selector: configObj.commonElements.interactiveMap,
map: configObj.commonConfig.mapSvgId,
zoomButtons: false,
zoomMax: 1000,
zoomMax: 25,
backgroundColor: configObj.commonColors.background,
regionStyle: {
initial: {
Expand Down

0 comments on commit f136b6f

Please sign in to comment.