Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next version

- Map theme improvements
- Minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.28.0)

Expand Down
9 changes: 7 additions & 2 deletions vtm-themes/resources/assets/vtm/biker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">

<!-- This is the 2nd generation OpenGL/VTM "Biker" theme -->
<!-- Version 39 23rd December 2025-->
<!-- Version 40 12th January 2026-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -1748,11 +1748,16 @@

<!-- mountain peak LAYER -->
<m select="first">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="10">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="12">
<symbol src="assets:symbols/peak.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
<m k="natural" v="volcano" zoom-min="12">
<symbol src="assets:symbols/volcano.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
</m>

<!-- parking LAYER -->
Expand Down
9 changes: 7 additions & 2 deletions vtm-themes/resources/assets/vtm/dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">

<!-- This is the 2nd generation OpenGL/VTM "dark" theme based on the Biker map theme -->
<!-- Version 39 23rd December 2025-->
<!-- Version 40 12th January 2026-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -1748,11 +1748,16 @@

<!-- mountain peak LAYER -->
<m select="first">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="10">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="12">
<symbol src="assets:symbols/peak.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
<m k="natural" v="volcano" zoom-min="12">
<symbol src="assets:symbols/volcano.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
</m>

<!-- parking LAYER -->
Expand Down
9 changes: 7 additions & 2 deletions vtm-themes/resources/assets/vtm/indigo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">

<!-- This is the OpenGL/VTM "Indigo" theme based on the Biker map theme -->
<!-- Version 39 23rd December 2025-->
<!-- Version 40 12th January 2026-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -1748,11 +1748,16 @@

<!-- mountain peak LAYER -->
<m select="first">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="10">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="12">
<symbol src="assets:symbols/peak.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
<m k="natural" v="volcano" zoom-min="12">
<symbol src="assets:symbols/volcano.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
</m>

<!-- parking LAYER -->
Expand Down
9 changes: 7 additions & 2 deletions vtm-themes/resources/assets/vtm/motorider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">

<!-- This is the 2nd generation OpenGL/VTM "light" theme based on the Biker map theme-->
<!-- Version 39 23rd December 2025-->
<!-- Version 40 12th January 2026-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -1748,11 +1748,16 @@

<!-- mountain peak LAYER -->
<m select="first">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="10">
<m cat="mountain_peak" k="natural" v="peak" zoom-min="12">
<symbol src="assets:symbols/peak.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
<m k="natural" v="volcano" zoom-min="12">
<symbol src="assets:symbols/volcano.svg" />
<text use="peak-name-caption" />
<text use="peak-ele-caption" />
</m>
</m>

<!-- parking LAYER -->
Expand Down