Changeset 18386 in josm


Ignore:
Timestamp:
2022-03-04T21:48:12+01:00 (2 years ago)
Author:
stoecker
Message:

fix #21859 - patch by skyper - move addr:place into optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r18385 r18386  
    90479047            <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
    90489048            <optional>
    9049                 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
    90509049                <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
    90519050                <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
    90529051                <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
    90539052            </optional>
    9054             <optional text="Optional values for specific countries">
     9053            <optional text="Optional tag only for address without addr:street">
     9054                <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
     9055            </optional>
     9056            <optional text="Optional tags for specific countries">
    90559057                <text key="addr:unit" text="Unit/Suite" match="key" />
    90569058                <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
Note: See TracChangeset for help on using the changeset viewer.