== French EPCI style == This style add display of French EPCIs (`boundary=local_authority`) to the map. {{{ #!style type="mapcss" meta { title: "EPCI (France)"; version: "2.0.[[revision]]_[[date]]"; 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; } }}}