==Introduction==
This page contains a set of [[Kosmos]] rendering rules for a general purpose map. These rules do not cover the whole range of OSM tagging currently in use, so you are free to edit these rules and add new ones if you feel something is missing. However a couple of things should be noted:
# See [[Kosmos Rendering Help]] for help on how to write rendering rules.
# Before committing changes to the page, please make sure the rules are actually working. Try them with the latest version of Kosmos (2.00 or above), since they are not compatible with previous versions.
# These rules are intended for a general-purpose map, so if you want to create specialized maps, the preferred way is to create a new rules page (see [[:Category:Kosmos_rules]]).
URL of the rules to use in Kosmos: http://wiki.openstreetmap.org/wiki/Kosmos_General_Purpose_Rules
==Options==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:20%" | Option
! style="width:60%" | Value
! style="width:20%" | Comment
|-
| MinKosmosVersion || 2.1 || Minimal version of Kosmos needed to use these rules
|-
| LandBackgroundColor || #F8F8F8
|-
| SeaColor || #B5D6F1
|}
==Land Areas==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| Coastline || {{IconWay}} || {{tag|natural|coastline}} || Polyline (MinZoom=1, Color=#8BCCE5, Width=11:1;17:5, Curved=true) || ||
|-
| Beach || {{IconArea}} || {{tag|natural|beach}} || Polygon (Color=#ffbc09) || ||
|-
| Wood || {{IconArea}} || {{tag|natural|wood}} || Polygon (Color=#99DB9C) || ||
|-
| Scrub || {{IconArea}} || {{tag|natural|scrub}} || Polygon (Color=#99EE9C) || ||
|-
| Fell || {{IconArea}} || {{tag|natural|fell}} || Polygon (Color=#CDDB69) || ||
|-
| Farm || {{IconArea}} || {{tag|landuse|farm}} || Polygon (Color=#EBE0AF) || ||
|-
| Quarry || {{IconArea}} || {{tag|landuse|quarry}} || Polygon (Color=#FEADB8) || ||
|-
| Residential || {{IconArea}} || {{tag|landuse|residential}} || Polygon (Color=#E2E2E2) || ||
|-
| Industrial || {{IconArea}} || {{tag|landuse|industrial}} || Polygon (Color=#FFE2F4) || ||
|-
| Commercial || {{IconArea}} || {{tag|landuse|commercial}} || Polygon (Color=#FFE2F4) || ||
|-
| Retail || {{IconArea}} || {{tag|landuse|retail}} || Polygon (Color=#F0DADA) || ||
|-
| Reservoir || {{IconArea}} || {{tag|landuse|reservoir}} || Polygon (Color=#B5D0D0) || ||
|-
| Basin || {{IconArea}} || {{tag|landuse|basin}} || Polygon (Color=#B5D0D0) || ||
|-
| Forest || {{IconArea}} || {{tag|landuse|forest}} || Polygon (Color=#CFECA8) || ||
|-
| Cemetery || {{IconArea}} || {{tag|landuse|cemetery}} || Polygon (Color=#A9CAAE, BackgroundColor=#75AC7D, HatchStyle=DashedVertical) || ||
|-
| Allotments || {{IconArea}} || {{tag|landuse|allotments}} || Polygon (Color=#C8B084) || ||
|-
| Grass || {{IconArea}} || {{tag|landuse|grass}} || Polygon (Color=#28d25c) || ||
|-
| Skiing || {{IconArea}} || {{tag|sport|skiing}} || Polygon (Color=#CDDB69) || ||
|-
| HorseRacing || {{IconArea}} || {{tag|sport|horse_racing}} || Polygon (Color=peru) || ||
|-
| Tennis || {{IconArea}} || {{tag|sport|tennis}} || Polygon (Color=lightsalmon) || ||
|-
| Swimming || {{IconArea}} || {{tag|sport|swimming}} || Polygon (Color=lightblue) || ||
|-
| Park || {{IconArea}} || {{tag|leisure|park}} || Polygon (Color=#C7F1A3) || ||
|-
| Pitch || {{IconArea}} || {{tag|leisure|pitch}} || Polygon (Color=#8AD2AE) || ||
|-
| GolfCourse || {{IconArea}} || {{tag|leisure|golf_course}} || Polygon (Color=#7CCC7C) || ||
|-
| Common || {{IconArea}} || {{tag|leisure|common}} || Polygon (Color=#CFECA8) || ||
|}
==Water Features==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| Water || {{IconArea}} || {{tag|natural|water}} || Polygon (Color=lightblue) || ||
|-
| Marsh || {{IconArea}} || {{tag|natural|marsh}} || Polygon (Color=blue, BackgroundColor=#00000000, BorderColor=blue, BorderWidth=1:1;12:1;15:3, HatchStyle=DashedHorizontal) || ||
|-
| River || {{IconWay}} || {{tag|waterway|river}} || Polyline (MinZoom=5, Color=lightblue, Width=5:1;10:2;17:14, Curved=true) || ||
|-
| Drain || {{IconWay}} || {{tag|waterway|drain}} || Polyline (MinZoom=13, Color=lightblue, Width=13:1;17:6, Curved=true) || ||
|-
| Stream || {{IconWay}} || {{tag|waterway|stream}} || Polyline (MinZoom=13, Color=lightblue, Width=13:1;17:6, Curved=true) || ||
|-
| Canal|| {{IconWay}} || {{tag|waterway|canal}} || Polyline (MinZoom=5, Color=lightblue, Width=5:1;10:1;17:10, Curved=true) || ||
|-
| Riverbank || {{IconArea}} || {{tag|waterway|riverbank}} || Polygon (Color=lightblue) || ||
|-
| Land || {{IconArea}} || {{tag|natural|land}} || Polygon (Color=white) || ||
|}
==Other Land Features==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| Contours || {{IconWay}} || {{tag|ele}} || || || for elevation contours generated by [[Srtm2Osm]]
|-
| .Major || {{IconWay}} || ValueNum(e,"ele") % 100 = 0 || Polyline (MinZoom=11, Color=#B0AD8852, Width=11:1;12:2, Curved=true) || || Major contours (100m ones)
|-
| .* || {{IconWay}} || || Polyline (MinZoom=12, Color=#B0AD8852, Width=1, Curved=true) || || all other contours
|}
==Highways==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| HighwayFootway || {{IconWay}} || {{tag|highway|footway}} || || EliminateSeams ||
|-
| .bicycleyes || {{IconWay}} || {{tag|bicycle|yes}} || Polyline (MinZoom=13, Color=#1AB71E, DashStyle=Dash, Width=13:1;17:4) || EliminateSeams ||
|-
| .* || {{IconWay}} || || Polyline (MinZoom=13, Color=#DB7D82, Width=13:1;17:4) || EliminateSeams ||
|-
| HighwayFootwayText || {{IconWay}} || {{tag|highway|footway}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayPath || {{IconWay}} || {{tag|highway|path}} || || EliminateSeams, ChildrenFirst ||
|-
| .bicycledesignated || {{IconWay}} || {{tag|bicycle|designated}} || Polyline (MinZoom=13, Color=#1AB71E, Width=13:1;17:4) || EliminateSeams ||
|-
| .* || {{IconWay}} || || Polyline (MinZoom=13, Color=#FFDE93, DashStyle=Dash, BorderColor=gray, Width=13:1;17:6) || EliminateSeams ||
|-
| HighwayPathText || {{IconWay}} || {{tag|highway|path}} || Text (MinZoom=15, Color=black, DashStyle=Dash,TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwaySteps || {{IconWay}} || {{tag|highway|steps}} || Polyline (MinZoom=13, Color=#DB7D82, Width=13:1;17:4, DashStyle=Dot) || EliminateSeams ||
|-
| HighwayBridleway || {{IconWay}} || {{tag|highway|bridleway}} || Polyline (MinZoom=13, Color=#DDDDDD, BorderColor=gray, Width=13:1;17:6) || EliminateSeams ||
|-
| HighwayBridlewayText || {{IconWay}} || {{tag|highway|bridleway}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayCicleway || {{IconWay}} || {{tag|highway|cycleway}} || Polyline (MinZoom=13, Color=#1AB71E, Width=13:1;17:4) || EliminateSeams ||
|-
| HighwayUnpaved || {{IconWay}} || {{tag|highway|unpaved}} || Polyline (MinZoom=11, Color=#E2E2E2, BorderColor=gray, Width=11:1;14:3;17:10) || EliminateSeams ||
|-
| HighwayUnpavedText || {{IconWay}} || {{tag|highway|unpaved}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayUnsurfaced || {{IconWay}} || {{tag|highway|unsurfaced}} || Polyline (MinZoom=11, Color=#E2E2E2, BorderColor=gray, Width=11:1;14:3;17:10) || EliminateSeams || deprecated
|-
| HighwayUnclassified || {{IconWay}} || {{tag|highway|unclassified}} || Polyline (MinZoom=11, Color=white, BorderColor=gray, Width=11:1;13:3;17:14) || EliminateSeams
|-
| HighwayUnclassifiedText || {{IconWay}} || {{tag|highway|unclassified}} || Text (MinZoom=16, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayPedestrian || {{IconWay}} || {{tag|highway|pedestrian}} || Polyline (MinZoom=13, Color=lightgray, BorderColor=gray, Width=14:3;17:14) || EliminateSeams ||
|-
| HighwayPedestrianArea || {{IconArea}} || {{tag|highway|pedestrian}} {{tag|area|yes}} || Polygon (MinZoom=13, Color=lightgray, BorderColor=gray, BorderWidth=1)
Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9, TextMode=AreaCenter) || EliminateSeams ||
|-
| HighwayUnclassifiedArea || {{IconArea}} || {{tag|highway|unclassified}} {{tag|area|yes}} || Polygon (MinZoom=13, Color=white, BorderColor=gray, BorderWidth=1)
Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9, TextMode=AreaCenter) || EliminateSeams ||
|-
| HighwayResidentialArea || {{IconArea}} || {{tag|highway|residential}} {{tag|area|yes}} || Polygon (MinZoom=13, Color=white, BorderColor=gray, BorderWidth=1)
Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9, TextMode=AreaCenter) || EliminateSeams ||
|-
| HighwayPedestrianText || {{IconWay}} || {{tag|highway|pedestrian}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayResidential || {{IconWay}} || {{tag|highway|residential}} || Polyline (MinZoom=11, Color=#FDFDFD, BorderColor=gray, Width=11:1;13:3;17:14) || EliminateSeams ||
|-
| .cycleway || {{IconWay}} || {{tag|cycleway}} || Polyline (MinZoom=11, Color=#1AB71E, Width=11:1;13:3;17:14, DashStyle=Dot) || EliminateSeams ||
|-
| HighwayResidentialText || {{IconWay}} || {{tag|highway|residential}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayPedestrianPriority || {{IconWay}} || {{tag|highway|living_street}} || Polyline (MinZoom=11, Color=white, BorderColor=gray, Width=11:1;13:3;17:14) || EliminateSeams ||
|-
| HighwayPedestrianPriorityText || {{IconWay}} || {{tag|highway|living_street}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayService || {{IconWay}} || {{tag|highway|service}} || Polyline (MinZoom=12, Color=white, BorderColor=gray, Width=12:1;13:2;17:6) || EliminateSeams ||
|-
| HighwayServiceText || {{IconWay}} || {{tag|highway|service}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:5;17:9) || ||
|-
| HighwayMinor || {{IconWay}} || {{tag|highway|minor}} || Polyline (MinZoom=12, Color=white, BorderColor=gray, Width=12:1;13:2;17:13) || EliminateSeams ||
|-
| HighwayMinorText || {{IconWay}} || {{tag|highway|minor}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:5;17:8) || ||
|-
| HighwayTrack || {{IconWay}} || {{tag|highway|track}} || || EliminateSeams ||
|-
| .Tracktype1 || || {{tag|tracktype|grade1}} || Polyline (MinZoom=11, Color=#7F4B2F, Width=11:1;14:2;17:5) || EliminateSeams ||
|-
| .Tracktype2 || || {{tag|tracktype|grade2}} || Polyline (MinZoom=11, Color=#7F4B2F, Width=11:1;14:2;17:5, Dashstyle=Dash) || EliminateSeams ||
|-
| .* || || || Polyline (MinZoom=11, Color=#7F4B2F, Width=11:1;14:2;17:3, Dashstyle=DashDotDot) || EliminateSeams ||
|-
| HighwayTertiary || {{IconWay}} || {{tag|highway|tertiary}} || Polyline (MinZoom=10, Color=#F7F496, BorderColor=gray, Width=10:1;13:4;17:14) || EliminateSeams ||
|-
| .cycleway || {{IconWay}} || {{tag|cycleway}} || Polyline (MinZoom=11, Color=#901AB71E, Width=11:1;13:3;17:14, DashStyle=Dot) || EliminateSeams ||
|-
| HighwayTertiaryText || {{IconWay}} || {{tag|highway|tertiary}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwaySecondary || {{IconWay}} || {{tag|highway|secondary}} || || EliminateSeams ||
|-
| .Bridge || || {{tag|bridge|yes}} || Polyline (MinZoom=8, Color=#FDBF6F, BorderColor=gray, Width=8:1;10:2;13:6;17:14, BorderWidth=30%) || ||
|-
| .cycleway || {{IconWay}} || {{tag|cycleway}} || Polyline (MinZoom=8, Color=#FDBF6F, BorderColor=gray, Width=8:1;10:2;13:6;17:14), Polyline (MinZoom=11, Color=#1AB71E, Width=11:1;13:3;17:14, DashStyle=Dot) || EliminateSeams ||
|-
| .* || || || Polyline (MinZoom=8, Color=#FDBF6F, BorderColor=gray, Width=8:1;10:2;13:6;17:14) || ||
|-
| HighwaySecondaryText || {{IconWay}} || {{tag|highway|secondary}} || Text (MinZoom=15, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=15:6;17:9) || ||
|-
| HighwayPrimary || {{IconWay}} || {{tag|highway|primary}} || || EliminateSeams ||
|-
| .Bridge || || {{tag|bridge|yes}} || Polyline (MinZoom=6, Color=#E46D71, BorderColor=gray, Width=6:0;11:3;17:14, BorderWidth=30%) || ||
|-
| .cycleway || {{IconWay}} || {{tag|cycleway}} || Polyline (MinZoom=6, Color=#E46D71, BorderColor=gray, Width=6:0;11:3;17:14), Polyline (MinZoom=11, Color=#1AB71E, Width=11:1;13:3;17:14, DashStyle=Dot) || EliminateSeams ||
|-
| .* || || || Polyline (MinZoom=6, Color=#E46D71, BorderColor=gray, Width=6:0;11:3;17:14) || ||
|-
| HighwayPrimaryText || {{IconWay}} || {{tag|highway|primary}} || Text (MinZoom=13, Color=#E46D71, BorderColor=#E46D71, BorderWidth=2, BackgroundColor=white, TagToUse=ref, TextMode=WayCenter, FontName=Arial, FontStyle=bold, FontSize=13:8;17:12) || ||
|-
| HighwayPrimaryLink || {{IconWay}} || {{tag|highway|primary_link}} || Polyline (MinZoom=6, Color=#E46D71, BorderColor=gray, Width=6:1;17:14) || EliminateSeams ||
|-
| HighwayTrunk || {{IconWay}} || {{tag|highway|trunk}} || Polyline (MinZoom=6, Color=#41A317, BorderColor=gray, Width=6:1;17:14) || EliminateSeams ||
|-
| HighwayTrunkLink || {{IconWay}} || {{tag|highway|trunk_link}} || Polyline (MinZoom=6, Color=#41A317, BorderColor=gray, Width=6:1;17:14) || EliminateSeams ||
|-
| HighwayMotorway || {{IconWay}} || {{tag|highway|motorway}} || || EliminateSeams ||
|-
| .Bridge || || {{tag|bridge|yes}} || Polyline (MinZoom=6, Color=#809BC0, BorderColor=gray, Width=6:1;17:14, BorderWidth=30%) || ||
|-
| .* || || || Polyline (MinZoom=6, Color=#809BC0, BorderColor=gray, Width=6:1;17:14) || ||
|-
| HighwayMotorwayLink || {{IconWay}} || {{tag|highway|motorway_link}} || Polyline (MinZoom=6, Color=#809BC0, BorderColor=gray, Width=6:1;17:8) || EliminateSeams ||
|}
==Transport==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| Rail || {{IconWay}} || {{tag|railway|rail}} || Polyline (MinZoom=6, Color=white, DashStyle=Dot, BorderColor=gray, Width=6:1;17:6) || EliminateSeams ||
|-
| .tunnel || {{IconWay}} || {{tag|tunnel|yes}} || Polyline (MinZoom=6, Color=white, DashStyle=solid, BorderColor=gray, BorderDashStyle=Dash, Width=6:1;17:6) || EliminateSeams ||
|-
| Light-Rail || {{IconWay}} || {{tag|railway|light_rail}} || Polyline (MinZoom=6, Color=black, DashStyle=solid, BorderColor=gray, Width=6:1;17:2) || EliminateSeams ||
|-
| .tunnel || {{IconWay}} || {{tag|tunnel|yes}} || Polyline (MinZoom=6, Color=white, DashStyle=solid, BorderColor=black, BorderDashStyle=Dash, Width=6:1;17:2) || EliminateSeams ||
|-
| Tram || {{IconWay}} || {{tag|railway|tram}} || Polyline (MinZoom=6, Color=black, DashStyle=solid, BorderColor=gray, Width=6:1;17:2) || EliminateSeams ||
|-
| .tunnel || {{IconWay}} || {{tag|tunnel|yes}} || Polyline (MinZoom=6, Color=white, DashStyle=solid, BorderColor=black, BorderDashStyle=Dash, Width=6:1;17:2) || EliminateSeams ||
|-
| Subway || {{IconWay}} || {{tag|railway|subway}} || Polyline (MinZoom=6, Color=black, DashStyle=Dash, BorderColor=gray, Width=6:1;17:2) || EliminateSeams ||
|-
| .tunnel || {{IconWay}} || {{tag|tunnel|yes}} || Polyline (MinZoom=6, Color=white, DashStyle=Dash, BorderColor=gray, BorderDashStyle=Dash, Width=6:1;17:2) || EliminateSeams ||
|-
| RailDisused || {{IconWay}} || {{tag|railway|disused}} || Polyline (MinZoom=10, Color=white, DashStyle=Dot, BorderColor=#DDDDDD, Width=10:1;17:4) || EliminateSeams ||
|-
| CableCar || {{IconWay}} || {{tag|aerialway|cable_car}} || Symbol (MinZoom=12, Type=Circle, Density=30, Color=#00000000, BorderWidth=20%, BorderColor=black, Size=12:2;17:10)
Polyline (MinZoom=12, Color=black, Width=12:0.5;17:3) || ||
|-
| DragLift || {{IconWay}} || {{tag|aerialway|drag_lift}} || Symbol (MinZoom=12, Type=Circle, Density=30, Color=#00000000, BorderWidth=10%, BorderColor=black, Size=12:2;17:10)
Polyline (MinZoom=12, Color=black, Width=12:0.5;17:2) || ||
|-
| ChairLift || {{IconWay}} || {{tag|aerialway|chair_lift}} || Symbol (MinZoom=12, Type=Circle, Density=30, Color=#00000000, BorderWidth=10%, BorderColor=black, BackgroundColor=black, Size=12:2;17:10)
Polyline (MinZoom=12, Color=black, Width=12:0.5;17:2) || ||
|-
| Ferry || {{IconWay}} || {{tag|route|ferry}} || Polyline (MinZoom=8, Color=darkgray, DashStyle=Dot, Width=8:0.1;17:4) || ||
|}
==Other Ways==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| BoundaryAdministrative || {{IconWay}} || {{tag|boundary|administrative}} || || ||
|-
|.level2 || || {{tag|admin_level|2}} || Polyline (MinZoom=1, Color=red, DashStyle=DashDot, Width=1:1;9:1.5;17:6) || ||
|-
|.level4 || || {{tag|admin_level|4}} || Polyline (MinZoom=10, Color=black, DashStyle=DashDot, Width=1:1;9:1.5;17:6) || ||
|-
|.level8 || || {{tag|admin_level|8}} || Polyline (MinZoom=12, Color=#A4A4A4, DashStyle=Dot, Width=1:1;9:1.5;5:5)) ||
|-
|.* || || || Polyline (MinZoom=12, Color=black, DashStyle=DashDot, Width=1:1;9:1.5;17:6) || ||
|-
| BoundaryNationalPark|| {{IconWay}} || {{tag|boundary|national_park}} || Polyline (MinZoom=9, Color=green, DashStyle=DashDot, Width=9:1.5;17:6) || ||
|-
| Runway || {{IconWay}} || {{tag|aeroway|runway}} || Polyline (MinZoom=11, Color=#BBBBCC, Width=11:1;17:30) || ||
|-
| Taxiway || {{IconWay}} || {{tag|aeroway|taxiway}} || Polyline (MinZoom=12, Color=#BBBBCC, Width=12:1;17:10) || ||
|}
==Places==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| PlaceCountry || {{IconNode}} || {{tag|place|country}} || Text (MinZoom=3, MaxZoom=7, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=3:7;7:20, OutlineColor=white) ||
|-
| PlaceCity || {{IconNode}} || {{tag|place|city}} || Text (MinZoom=7, MaxZoom=14, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=7:10;17:30, OutlineColor=white, OutlineWidth=20%) ||
|-
| PlaceTown || {{IconNode}} || {{tag|place|town}} || Text (MinZoom=10, MaxZoom=15, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=10:10;17:25, OutlineColor=white) ||
|-
| PlaceVillage || {{IconNode}} || {{tag|place|village}} || Text (MinZoom=12, MaxZoom=16, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=12:10;17:20, OutlineColor=white) ||
|-
| PlaceIsland || {{IconNode}} || {{tag|place|island}} || Text (MinZoom=12, MaxZoom=16, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=12:10;17:20, OutlineColor=white) ||
|-
| PlaceSuburb || {{IconNode}} || {{tag|place|suburb}} || Text (MinZoom=13, MaxZoom=16, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=13:10;17:20, OutlineColor=white) ||
|-
| PlaceHamlet || {{IconNode}} || {{tag|place|hamlet}} || Text (MinZoom=14, MaxZoom=17, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=14:8;17:14, OutlineColor=white) ||
|-
| PlaceLocality || {{IconNode}} || {{tag|place|locality}} || Text (MinZoom=14, MaxZoom=17, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=14:8;17:14, OutlineColor=white) ||
|-
| PlaceFarm || {{IconNode}} || {{tag|place|farm}} || Text (MinZoom=15, MaxZoom=19, Color=black, TagToUse=name, FontName=Trebuchet MS, FontStyle=bold, FontSize=15:8;17:13, OutlineColor=white) ||
|}
==Buildings==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| BuildingResidential || {{IconArea}} || {{tag|building|residential}} || Polygon (MinZoom=12, Color=#F3D6B6, BorderColor=#6B5B8E, BorderWidth=1) ||
|-
| BuildingAny || {{IconArea}} || {{tag|building}} || Polygon (MinZoom=13, Color=#E78C8C, BorderColor=#6B5B8E, BorderWidth=1)
Text (MinZoom=16, Color=black, TagToUse=name, FontName=Arial, FontStyle=regular, FontSize=16:6;17:10, TextMode=AreaCenter) ||
|}
==Navaids==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| NavaidBuoy|| {{IconNode}} || {{tag|man_made|buoy}} || Symbol (Type=Diamond, MinZoom=11, Color=blue, BorderColor=black, BorderWidth=15%, Size=13:6;17:20) || ||
|-
| NavaidLighthouse|| {{IconNode}} || {{tag|man_made|lighthouse}} || Symbol (Type=Triangle, MinZoom=10, Color=blue, BorderColor=black, BorderWidth=15%, Size=13:6;17:20) || ||
|-
|}
==Routes==
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" width="100%"
|- style="background-color:#F8F4C2"
! style="width:15%" | Rule Name
! style="width:7%" | Targets
! style="width:20%" | Selector
! style="width:25%" | Template
! style="width:5%" | Options
! style="width:15%" | Comment
|-
| RouteCycle || {{IconRelation}} || {{tag|type|route}} {{tag|route|bicycle}} || Polyline (MinZoom=7, Color=#9936AB3E, Width=7:1;17:18) || EliminateSeams ||
|}
[[Category:Kosmos_rules]]