wiki:Es:Styles/Coloured_buildings

Version 7 (modified by Klumbumbus, 4 years ago) ( diff )

remove watch-modified: true which has no effect

Coloured buildings

Clasificación de edificios

(NOZIP)
Vivienda unifamiliar: building=detached
Adosados: building=terrace
Apartamentos: building=apartments
Garaje(s): building=garage(s)

(NOZIP)
Demasiado general, usa mejor los valores superiores
Casa: building=house
Residencial: building=residential

(NOZIP)
Hotel: building=hotel
Iglesia: building=church, building=cathedral
Tiendas: building=retail
Hospital: building=hospital
Comercial: building=commercial
Industrial: building=industrial

(NOZIP)
Escuela (únicamente el edificio): building=school
Área de la escuela: amenity=school
Universidad: building=university
Público: building=public
Residencia: building=dormitory

(NOZIP)
amenity con el valor del equipamiento
(NOZIP)
shop con el valor del comercio
(NOZIP)
office con el valor de la oficina

Wiki:building

Útil para una visión general: Clasificación ITO de edificios Varias etiquetas de edificios residenciales

Código

meta   
{
        title: "Coloured Buildings.es";
        author: "geozeisig, dcapillae"; 
        version: "1.17_2020-10-05"; 
        description: "Style to classify buildings (Spanish)";
        link: "https://josm.openstreetmap.de/wiki/Styles/Coloured_buildings";
}
meta[lang=es]
{
        title: "Coloured Buildings.es";
        description: "Estilo para clasificar edificios";
        link: "https://josm.openstreetmap.de/wiki/Es:Styles/Coloured_buildings";
}
area[building=residential] 
{
        text: eval("Residencial");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #FFFFFF; 
        fill-color: #FFFFFF; 
        width: 3;
        dashes: 10,2;
}
        
area[building=house] 
{
        text: eval("Casa");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #FFF88B; 
        fill-color: #FFF88B; 
        width: 3;
        dashes: 10,2;
}

area[building=detached] 
{
        text: eval("Vivienda unifamiliar");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #FFFD36; 
        fill-color: #FFFD36; 
        width: 3;
}

area[building=terrace] 
{
        text: eval("Adosados");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #FFFC00; 
        fill-color: #FFFC00; 
        width: 3;
}

area[building=apartments]
{
        text: eval("Apartamentos");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #FF9E00; 
        fill-color: #FF9E00; 
        width: 3;
}

area[building=garage] 
{
        text: eval("Garaje");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #A37237; 
        fill-color: #A37237; 
        width: 3;
}

area[building=garages] 
{
        text: eval("Garajes");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #A37237; 
        fill-color: #A37237; 
        width: 3;
}

area[building=hotel] 
{
        text: eval("Hotel");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #F26100; 
        fill-color: #F26100; 
        width: 3;
}

area[building=commercial] 
{
        text: eval("Comercial");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #D76EFF; 
        fill-color: #D76EFF; 
        width: 3;
}

area[building=industrial] 
{
        text: eval("Industrial");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #C224FF; 
        fill-color: #C224FF; 
        width: 3;
}

area[building=church] 
{
        text: eval("Iglesia");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #9224FF; 
        fill-color: #9224FF; 
        width: 3;
}

area[building=cathedral] 
{
        text: eval("Catedral");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #7D1DDD; 
        fill-color: #7D1DDD; 
        width: 3;
}

area[building=retail] 
{
        text: eval("Tiendas");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #A5FC4E; 
        fill-color: #A5FC4E; 
        width: 3;
}

area[building=roof] 
{
        text: eval("Tejado");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #CBA371; 
        fill-color: #CBA371; 
        width: 3;
}

area[building=hospital] 
{
        text: eval("Hospital");
        text-color: black; 
        font-size:10;
        z-index: 1;
        color: #FF5566; 
        fill-color: #FF5566; 
        width: 3;
}
area[amenity=hospital] 
{
        color: #FF5566; 
        width: 3;
}
area[building=school] 
{
        text: eval("Escuela");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #884CFF; 
        fill-color: #884CFF; 
        width: 3;
}
area[amenity=school] 
{
        color: #884CFF; 
        width: 3;
}
area[building=university] 
{
        text: eval("Universidad");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #7834FF; 
        fill-color: #7834FF; 
        width: 2;
}
area[amenity=university] 
{
        color: #7834FF; 
        width: 3;
}
area[building=public]
{
        text: eval("Público");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #FF2238; 
        fill-color: #FF2238; 
        width: 3;
}


area[building=dormitory] 
{
        text: eval("Residencia");
        text-color: black; 
        font-size: 9;
        z-index: 1;
        color: #F07B2D; 
        fill-color: #F07B2D; 
        width: 3;
}

area[building][amenity][building!=church][building!=cathedral] 
{
        text: "Equipamiento";
        text-color: black; 
        dashes: 20,4;
        font-size: 10;
        z-index: 1;
        color: #FF2238; 
        fill-color: #FF2238; 
        width: 3;
}

area[building][shop]
{
        text: "Comercio"; 
        text-color: black; 
        dashes: 20,4;
        font-size: 10;
        z-index: 1;
        color: #3E43D2; 
        fill-color: #3E43D2; 
        width: 3;
}

area[building][office]
{
        text: "Oficina"; 
        text-color: black; 
        font-size: 10;
        z-index: 1;
        color: #39D237; 
        fill-color: #39D237; 
        width: 3;
        dashes: 20,4;
}
/* highlight wrong schoolbuildings */
way[building=yes][amenity=school]
{
        text: eval("Establecer como builing=school");
        font-size: 12;
        z-index: 1;
        color: red;
        width: 5; 
        dashes: 20,4;
        dashes-background-color: #FFFF00;
}

/* highlight wrong church */
way[building=yes][amenity=place_of_worship]
{
        text: eval("Establecer como builing=church");
        font-size: 12;
        z-index: 1;
        color: red;
        width: 5; 
        dashes: 20,4;
        dashes-background-color: #FFFF00;
}

Es:Styles_Coloured_buildings-style.mapcss, Es:Styles_Coloured_buildings.zip

Note: See TracWiki for help on using the wiki.