Kleuren voor building=* met overpass turbo script (QA)

Groen - Wonen
Bruin - Agrarisch
Rood - Sport
Geel - Handel
Blauw - Onderwijs
Paars - Industrie
Oranje - Religie
Cyaan - Openbaar/Algemeen
Zwart - Overig
Wit - Onbekend

De buitenrand geeft een nadere specificatie en is gestippeld indien het gebouw nog in aanbouw is.

Gebruik: kopiëren en plakken in overpass turbo in het linkerpaneel, klikken op “uitvoeren.”

(23 mei 2020: Nieuwe versie, verbeterde kleuren en meer gebouwtypes.)

(
  way     ["building"]({{bbox}});
  relation["building"]({{bbox}});
);
out body;
>;
out skel qt;

{{style:

way     [building]{ color:purple; fill-color:white; }
relation[building]{ color:purple; fill-color:white; }

way     [building=yes]{ color:black; fill-color:white; }
relation[building=yes]{ color:black; fill-color:white; }
way     [building=construction]{ color:black; fill-color:white; dashes:5,5; }
relation[building=construction]{ color:black; fill-color:white; dashes:5,5; }

way     [building=ruins]{ color:red; fill-color:black; dashes:5,5; }
relation[building=ruins]{ color:red; fill-color:black; dashes:5,5; }

way     [building=yes][amenity=parking]{ color:magenta; fill-color:magenta; }
relation[building=yes][amenity=parking]{ color:magenta; fill-color:magenta; }

/* Residential (green) */

way     [building=residential]{ color:green; fill-color:green; }
relation[building=residential]{ color:green; fill-color:green; }
way     [building=construction][construction=residential]{ color:green; fill-color:green; dashes:5,5; }
relation[building=construction][construction=residential]{ color:green; fill-color:green; dashes:5,5; }

way     [building=dormitory]{ color:lime; fill-color:green; }
relation[building=dormitory]{ color:lime; fill-color:green; }
way     [building=construction][construction=dormitory]{ color:lime; fill-color:green; }
relation[building=construction][construction=dormitory]{ color:lime; fill-color:green; }

way     [building=apartments]{ color:cyan; fill-color:green; }
relation[building=apartments]{ color:cyan; fill-color:green; }
way     [building=construction][construction=apartments]{ color:cyan; fill-color:green; dashes:5,5; }
relation[building=construction][construction=apartments]{ color:cyan; fill-color:green; dashes:5,5; }

way     [building=semidetached_house]{ color:orange; fill-color:green; }
relation[building=semidetached_house]{ color:orange; fill-color:green; }
way     [building=construction][construction=semidetached_house]{ color:orange; fill-color:green; dashes:5,5; }
relation[building=construction][construction=semidetached_house]{ color:orange; fill-color:green; dashes:5,5; }

way     [building=semi]{ color:orange; fill-color:green; }
relation[building=semi]{ color:orange; fill-color:green; }
way     [building=construction][construction=semi]{ color:orange; fill-color:green; dashes:5,5; }
relation[building=construction][construction=semi]{ color:orange; fill-color:green; dashes:5,5; }

way     [building=house]{ color:olivedrab; fill-color:green; }
relation[building=house]{ color:olivedrab; fill-color:green; }
way     [building=construction][construction=house]{ color:olivedrab; fill-color:green; dashes:5,5; }
relation[building=construction][construction=house]{ color:olivedrab; fill-color:green; dashes:5,5; }

way     [building=houseboat]{ color:blue; fill-color:green; }
relation[building=houseboat]{ color:blue; fill-color:green; }
way     [building=construction][construction=houseboat]{ color:blue; fill-color:green; dashes:5,5; }
relation[building=construction][construction=houseboat]{ color:blue; fill-color:green; dashes:5,5; }

way     [building=detached]{ color:yellow; fill-color:green; }
relation[building=detached]{ color:yellow; fill-color:green; }
way     [building=construction][construction=detached]{ color:yellow; fill-color:green; dashes:5,5; }
relation[building=construction][construction=detached]{ color:yellow; fill-color:green; dashes:5,5; }

way     [building=bungalow]{ color:yellow; fill-color:green; }
relation[building=bungalow]{ color:yellow; fill-color:green; }
way     [building=construction][construction=bungalow]{ color:yellow; fill-color:green; dashes:5,5; }
relation[building=construction][construction=bungalow]{ color:yellow; fill-color:green; dashes:5,5; }

way     [building=cabin]{ color:black; fill-color:green; }
relation[building=cabin]{ color:black; fill-color:green; }
way     [building=construction][construction=cabin]{ color:black; fill-color:green; dashes:5,5; }
relation[building=construction][construction=cabin]{ color:black; fill-color:green; dashes:5,5; }

way     [building=static_caravan]{ color:red; fill-color:green; }
relation[building=static_caravan]{ color:red; fill-color:green; }
way     [building=construction][construction=static_caravan]{ color:red; fill-color:green; dashes:5,5; }
relation[building=construction][construction=static_caravan]{ color:red; fill-color:green; dashes:5,5; }

/* Agricultural (saddlebrown) */

way     [building=farm]{ color:green; fill-color:saddlebrown; }
relation[building=farm]{ color:green; fill-color:saddlebrown; }
way     [building=construction][construction=farm]{ color:green; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=farm]{ color:green; fill-color:saddlebrown; dashes:5,5; }

way     [building=farm_auxiliary]{ color:saddlebrown; fill-color:saddlebrown; }
relation[building=farm_auxiliary]{ color:saddlebrown; fill-color:saddlebrown; }
way     [building=construction][construction=farm_auxiliary]{ color:saddlebrown; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=farm_auxiliary]{ color:saddlebrown; fill-color:saddlebrown; dashes:5,5; }

way     [building=barn]{ color:red; fill-color:saddlebrown; }
relation[building=barn]{ color:red; fill-color:saddlebrown; }
way     [building=construction][construction=barn]{ color:red; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=barn]{ color:red; fill-color:saddlebrown; dashes:5,5; }

way     [building=cowshed]{ color:yellow; fill-color:saddlebrown; }
relation[building=cowshed]{ color:yellow; fill-color:saddlebrown; }
way     [building=construction][construction=cowshed]{ color:yellow; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=cowshed]{ color:yellow; fill-color:saddlebrown; dashes:5,5; }

way     [building=stable]{ color:yellow; fill-color:saddlebrown; }
relation[building=stable]{ color:yellow; fill-color:saddlebrown; }
way     [building=construction][construction=stable]{ color:yellow; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=stable]{ color:yellow; fill-color:saddlebrown; dashes:5,5; }

way     [building=sty]{ color:yellow; fill-color:saddlebrown; }
relation[building=sty]{ color:yellow; fill-color:saddlebrown; }
way     [building=construction][construction=sty]{ color:yellow; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=sty]{ color:yellow; fill-color:saddlebrown; dashes:5,5; }

way     [building=greenhouse]{ color:cyan; fill-color:saddlebrown; }
relation[building=greenhouse]{ color:cyan; fill-color:saddlebrown; }
way     [building=construction][construction=greenhouse]{ color:cyan; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=greenhouse]{ color:cyan; fill-color:saddlebrown; dashes:5,5; }

way     [building=conservatory]{ color:blue; fill-color:saddlebrown; }
relation[building=conservatory]{ color:blue; fill-color:saddlebrown; }
way     [building=construction][construction=conservatory]{ color:blue; fill-color:saddlebrown; dashes:5,5; }
relation[building=construction][construction=conservatory]{ color:blue; fill-color:saddlebrown; dashes:5,5; }

/* Sports (red) */

way     [building=sports_hall]{ color:yellow; fill-color:red; }
relation[building=sports_hall]{ color:yellow; fill-color:red; }
way     [building=construction][construction=sports_hall]{ color:yellow; fill-color:red; dashes:5,5; }
relation[building=construction][construction=sports_hall]{ color:yellow; fill-color:red; dashes:5,5; }

way     [building=sports_centre]{ color:red; fill-color:red; }
relation[building=sports_centre]{ color:red; fill-color:red; }
way     [building=construction][construction=sports_centre]{ color:red; fill-color:red; dashes:5,5; }
relation[building=construction][construction=sports_centre]{ color:red; fill-color:red; dashes:5,5; }

way     [building=grandstand]{ color:purple; fill-color:red; }
relation[building=grandstand]{ color:purple; fill-color:red; }
way     [building=construction][construction=grandstand]{ color:purple; fill-color:red; dashes:5,5; }
relation[building=construction][construction=grandstand]{ color:purple; fill-color:red; dashes:5,5; }

way     [building=pavilion]{ color:green; fill-color:red; }
relation[building=pavilion]{ color:green; fill-color:red; }
way     [building=construction][construction=pavilion]{ color:green; fill-color:red; dashes:5,5; }
relation[building=construction][construction=pavilion]{ color:green; fill-color:red; dashes:5,5; }

way     [building=riding_hall]{ color:blue; fill-color:red; }
relation[building=riding_hall]{ color:blue; fill-color:red; }
way     [building=construction][construction=riding_hall]{ color:blue; fill-color:red; dashes:5,5; }
relation[building=construction][construction=riding_hall]{ color:blue; fill-color:red; dashes:5,5; }

way     [building=stadium]{ color:cyan; fill-color:red; }
relation[building=stadium]{ color:cyan; fill-color:red; }
way     [building=construction][construction=stadium]{ color:cyan; fill-color:red; dashes:5,5; }
relation[building=construction][construction=stadium]{ color:cyan; fill-color:red; dashes:5,5; }

/* Retail/Commercial (yellow) */

way     [building=retail]{ color:red; fill-color:yellow; }
relation[building=retail]{ color:red; fill-color:yellow; }
way     [building=construction][construction=retail]{ color:red; fill-color:yellow; dashes:5,5; }
relation[building=construction][construction=retail]{ color:red; fill-color:yellow; dashes:5,5; }

way     [building=supermarket]{ color:saddlebrown; fill-color:yellow; }
relation[building=supermarket]{ color:saddlebrown; fill-color:yellow; }
way     [building=construction][construction=supermarket]{ color:saddlebrown; fill-color:yellow; dashes:5,5; }
relation[building=construction][construction=supermarket]{ color:saddlebrown; fill-color:yellow; dashes:5,5; }

way     [building=kiosk]{ color:orange; fill-color:yellow; }
relation[building=kiosk]{ color:orange; fill-color:yellow; }
way     [building=construction][construction=kiosk]{ color:orange; fill-color:yellow; dashes:5,5; }
relation[building=construction][construction=kiosk]{ color:orange; fill-color:yellow; dashes:5,5; }

way     [building=hotel]{ color:green; fill-color:yellow; }
relation[building=hotel]{ color:green; fill-color:yellow; }
way     [building=construction][construction=hotel]{ color:green; fill-color:yellow; dashes:5,5; }
relation[building=construction][construction=hotel]{ color:green; fill-color:yellow; dashes:5,5; }

way     [building=office]{ color:blue; fill-color:yellow; }
relation[building=office]{ color:blue; fill-color:yellow; }
way     [building=construction][construction=office]{ color:blue; fill-color:yellow; dashes:5,5; }
relation[building=construction][construction=office]{ color:blue; fill-color:yellow; dashes:5,5; }

way     [building=commercial]{ color:black; fill-color:yellow; }
relation[building=commercial]{ color:black; fill-color:yellow; }
way     [building=construction][construction=commercial]{ color:black; fill-color:yellow; dashes:5,5; }
relation[building=construction][construction=commercial]{ color:black; fill-color:yellow; dashes:5,5; }

way     [building=warehouse]{ color:purple; fill-color:yellow; }
relation[building=warehouse]{ color:purple; fill-color:yellow; }
way     [building=construction][construction=warehouse]{ color:purple; fill-color:yellow; dashes:5,5; }
relation[building=construction][construction=warehouse]{ color:purple; fill-color:yellow; dashes:5,5; }

/* Education (blue) */

way     [building=kindergarten]{ color:cyan; fill-color:blue; }
relation[building=kindergarten]{ color:cyan; fill-color:blue; }
way     [building=construction][construction=kindergarten]{ color:cyan; fill-color:blue; dashes:5,5; }
relation[building=construction][construction=kindergarten]{ color:cyan; fill-color:blue; dashes:5,5; }

way     [building=school]{ color:blue; fill-color:blue; }
relation[building=school]{ color:blue; fill-color:blue; }
way     [building=construction][construction=school]{ color:blue; fill-color:blue; dashes:5,5; }
relation[building=construction][construction=school]{ color:blue; fill-color:blue; dashes:5,5; }

way     [building=college]{ color:black; fill-color:blue; }
relation[building=college]{ color:black; fill-color:blue; }
way     [building=construction][construction=college]{ color:black; fill-color:blue; dashes:5,5; }
relation[building=construction][construction=college]{ color:black; fill-color:blue; dashes:5,5; }

way     [building=university]{ color:yellow; fill-color:blue; }
relation[building=university]{ color:yellow; fill-color:blue; }
way     [building=construction][construction=university]{ color:yellow; fill-color:blue; dashes:5,5; }
relation[building=construction][construction=university]{ color:yellow; fill-color:blue; dashes:5,5; }

/* Industrial */

way     [building=industrial]{ color:purple; fill-color:purple; }
relation[building=industrial]{ color:purple; fill-color:purple; }
way     [building=construction][construction=industrial]{ color:purple; fill-color:purple; dashes:5,5; }
relation[building=construction][construction=industrial]{ color:purple; fill-color:purple; dashes:5,5; }

way     [building=train_station]{ color:orange; fill-color:purple; }
relation[building=train_station]{ color:orange; fill-color:purple; }
way     [building=construction][construction=train_station]{ color:orange; fill-color:purple; dashes:5,5; }
relation[building=construction][construction=train_station]{ color:orange; fill-color:purple; dashes:5,5; }

way     [building=transportation]{ color:red; fill-color:purple; }
relation[building=transportation]{ color:red; fill-color:purple; }
way     [building=construction][construction=transportation]{ color:red; fill-color:purple; dashes:5,5; }
relation[building=construction][construction=transportation]{ color:red; fill-color:purple; dashes:5,5; }

way     [building=hangar]{ color:black; fill-color:purple; }
relation[building=hangar]{ color:black; fill-color:purple; }
way     [building=construction][construction=hangar]{ color:black; fill-color:purple; dashes:5,5; }
relation[building=construction][construction=hangar]{ color:black; fill-color:purple; dashes:5,5; }

way     [building=water_tower]{ color:blue; fill-color:purple; }
relation[building=water_tower]{ color:blue; fill-color:purple; }
way     [building=construction][construction=water_tower]{ color:blue; fill-color:purple; dashes:5,5; }
relation[building=construction][construction=water_tower]{ color:blue; fill-color:purple; dashes:5,5; }

way     [building=digester]{ color:cyan; fill-color:purple; }
relation[building=digester]{ color:cyan; fill-color:purple; }
way     [building=construction][construction=digester]{ color:cyan; fill-color:purple; dashes:5,5; }
relation[building=construction][construction=digester]{ color:cyan; fill-color:purple; dashes:5,5; }

way     [building=transformer_tower]{ color:yellow; fill-color:purple; }
relation[building=transformer_tower]{ color:yellow; fill-color:purple; }
way     [building=construction][construction=transformer_tower]{ color:yellow; fill-color:purple; dashes:5,5; }
relation[building=construction][construction=transformer_tower]{ color:yellow; fill-color:purple; dashes:5,5; }

/* Religious (orange) */

way     [building=church]{ color:purple; fill-color:orange; }
relation[building=church]{ color:purple; fill-color:orange; }
way     [building=construction][construction=church]{ color:purple; fill-color:orange; dashes:5,5; }
relation[building=construction][construction=church]{ color:purple; fill-color:orange; dashes:5,5; }

way     [building=cathedral]{ color:yellow; fill-color:orange; }
relation[building=cathedral]{ color:yellow; fill-color:orange; }
way     [building=construction][construction=cathedral]{ color:yellow; fill-color:orange; dashes:5,5; }
relation[building=construction][construction=cathedral]{ color:yellow; fill-color:orange; dashes:5,5; }

way     [building=chapel]{ color:red; fill-color:orange; }
relation[building=chapel]{ color:red; fill-color:orange; }
way     [building=construction][construction=yellow]{ color:red; fill-color:orange; dashes:5,5; }
relation[building=construction][construction=yellow]{ color:red; fill-color:orange; dashes:5,5; }

way     [building=mosque]{ color:green; fill-color:orange; }
relation[building=mosque]{ color:green; fill-color:orange; }
way     [building=construction][construction=mosque]{ color:green; fill-color:orange; dashes:5,5; }
relation[building=construction][construction=mosque]{ color:green; fill-color:orange; dashes:5,5; }

way     [building=synagogue]{ color:black; fill-color:orange; }
relation[building=synagogue]{ color:black; fill-color:orange; }
way     [building=construction][construction=synagogue]{ color:black; fill-color:orange; dashes:5,5; }
relation[building=construction][construction=synagogue]{ color:black; fill-color:orange; dashes:5,5; }

way     [building=shrine]{ color:cyan; fill-color:orange; }
relation[building=shrine]{ color:cyan; fill-color:orange; }
way     [building=construction][construction=shrine]{ color:cyan; fill-color:orange; dashes:5,5; }
relation[building=construction][construction=shrine]{ color:cyan; fill-color:orange; dashes:5,5; }

way     [building=temple]{ color:blue; fill-color:orange; }
relation[building=temple]{ color:blue; fill-color:orange; }
way     [building=construction][construction=temple]{ color:blue; fill-color:orange; dashes:5,5; }
relation[building=construction][construction=temple]{ color:blue; fill-color:orange; dashes:5,5; }

/* Civic */

way     [building=community_centre]{ color:black; fill-color:cyan; }
relation[building=community_centre]{ color:black; fill-color:cyan; }
way     [building=construction][construction=community_centre]{ color:black; fill-color:cyan; dashes:5,5; }
relation[building=construction][construction=community_centre]{ color:black; fill-color:cyan; dashes:5,5; }

way     [building=civic]{ color:green; fill-color:cyan; }
relation[building=civic]{ color:green; fill-color:cyan; }
way     [building=construction][construction=civic]{ color:green; fill-color:cyan; dashes:5,5; }
relation[building=construction][construction=civic]{ color:green; fill-color:cyan; dashes:5,5; }

way     [building=public]{ color:green; fill-color:cyan; }
relation[building=public]{ color:green; fill-color:cyan; }
way     [building=construction][construction=public]{ color:green; fill-color:cyan; dashes:5,5; }
relation[building=construction][construction=public]{ color:green; fill-color:cyan; dashes:5,5; }

way     [building=government]{ color:blue; fill-color:cyan; }
relation[building=government]{ color:blue; fill-color:cyan; }
way     [building=construction][construction=government]{ color:blue; fill-color:cyan; dashes:5,5; }
relation[building=construction][construction=government]{ color:blue; fill-color:cyan; dashes:5,5; }

way     [building=fire_station]{ color:red; fill-color:cyan; }
relation[building=fire_station]{ color:red; fill-color:cyan; }
way     [building=construction][construction=fire_station]{ color:red; fill-color:cyan; dashes:5,5; }
relation[building=construction][construction=fire_station]{ color:red; fill-color:cyan; dashes:5,5; }

way     [building=hospital]{ color:yellow; fill-color:cyan; }
relation[building=hospital]{ color:yellow; fill-color:cyan; }
way     [building=construction][construction=hospital]{ color:yellow; fill-color:cyan; dashes:5,5; }
relation[building=construction][construction=hospital]{ color:yellow; fill-color:cyan; dashes:5,5; }

way     [building=bakehouse]{ color:saddlebrown; fill-color:cyan; }
relation[building=bakehouse]{ color:saddlebrown; fill-color:cyan; }
way     [building=construction][construction=bakehouse]{ color:saddlebrown; fill-color:cyan; dashes:5,5; }
relation[building=construction][construction=bakehouse]{ color:saddlebrown; fill-color:cyan; dashes:5,5; }

/* Other */

way     [building=hut]{ color:green; fill-color:grey; }
relation[building=hut]{ color:green; fill-color:grey; }
way     [building=construction][construction=hut]{ color:green; fill-color:grey; dashes:5,5; }
relation[building=construction][construction=hut]{ color:green; fill-color:grey; dashes:5,5; }

way     [building=ger]{ color:green; fill-color:grey; }
relation[building=ger]{ color:green; fill-color:grey; }
way     [building=construction][construction=ger]{ color:green; fill-color:grey; dashes:5,5; }
relation[building=construction][construction=ger]{ color:green; fill-color:grey; dashes:5,5; }

way     [building=shed]{ color:black; fill-color:black; }
relation[building=shed]{ color:black; fill-color:black; }
way     [building=construction][construction=shed]{ color:black; fill-color:black; dashes:5,5; }
relation[building=construction][construction=shed]{ color:black; fill-color:black; dashes:5,5; }

way     [building=garage]{ color:saddlebrown; fill-color:black; }
relation[building=garage]{ color:saddlebrown; fill-color:black; }
way     [building=construction][construction=garage]{ color:saddlebrown; fill-color:black; dashes:5,5; }
relation[building=construction][construction=garage]{ color:saddlebrown; fill-color:black; dashes:5,5; }

way     [building=parking]{ color:purple; fill-color:black; }
relation[building=parking]{ color:purple; fill-color:black; }
way     [building=construction][construction=parking]{ color:purple; fill-color:black; dashes:5,5; }
relation[building=construction][construction=parking]{ color:purple; fill-color:black; dashes:5,5; }

way     [building=service]{ color:blue; fill-color:black; }
relation[building=service]{ color:blue; fill-color:black; }
way     [building=construction][construction=service]{ color:blue; fill-color:black; dashes:5,5; }
relation[building=construction][construction=service]{ color:blue; fill-color:black; dashes:5,5; }

way     [building=toilets]{ color:cyan; fill-color:black; }
relation[building=toilets]{ color:cyan; fill-color:black; }
way     [building=construction][construction=toilets]{ color:cyan; fill-color:black; dashes:5,5; }
relation[building=construction][construction=toilets]{ color:cyan; fill-color:black; dashes:5,5; }

way     [building=carport]{ color:yellow; fill-color:black; }
relation[building=carport]{ color:yellow; fill-color:black; }
way     [building=construction][construction=carport]{ color:yellow; fill-color:black; dashes:5,5; }
relation[building=construction][construction=carport]{ color:yellow; fill-color:black; dashes:5,5; }

way     [building=roof]{ color:orange; fill-color:black; }
relation[building=roof]{ color:orange; fill-color:black; }
way     [building=construction][construction=roof]{ color:black; fill-color:black; dashes:5,5; }
relation[building=construction][construction=roof]{ color:black; fill-color:black; dashes:5,5; }
}}