wiki:Presets/PoliceFR

Police amenities in France

cf. https://wiki.openstreetmap.org/wiki/FR:Tag:amenity%3Dpolice

<?xml version="1.0" encoding="UTF-8"?>
<presets
    xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    author="Noémie Lehuby"
    version="0.3_2019-08-15"
    shortdescription="Police et gendarmeries (France)"
    description="Pour cartographier facilement les commissariats de police et les gendarmeries en France cf. https://wiki.openstreetmap.org/wiki/FR:Tag:amenity%3Dpolice">

    <group name="Police / Gendarmerie">
        <item name="Gendarmerie" type="node">
            <label text="Gendarmerie"/>
            <label text="---------------------------"/>
            <label text="Un bureau de gendarmerie nationale"/>
            <label text="---------------------------"/>

            <key key="amenity" value="police"/>
            <key key="operator" value="Gendarmerie nationale"/>
            <key key="operator:wikidata" value="Q1422336"/>
            <key key="police:FR" value="gendarmerie"/>
            <text key="name" text="Nom affiché" default="Gendarmerie nationale" delete_if_empty="true"/>
            <label text="---------------------------"/>
            <text key="phone" text="Numéro de téléphone" value="" delete_if_empty="true"/>
            <text key="official_name" text="Nom présent dans l'opendata" value="" delete_if_empty="true"/>
            <check key="seasonal" text="est-ce un poste provisoire (saison estivale ou hivernale) ?" delete_if_empty="true" value_on="yes"/>
        </item>
        <item name="Police" type="node">
            <label text="Police"/>
            <label text="---------------------------"/>
            <label text="Un commissariat de police nationale"/>
            <label text="---------------------------"/>
            <key key="amenity" value="police"/>
            <key key="operator" value="Police nationale"/>
            <key key="operator:wikidata" value="Q121484"/>
            <key key="police:FR" value="police"/>
            <text key="name" text="Nom affiché" default="Commissariat" delete_if_empty="true"/>
            <label text="---------------------------"/>
            <text key="phone" text="Numéro de téléphone" value="" delete_if_empty="true"/>
            <text key="official_name" text="Nom présent dans l'opendata" value="" delete_if_empty="true"/>

        </item>
        <item name="Police municipale" type="node">
            <label text="Police municipale"/>
            <label text="---------------------------"/>
            <label text="Un commissariat de police municipale"/>
            <label text="---------------------------"/>
            <key key="amenity" value="police"/>
            <key key="police:FR" value="police_municipale"/>
            <text key="name" text="Nom affiché" default="Commissariat municipal" delete_if_empty="true"/>
            <text key="phone" text="Numéro de téléphone" value="" delete_if_empty="true"/>

        </item>
    </group>
</presets>

Presets_PoliceFR-preset.xml, Presets_PoliceFR.zip

Last modified 5 years ago Last modified on 2019-08-15T22:25:46+02:00
Note: See TracWiki for help on using the wiki.