|
4 | 4 | xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd"> |
5 | 5 |
|
6 | 6 | <!-- This is the 2nd generation OpenGL/VTM "Biker" theme --> |
7 | | - <!-- Version 43 2nd May 2026--> |
| 7 | + <!-- Version 44 17th July 2026--> |
8 | 8 |
|
9 | 9 | <!-- Defines LAYERS Menu --> |
10 | 10 | <stylemenu defaultlang="en" defaultvalue="normal" id="menu"> |
|
631 | 631 |
|
632 | 632 | <style-line id="residential" stroke="#FFFFFF" width="1.3" /> |
633 | 633 |
|
634 | | - <!-- track|footway|path|cycleway --> |
| 634 | + <!-- track|footway|path|cycleway|raceway --> |
635 | 635 | <style-line cap="butt" fix="true" id="footway" stipple="2" stipple-stroke="#a39b68" stipple-width="0.6" stroke="#aaffffff" width="1.8" /> |
636 | 636 | <style-line cap="butt" fix="true" id="cycleway" stipple="2" stipple-stroke="#a39b68" stipple-width="0.6" stroke="#aaffffff" width="2.8" /> |
637 | | - <style-line id="highway:cycleway" stipple-stroke="#4040ee" use="cycleway" width="0.1" /> |
| 637 | + <style-line cap="butt" fix="true" id="raceway" stroke="#808080" width="1.0" /> |
| 638 | + <style-line id="highway:cycleway" stipple-stroke="#4040ee" use="cycleway" width="0.1" /> |
| 639 | + <style-line id="highway:raceway" stipple-stroke="#808080" use="raceway" width="1.0" /> |
638 | 640 | <style-line id="highway:track" stipple="3" stipple-stroke="#a39b68" use="footway" width="0.1" /> |
639 | 641 | <style-line id="highway:path" stipple="2" stipple-stroke="#837b58" use="footway" width="0.1" /> |
640 | 642 | <style-line id="footway:z17" stroke="#faf8f5" width="0.3" /> |
|
1092 | 1094 |
|
1093 | 1095 | <!-- railway tracks, not in a tunnel --> |
1094 | 1096 | <m e="way" k="tunnel" v="~|no|false"> |
1095 | | - <m k="railway" v="rail|tram|light_rail|narrow_gauge|preserved|funicular|miniature|disused|abandoned"> |
| 1097 | + <m k="railway" v="rail|tram|light_rail|narrow_gauge|preserved|funicular|miniature|disused"> |
1096 | 1098 | <m zoom-min="11" zoom-max="15"> |
1097 | 1099 | <line cap="butt" fade="12" fix="true" stipple="10" stipple-stroke="#e6e6e6" stipple-width="0.8" stroke="#737373" width="1.8" /> |
1098 | 1100 | </m> |
|
1101 | 1103 | </m> |
1102 | 1104 | </m> |
1103 | 1105 | </m> |
| 1106 | + <m k="railway" v="abandoned"> |
| 1107 | + <m zoom-min="14"> |
| 1108 | + <line cap="butt" stroke="#e6e6e6" width="0.8" stipple="3" stipple-stroke="#A0CCCCCC" stipple-width="0.4"/> |
| 1109 | + </m> |
| 1110 | + </m> |
1104 | 1111 |
|
1105 | 1112 | <!-- highways/roads --> |
1106 | 1113 | <m k="highway"> |
|
1156 | 1163 | <line use="highway:cycleway" /> |
1157 | 1164 | </m> |
1158 | 1165 | </m> |
| 1166 | + <m v="raceway"> |
| 1167 | + <m zoom-min="14"> |
| 1168 | + <line use="highway:raceway" /> |
| 1169 | + </m> |
| 1170 | + </m> |
1159 | 1171 | <m cat="off_road" v="byway|track"> |
1160 | 1172 | <m e="way" k="tracktype" v="grade1"> |
1161 | 1173 | <line stroke="#cbc0b3" width="0.6" /> |
|
1447 | 1459 |
|
1448 | 1460 | <!-- railway tracks, not on a bridge or in a tunnel --> |
1449 | 1461 | <m e="way" k="bridge|tunnel" v="no|false"> |
1450 | | - <m k="railway" v="rail|tram|light_rail|narrow_gauge|preserved|funicular|miniature|disused|abandoned"> |
| 1462 | + <m k="railway" v="rail|tram|light_rail|narrow_gauge|preserved|funicular|miniature|monorail|disused"> |
1451 | 1463 | <m zoom-min="11" zoom-max="15"> |
1452 | 1464 | <line cap="butt" fade="12" fix="true" stipple="10" stipple-stroke="#e6e6e6" stipple-width="0.8" stroke="#737373" width="1.8" /> |
1453 | 1465 | </m> |
|
1456 | 1468 | </m> |
1457 | 1469 | </m> |
1458 | 1470 | </m> |
| 1471 | + <m k="railway" v="abandoned"> |
| 1472 | + <m zoom-min="14"> |
| 1473 | + <line cap="butt" stroke="#e6e6e6" width="0.8" stipple="3" stipple-stroke="#A0CCCCCC" stipple-width="0.4"/> |
| 1474 | + </m> |
| 1475 | + </m> |
1459 | 1476 |
|
1460 | 1477 | <!-- railway bridges --> |
1461 | 1478 | <m e="way" k="bridge" v="yes|true|viaduct|aqueduct|suspension|culvert|swing"> |
|
1549 | 1566 | </m> |
1550 | 1567 | <!-- this makes toll roads (ie: France) easier to spot --> |
1551 | 1568 | <m v="toll_booth" zoom-min="15"> |
1552 | | - <symbol src="assets:symbols/barrier/gate.svg" /> |
| 1569 | + <symbol src="assets:symbols/barrier/lift_gate.svg" /> |
1553 | 1570 | <text use="poi-emergency" /> |
1554 | 1571 | </m> |
1555 | 1572 | </m> |
|
0 commit comments