User:Ianlopez1115/Blueprint2

From OpenStreetMap Wiki
Jump to navigation Jump to search
// Based on http://wiki.openstreetmap.org/wiki/User:Andrewmk/Maperitive_Rules/Blueprint
// Modified by Ian Lopez (http://wiki.openstreetmap.org/wiki/User:Ianlopez1115)
// for a social network-ish look
// for best results, set font-family to Klavika
// The Klavika font family can be bought at Process Type Foundry (https://processtypefoundry.com/fonts/klavika/)

features
	lines
		all lines : 
	areas
		all areas : 

properties
	map-background-color : #3B5998
	
rules
	target : all areas
		define
			fill-color : #3B5998
			fill-opacity : 1
		draw : fill

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