Changeset 7806 in josm for trunk/data


Ignore:
Timestamp:
2014-12-16T14:59:54+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10829 - move addr:housename in address preset down to optional values for specific countries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7794 r7806  
    75867586            <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
    75877587            <optional>
    7588                 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
    75897588                <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
    75907589                <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
     
    75947593            </optional>
    75957594            <optional text="Optional values for specific countries">
     7595                <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
    75967596                <text key="addr:hamlet" text="Hamlet" match="key" />
    75977597                <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
Note: See TracChangeset for help on using the changeset viewer.