User:Ianlopez1115/Blueplan

From OpenStreetMap Wiki
Jump to navigation Jump to search
// Based on http://wiki.openstreetmap.org/wiki/User:Ianlopez1115/Blueprint2
// and http://wiki.openstreetmap.org/wiki/User:ABRob/Maperitive Regeln/Schwarzplan
// NOTE: A Schwarzplan is known in English-speaking areas as a Figure-ground diagram.

// Released under the WTFPL (http://www.wtfpl.net/txt/copying)

features
	lines
		all lines : 
	areas
		building : building
		all areas : 

properties
	map-background-color : #3B5998
	
rules
	target : building
		define
			fill-color : #101E96
		draw : fill

	target : all areas
		define
			fill-color : #3B5998
			fill-opacity : 1
		draw : fill

	target : all lines
		define
			line-color : #FFFFFF
			line-width : 2
		draw : line