wiki:Presets/Addr2

Позволяет удобно добавить альтернативный номер дома, или же другой номер по другой улице.

Addr2

The preset itself

<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
        shortdescription="Addr2"
        ru.shortdescription="Двойная адресация"
        description="Preset for easy addition of double addresses"
        ru.description="Пресеты для удобного добавления второго адреса"
        author="freeExec"
        version="1.07_2020-04-11">
        <item name="Double Addresses" ru.name="Двойная адресация" icon="presets/misc/housenumber.svg" type="node,way,closedway,relation" preset_name_label="true">
            <space />
            <text key="addr:housenumber" text="House number" />
            <text key="addr:housenumber2" text="House number alt" ru.text="Альтернативный номер" />
            <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
            <space />
            <text key="addr2:housenumber" text="House number" />
            <text key="addr2:housenumber2" text="House number alt" ru.text="Альтернативный номер" />
            <text key="addr2:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
        </item>
</presets>

Presets_Addr2-preset.xml, Presets_Addr2.zip

Last modified 4 years ago Last modified on 2020-04-11T20:53:55+02:00

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.