User:ABRob/Maperitive Regeln/Schwarzplan

From OpenStreetMap Wiki
Jump to navigation Jump to search

Vorwort

Diese Regel dient der Erzeugung eines Schwarzplans. Dazu werden alle Ways mit building=* in schwarz auf weißem Hintergrund gerendert.

Regel

//	Rules for Maperitive by ABRob
//
//	Schwarzplan
features
	areas
		building : building
properties
	map-background-color	: #FFFFFF
	line-style : none
rules
	target : building
		define
			fill-color : black
		draw : fill