User:Alpinfuchs/Kosmos
Jump to navigation
Jump to search
Diese Seite soll neu entstehen.
Routes
Rule Name | Targets | Selector | Template | Options | Comment |
---|---|---|---|---|---|
RouteCycle | type=route route=bicycle | Polyline (MinZoom=12, Color=blue, DashStyle=Solid, Width=7:1;10:2;15:5, Curved=true) | |||
RouteHiking | type=route route=hiking | Polyline (MinZoom=12, Color=red, DashStyle=Dot, Width=7:1;10:2;15:5, Curved=true) | |||
RouteFoot | type=route route=foot | Polyline (MinZoom=12, Color=red, DashStyle=Dot, Width=7:1;10:2;15:5, Curved=true) | |||
HikingRoutes | route=foot | ||||
National | network=nwn | Polyline (MinZoom=12, Color=red, DashStyle=Solid, Width=10:1;12:2;15:5, Curved=true) | |||
Regional | network=rwn | Polyline (MinZoom=12, Color=red, DashStyle=Dash, Width=10:1;12:2;15:5, Curved=true) | |||
Local | network=lwn | Polyline (MinZoom=12, Color=red, DashStyle=Dot, Width=10:1;12:2;15:5, Curved=false) |
Other Land Features
Rule Name | Targets | Selector | Template | Options | Comment |
---|---|---|---|---|---|
ContoursMajorText | IsTaggedWith(e,"ele") AND ValueNum(e,"ele") % 100 = 0 | Text (MinZoom=12, Color=#9D7842, DashStyle=Dash, TagToUse=ele, TextMode=WayCenter, FontName=Arial, FontStyle=regular, FontSize=12:6;17:8) | |||
Contours | ele=* | for elevation contours generated by Srtm2Osm | |||
.Major | ValueNum(e,"ele") % 100 = 0 | Polyline (MinZoom=6, Color=#B0AD8832, Width=10:1;11:3;12:4;15:7, Curved=true) | Major contours (100m ones) | ||
.Medium | ValueNum(e,"ele") % 25 = 0 | Polyline (MinZoom=10, Color=#B0AD8832, Width=11:1;12:2;15:5, Curved=true) | Major contours (25m ones) | ||
.* | Polyline (MinZoom=12, Color=#B0AD8832, Width=1, Curved=true) | all other contours |