Ticket #21859: josm_21859.patch
| File josm_21859.patch, 1.6 KB (added by , 4 years ago) |
|---|
-
resources/data/defaultpresets.xml
9045 9045 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" /> 9046 9046 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" /> 9047 9047 <optional> 9048 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />9049 9048 <text key="addr:city" text="City name" use_last_as_default="force" match="key" /> 9050 9049 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" /> 9051 9050 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" /> 9052 9051 </optional> 9053 <optional text="Optional values for specific countries"> 9052 <optional text="Optional tag only for address without addr:street"> 9053 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" /> 9054 </optional> 9055 <optional text="Optional tags for specific countries"> 9054 9056 <text key="addr:unit" text="Unit/Suite" match="key" /> 9055 9057 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" /> 9056 9058 <text key="addr:hamlet" text="Hamlet" match="key" />
