Changes between Initial Version and Version 1 of Styles/FrenchEPCI


Ignore:
Timestamp:
2011-07-09T13:21:58+02:00 (15 years ago)
Author:
Don-vip
Comment:

New style for French local authorities

Legend:

Unmodified
Added
Removed
Modified
  • Styles/FrenchEPCI

    v1 v1  
     1== French EPCI style ==
     2
     3This style add display of French EPCIs (boundary=local_authority) to the map.
     4
     5=== The style itself ===
     6
     7{{{
     8#!style
     9<?xml version="1.0" encoding="UTF-8"?>
     10<rules xmlns="http://josm.openstreetmap.de/mappaint-style-1.0"
     11       author="Don-vip" shortdescription="EPCI (France)" fr.shortdescription="EPCI (France)"
     12       description="Display French local authorities (known as EPCI)"
     13       fr.description="Afficher les EPCI avec le même style que Banatic"
     14       version="1.0_2011-07-09">
     15  <rule>
     16    <condition k="type" v="boundary"/>
     17    <condition k="boundary" v="local_authority"/>
     18    <condition k="local_authority:FR" v="CU"/>
     19    <area colour="CU#6B207E"/>
     20    <icon annotate="true" src="misc/deprecated.png"/>
     21  </rule>
     22  <rule>
     23    <condition k="type" v="boundary"/>
     24    <condition k="boundary" v="local_authority"/>
     25    <condition k="local_authority:FR" v="CA"/>
     26    <area colour="CA#9061A7"/>
     27    <icon annotate="true" src="misc/deprecated.png"/>
     28  </rule>
     29  <rule>
     30    <condition k="type" v="boundary"/>
     31    <condition k="boundary" v="local_authority"/>
     32    <condition k="local_authority:FR" v="CC"/>
     33    <area colour="CC#FDC26F"/>
     34    <icon annotate="true" src="misc/deprecated.png"/>
     35  </rule>
     36  <rule>
     37    <condition k="type" v="boundary"/>
     38    <condition k="boundary" v="local_authority"/>
     39    <condition k="local_authority:FR" v="SAN"/>
     40    <area colour="SAN#C4ABD3"/>
     41    <icon annotate="true" src="misc/deprecated.png"/>
     42  </rule>
     43</rules>
     44}}}