Skip to content

Add Swiss Alps 3D terrain screenshots to gallery - #170

Merged
amvlab merged 1 commit into
mainfrom
fix/swiss-alps-terrain-gallery
Aug 8, 2026
Merged

Add Swiss Alps 3D terrain screenshots to gallery#170
amvlab merged 1 commit into
mainfrom
fix/swiss-alps-terrain-gallery

Conversation

@amorfinv

@amorfinv amorfinv commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds fleet and hero screenshots over the Valais Alps, Bernese Oberland, and Lake Geneva with 3D terrain (Mapterhorn raster-dem) and hillshade enabled over the light Positron basemap
  • Documents the new screenshots in docs/gallery.md and docs/screenshots/README.md

Captures fleet and hero shots over Valais, the Bernese Oberland, and
Lake Geneva with Mapterhorn raster-dem terrain and hillshade enabled.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@amvlab
amvlab merged commit 31a640f into main Aug 8, 2026
3 checks passed
@amvlab
amvlab deleted the fix/swiss-alps-terrain-gallery branch August 8, 2026 16:48
amorfinv added a commit that referenced this pull request Aug 9, 2026
* Extract replaceToken() helper in consoleTokens

ConsoleAutocomplete's token-replacement logic (truncate to the token
span, append a trailing space at end-of-input) is exactly what Console's
Enter/Tab handling needs too. Pull it into a shared, tested helper
instead of duplicating it.

* Fix console Enter key and Tab completion to share separator rules

Enter duplicated the Send button's submit logic inline and skipped its
trailing-separator trim, so a command finished via the map picker
(which appends a comma after every click) was sent with a dangling
comma. Route Enter through the same submitCurrent() path as Send.

Tab completion split on spaces only and always completed the last
word, so it never matched the comma-separated form the console itself
produces (e.g. "CRE KL123,A38"). Use getArgAtCursor()/replaceToken()
so completion follows the same space-and-comma separator rules as the
rest of the console, and completes the token under the cursor rather
than assuming it's at the end of input.

* Trim gallery.md down to a single Swiss Alps screenshot

Keep the Matterhorn shot as the representative example and drop the
other seven Valais/Oberland/Léman entries added in #170.
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.

2 participants