wiki:Styles/FrenchEPCI

Version 4 (modified by Don-vip, 9 years ago) ( diff )

see #12282 - convert to MapCSS

French EPCI style

This style add display of French EPCIs (boundary=local_authority) to the map.

meta {
    title: "EPCI (France)";
    version: "2.0";
    description: "Display French local authorities (known as EPCI)";
    author: "Don-vip";
    link: "https://josm.openstreetmap.de/wiki/Styles/FrenchEPCI";
}
area[type=boundary][boundary=local_authority][local_authority:FR=CU]
{
    fill-color: #6B207E;
}
area[type=boundary][boundary=local_authority][local_authority:FR=CA]
{
    fill-color: #9061A7;
}
area[type=boundary][boundary=local_authority][local_authority:FR=CC]
{
    fill-color: #FDC26F;
}
area[type=boundary][boundary=local_authority][local_authority:FR=SAN]
{
    fill-color: #C4ABD3;
}
area[type=boundary][boundary=local_authority][local_authority:FR=metropole]
{
    fill-color: #4A2061;
}

Styles_FrenchEPCI-style.mapcss, Styles_FrenchEPCI.zip

Note: See TracWiki for help on using the wiki.