Skip to content

Commit f85fa7d

Browse files
authored
Map theme improvements (#1282)
1 parent 3cfa380 commit f85fa7d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

vtm-themes/resources/assets/vtm/biker.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
55

66
<!-- This is the 2nd generation OpenGL/VTM "Biker" theme -->
7-
<!-- Version 40 12th January 2026-->
7+
<!-- Version 41 26th January 2026-->
88

99
<!-- Defines LAYERS Menu -->
1010
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
@@ -1753,7 +1753,7 @@
17531753
<text use="peak-name-caption" />
17541754
<text use="peak-ele-caption" />
17551755
</m>
1756-
<m k="natural" v="volcano" zoom-min="12">
1756+
<m cat="mountain_peak" k="natural" v="volcano" zoom-min="12">
17571757
<symbol src="assets:symbols/volcano.svg" />
17581758
<text use="peak-name-caption" />
17591759
<text use="peak-ele-caption" />

vtm-themes/resources/assets/vtm/dark.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
55

66
<!-- This is the 2nd generation OpenGL/VTM "dark" theme based on the Biker map theme -->
7-
<!-- Version 40 12th January 2026-->
7+
<!-- Version 41 26th January 2026-->
88

99
<!-- Defines LAYERS Menu -->
1010
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
@@ -1753,7 +1753,7 @@
17531753
<text use="peak-name-caption" />
17541754
<text use="peak-ele-caption" />
17551755
</m>
1756-
<m k="natural" v="volcano" zoom-min="12">
1756+
<m cat="mountain_peak" k="natural" v="volcano" zoom-min="12">
17571757
<symbol src="assets:symbols/volcano.svg" />
17581758
<text use="peak-name-caption" />
17591759
<text use="peak-ele-caption" />

vtm-themes/resources/assets/vtm/indigo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
55

66
<!-- This is the OpenGL/VTM "Indigo" theme based on the Biker map theme -->
7-
<!-- Version 40 12th January 2026-->
7+
<!-- Version 41 26th January 2026-->
88

99
<!-- Defines LAYERS Menu -->
1010
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
@@ -1753,7 +1753,7 @@
17531753
<text use="peak-name-caption" />
17541754
<text use="peak-ele-caption" />
17551755
</m>
1756-
<m k="natural" v="volcano" zoom-min="12">
1756+
<m cat="mountain_peak" k="natural" v="volcano" zoom-min="12">
17571757
<symbol src="assets:symbols/volcano.svg" />
17581758
<text use="peak-name-caption" />
17591759
<text use="peak-ele-caption" />

vtm-themes/resources/assets/vtm/motorider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
55

66
<!-- This is the 2nd generation OpenGL/VTM "light" theme based on the Biker map theme-->
7-
<!-- Version 40 12th January 2026-->
7+
<!-- Version 41 26th January 2026-->
88

99
<!-- Defines LAYERS Menu -->
1010
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
@@ -1753,7 +1753,7 @@
17531753
<text use="peak-name-caption" />
17541754
<text use="peak-ele-caption" />
17551755
</m>
1756-
<m k="natural" v="volcano" zoom-min="12">
1756+
<m cat="mountain_peak" k="natural" v="volcano" zoom-min="12">
17571757
<symbol src="assets:symbols/volcano.svg" />
17581758
<text use="peak-name-caption" />
17591759
<text use="peak-ele-caption" />

0 commit comments

Comments
 (0)