Skip to content

Zoom out mirroring map.zoom.extra, and context menu to copy coord for TP command + zoom in/out - #584

Open
dpembo wants to merge 7 commits into
jpenilla:masterfrom
dpembo:context-menu
Open

Zoom out mirroring map.zoom.extra, and context menu to copy coord for TP command + zoom in/out#584
dpembo wants to merge 7 commits into
jpenilla:masterfrom
dpembo:context-menu

Conversation

@dpembo

@dpembo dpembo commented Aug 9, 2026

Copy link
Copy Markdown

Previously the map's minimum zoom was hardcoded to 0, matching
minNativeZoom, so it was impossible to zoom out past the lowest
rendered tile without triggering a re-render at a coarser scale.

This mirrors the existing map.zoom.extra setting (which upscales
the highest-detail tile for extra zoom-in levels) but in the other
direction: map.zoom.extra-out lets the client downscale the lowest-
detail tile (minNativeZoom) for extra zoom-out levels, with no
additional tile generation required.

Defaults to 0, preserving existing behaviour.

Needs wiki update to document the parameter

Enables a context menu on the map (right click windows).
The context menu has 4 options

Zoom in on the point where you clicked
Zoom out on the point where you clicked
Copy X Z coordinates to the clipboard
Copy X 150 Z coordinates to the clipboard (Defaults Y)

pembo and others added 7 commits August 9, 2026 10:36
- zoom in/zoom out from the mouse position
- 2 methods to copy the coordinates to the buffer.
  - 1) Just the X and Z
  - 2) X,Y,Z defaulting Y to 150
merged into context-menu changes to remove commas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant