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
10 changes: 7 additions & 3 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 38 17th December 2025-->
<!-- Version 39 23rd December 2025-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -549,12 +549,13 @@
<style-text fill="#737373" id="border-caption" k="name" priority="6" size="11" style="bold" stroke="#FFFFFF" stroke-width="2.0" />

<!-- POI captions/labels -->
<style-text priority="3" caption="true" dy="-20" fill="#b35900" font-family="medium" id="poi" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="3" caption="true" dy="-20" fill="#734A08" font-family="medium" id="poi" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="4" caption="true" dy="-20" fill="#ff0066" font-family="medium" id="poi-accommodation" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="1" caption="true" dy="-20" fill="#ff0000" font-family="medium" id="poi-emergency" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="2" caption="true" dy="-20" fill="#ac39ac" font-family="medium" id="poi-fuel" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="5" caption="true" dy="-20" fill="#006633" font-family="medium" id="poi-misc" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="5" caption="true" dy="-20" fill="#0066cc" font-family="medium" id="poi-parking" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="2" caption="true" dy="-20" fill="#ac39ac" font-family="medium" id="poi-shop" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="5" caption="true" dy="-20" fill="#af3a3a" font-family="medium" id="poi-transport" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text style="bold" caption="true" dy="-12" fill="#4D2F08" id="peak-name-caption" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text style="bold" caption="true" dy="12" fill="#4D2F08" id="peak-ele-caption" k="ele" size="12" stroke="#FFFFFF" stroke-width="2.0" />
Expand Down Expand Up @@ -1255,6 +1256,9 @@
<line outline="road-major-outline" use="road-highway-toll" />
</m>
</m>
<m e="way" k="access" v="private" zoom-min="14">
<line stroke="#ff4d4d" dasharray="3,6" cap="butt" width="0.3" />
</m>
</m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false -->

Expand Down Expand Up @@ -1934,7 +1938,7 @@
</m>
</m>
<m select="when-matched" >
<text use="poi-fuel" />
<text use="poi-shop" />
</m>
</m>

Expand Down
8 changes: 6 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 38 17th December 2025-->
<!-- Version 39 23rd December 2025-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -555,6 +555,7 @@
<style-text priority="2" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-fuel" k="name" size="12" stroke="#ac39ac" stroke-width="1.0" />
<style-text priority="5" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-misc" k="name" size="12" stroke="#006633" stroke-width="1.0" />
<style-text priority="3" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-parking" k="name" size="12" stroke="#004d99" stroke-width="1.0" />
<style-text priority="2" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-shop" k="name" size="12" stroke="#000000" stroke-width="1.0" />
<style-text priority="5" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-transport" k="name" size="12" stroke="#af3a3a" stroke-width="1.0" />
<style-text style="bold" caption="true" dy="-12" fill="#FFFFFF" id="peak-name-caption" k="name" size="12" stroke="#4D2F08" stroke-width="1.0" />
<style-text style="bold" caption="true" dy="12" fill="#FFFFFF" id="peak-ele-caption" k="ele" size="12" stroke="#4D2F08" stroke-width="1.0" />
Expand Down Expand Up @@ -1255,6 +1256,9 @@
<line outline="road-major-outline" use="road-highway-toll" />
</m>
</m>
<m e="way" k="access" v="private" zoom-min="14">
<line stroke="#ff4d4d" dasharray="3,6" cap="butt" width="0.3" />
</m>
</m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false -->

Expand Down Expand Up @@ -1934,7 +1938,7 @@
</m>
</m>
<m select="when-matched" >
<text use="poi-fuel" />
<text use="poi-shop" />
</m>
</m>

Expand Down
8 changes: 6 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 38 17th December 2025-->
<!-- Version 39 23rd December 2025-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -555,6 +555,7 @@
<style-text priority="2" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-fuel" k="name" size="12" stroke="#ac39ac" stroke-width="1.0" />
<style-text priority="5" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-misc" k="name" size="12" stroke="#006633" stroke-width="1.0" />
<style-text priority="3" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-parking" k="name" size="12" stroke="#004d99" stroke-width="1.0" />
<style-text priority="2" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-shop" k="name" size="12" stroke="#000000" stroke-width="1.0" />
<style-text priority="5" caption="true" dy="-20" fill="#FFFFFF" font-family="medium" id="poi-transport" k="name" size="12" stroke="#af3a3a" stroke-width="1.0" />
<style-text style="bold" caption="true" dy="-12" fill="#FFFFFF" id="peak-name-caption" k="name" size="12" stroke="#4D2F08" stroke-width="1.0" />
<style-text style="bold" caption="true" dy="12" fill="#FFFFFF" id="peak-ele-caption" k="ele" size="12" stroke="#4D2F08" stroke-width="1.0" />
Expand Down Expand Up @@ -1255,6 +1256,9 @@
<line outline="road-major-outline" use="road-highway-toll" />
</m>
</m>
<m e="way" k="access" v="private" zoom-min="14">
<line stroke="#ff4d4d" dasharray="3,6" cap="butt" width="0.3" />
</m>
</m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false -->

Expand Down Expand Up @@ -1934,7 +1938,7 @@
</m>
</m>
<m select="when-matched" >
<text use="poi-fuel" />
<text use="poi-shop" />
</m>
</m>

Expand Down
10 changes: 7 additions & 3 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 38 17th December 2025-->
<!-- Version 39 23rd December 2025-->

<!-- Defines LAYERS Menu -->
<stylemenu defaultlang="en" defaultvalue="normal" id="menu">
Expand Down Expand Up @@ -549,12 +549,13 @@
<style-text fill="#737373" id="border-caption" k="name" priority="6" size="11" style="bold" stroke="#FFFFFF" stroke-width="2.0" />

<!-- POI captions/labels -->
<style-text priority="3" caption="true" dy="-20" fill="#b35900" font-family="medium" id="poi" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="3" caption="true" dy="-20" fill="#734A08" font-family="medium" id="poi" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="4" caption="true" dy="-20" fill="#ff0066" font-family="medium" id="poi-accommodation" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="1" caption="true" dy="-20" fill="#ff0000" font-family="medium" id="poi-emergency" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="2" caption="true" dy="-20" fill="#ac39ac" font-family="medium" id="poi-fuel" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="5" caption="true" dy="-20" fill="#006633" font-family="medium" id="poi-misc" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="5" caption="true" dy="-20" fill="#0066cc" font-family="medium" id="poi-parking" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="2" caption="true" dy="-20" fill="#ac39ac" font-family="medium" id="poi-shop" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text priority="5" caption="true" dy="-20" fill="#af3a3a" font-family="medium" id="poi-transport" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text style="bold" caption="true" dy="-12" fill="#4D2F08" id="peak-name-caption" k="name" size="12" stroke="#FFFFFF" stroke-width="2.0" />
<style-text style="bold" caption="true" dy="12" fill="#4D2F08" id="peak-ele-caption" k="ele" size="12" stroke="#FFFFFF" stroke-width="2.0" />
Expand Down Expand Up @@ -1255,6 +1256,9 @@
<line outline="road-major-outline" use="road-highway-toll" />
</m>
</m>
<m e="way" k="access" v="private" zoom-min="14">
<line stroke="#ff4d4d" dasharray="3,6" cap="butt" width="0.3" />
</m>
</m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false -->

Expand Down Expand Up @@ -1934,7 +1938,7 @@
</m>
</m>
<m select="when-matched" >
<text use="poi-fuel" />
<text use="poi-shop" />
</m>
</m>

Expand Down