Wikipedia:Wikiproject/Natuur/PilotNPUH/Kaarten/mrules

// Urbanight rules

// Created by Igor Brejc
// Released under the Creative Commons Attribution-ShareAlike 3.0 License (http://creativecommons.org/licenses/by-sa/3.0/)

features
	points
		
	lines
		highway named : highway AND (name OR ref)
		highway unnamed : highway AND NOT (name OR ref)	
		waterway : waterway
		railway : railway
		aeroway : aeroway
	
	areas
		landuse : landuse OR man_made OR leisure OR amenity OR office OR shop OR craft OR emergency OR tourism OR historic OR sport
		nature reserve : boundary=national_park OR boundary=protected_area OR leisure=nature_reserve
		austerlitz : name= "Pyramide van Austerlitz" AND tourism= attraction
		hazenwater : name= "Hazenwater"
		huizedentreek : name= "Huize den Treek"
		henschotermeer : name= "Henschotermeer" AND natural = water
		amerongseberg : name= "Amerongse Berg"
		zuilensteinseberg : "ref:BAG"= "1581100000017476"

properties
	map-background-color	: black
	map-background-opacity	: 1
	map-sea-color : black
	
rules
	target : austerlitz
		define
			fill-color : purple
			line-style : none
			min-zoom : 9
			shape : circle
			shape-size : 9:3;15:8
		draw : shape
		define
			font-family : Cambria
			font-style : italic
			font-weight : bold
			font-size : 16
			min-zoom : 9
			text-align-vertical : near
			text-color : red
			text-max-width : 15
			text-halo-width : 20%
			text-halo-opacity : 0.75
			text : "_________________Pyramide_van_Austerlitz"
			text-offset-horizontal : 930%
			text-offset-vertical : -85%
		draw : text

	target : huizedentreek
		define
			fill-color : purple
			line-style : none
			min-zoom : 9
			shape : circle
			shape-size : 9:3;15:8
		draw : shape
		define
			font-family : Cambria
			font-style : italic
			font-weight : bold
			font-size : 16
			min-zoom : 9
			text-align-vertical : near
			text-color : red
			text-max-width : 15
			text-halo-width : 20%
			text-halo-opacity : 0.75
			text : "______Huize_Den_Treek"
			text-offset-horizontal : 600%
			text-offset-vertical : -85%
		draw : text

	target : hazenwater
		define
			fill-color : purple
			line-style : none
			min-zoom : 9
			shape : circle
			shape-size : 9:3;15:8
		draw : shape
		define
			font-family : Cambria
			font-style : italic
			font-weight : bold
			font-size : 16
			min-zoom : 9
			text-align-vertical : near
			text-color : red
			text-max-width : 15
			text-halo-width : 20%
			text-halo-opacity : 0.75
			text : "________________Hazenwater"
			text-offset-horizontal : 630%
			text-offset-vertical : -85%
		draw : text

	target : henschotermeer
		define
			fill-color : purple
			line-style : none
			min-zoom : 9
			shape : circle
			shape-size : 9:3;15:8
		draw : shape
		define
			font-family : Cambria
			font-style : italic
			font-weight : bold
			font-size : 16
			min-zoom : 9
			text-align-vertical : near
			text-color : red
			text-max-width : 15
			text-halo-width : 20%
			text-halo-opacity : 0.75
			text : "_____________Henschotermeer"
			text-offset-horizontal : 700%
			text-offset-vertical : -55%
		draw : text

	target : zuilensteinseberg
		define
			fill-color : purple
			line-style : none
			min-zoom : 9
			shape : circle
			shape-size : 9:3;15:8
		draw : shape
		define
			font-family : Cambria
			font-style : italic
			font-weight : bold
			font-size : 16
			min-zoom : 9
			text-align-vertical : near
			text-color : red
			text-max-width : 15
			text-halo-width : 20%
			text-halo-opacity : 0.75
			text : "_____________Zuilensteinse_Berg"
			text-offset-horizontal : 100%
			text-offset-vertical : -55%
		draw : text

	target : amerongseberg
		define
			fill-color : purple
			line-style : none
			min-zoom : 9
			shape : circle
			shape-size : 9:3;15:8
		draw : shape
		define
			font-family : Cambria
			font-style : italic
			font-weight : bold
			font-size : 16
			min-zoom : 9
			text-align-vertical : near
			text-color : red
			text-max-width : 15
			text-halo-width : 20%
			text-halo-opacity : 0.75
			text : "_Amerongse_Berg"
			text-offset-horizontal : 10%
			text-offset-vertical : -55%
		draw : text

	target : nature reserve
		define
			line-color : #8DC56C black 20%
			line-opacity : 1
			line-width : 4
			line-style : dash
		draw : line

	target : highway named
		define
			line-color : green
			line-opacity : 20%
			line-width : 10:1;16:3
		draw : line

	target : highway unnamed
		define
			line-color : red
			line-opacity : 10%
			line-width : 10:1;16:3
		draw : line

	target : railway
		define
			line-color : white
			line-style : dot
			line-opacity : 10%
			line-width : 10:1;16:3
		draw : line

	target : aeroway
		define
			line-color : violet
			line-style : dash
			line-opacity : 10%
			line-width : 10:1;16:3
		draw : line
		
	target : waterway
		define
			line-color : #00bff5
			line-opacity : 20%
			line-width : 10:1;16:3
		draw : line
		
	target : landuse
		define
			line-opacity : 5%
			line-width : 1
			line-style : solid
		for : name OR ref
			define
				line-color : yellow
				fill-color : yellow
				fill-opacity : 2%
//			fill-hatch : nwse
		else
			define
				line-color : #a8472c
				fill-color : #a8472c
				fill-opacity : 5%
		draw : fill