User:Nzeemin/Maperitive/WikiRegion

From OpenStreetMap Wiki
Jump to navigation Jump to search
features

	points

	lines
		boundary 4 : boundary=administrative AND admin_level=4
		boundary 6 : boundary=administrative AND admin_level=6
		boundary 8 : boundary=administrative AND admin_level=8

		water line : waterway=river OR waterway=stream
		//OR waterway=canal OR waterway=drain

		highway motorway : highway=motorway OR (highway=construction AND construction=motorway) OR highway=motorway_link
		highway trunk : highway=trunk OR (highway=construction AND construction=trunk) OR highway=trunk_link
		highway primary : highway=primary OR (highway=construction AND construction=primary) OR highway=primary_link
		highway secondary : highway=secondary OR (highway=construction AND construction=secondary)
		highway tertiary : highway=tertiary OR (highway=construction AND construction=tertiary)

		railway : railway=rail

		//line : 

	areas
		water : natural=water OR waterway=riverbank OR landuse=reservoir OR landuse=basin OR landuse=reservoir
		place area : landuse=residential OR landuse=industrial

properties

	map-background-color : #eaeaea

rules

	target : boundary 4
		define
			line-color : #646464
			line-width : 3.0
		draw : line

	target : boundary 6
		define
			line-color : #646464
			line-width : 1.8
		draw : line

	target : boundary 8
		define
			line-color : #646464
			line-width : 1.0
		draw : line

	target : highway motorway
		define
			line-color : #808080
			line-opacity : 0.5
			line-width : 1.8
		draw : line

	target : highway trunk
		define
			line-color : #808080
			line-opacity : 0.5
			line-width : 1.8
		draw : line

	target : highway primary
		define
			line-color : #808080
			line-opacity : 0.5
			line-width : 1.8
		draw : line

	target : highway secondary
		define
			line-color : #808080
			line-opacity : 0.5
			line-width : 1.4
		draw : line

	target : highway tertiary
		define
			line-color : #808080
			line-opacity : 0.3
			line-width : 1.0
		draw : line

	target : railway
		define
			line-color : #ECA2A3
			line-opacity : 0.5
			line-width : 1.8
		draw : line

	target : place area
		define
			fill-color : #F1C872
			line-style : none
		draw : fill

	target : water line
		define
			line-color : #83BBC7
			line-width : 1.0
		draw : line

	target : water
		define
			fill-color : lightblue
			line-style : none
		draw : fill

	target : line
		define
			line-color : #d0d0d0
			line-width : 0.5
		draw : line