- Timestamp:
- 2019-09-25T12:13:31+02:00 (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r15367 r15372 337 337 </chunk> 338 338 <chunk id="power_loc"> 339 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof top" values_context="power" />339 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" /> 340 340 </chunk> 341 341 <chunk id="power_extra"> -
trunk/data/validator/deprecated.mapcss
r15360 r15372 189 189 fixAdd: "power=substation"; 190 190 } 191 191 192 *[location=rooftop] { 193 throwWarning: tr("{0} is deprecated", "{0.tag}"); 194 suggestAlternative: "location=roof"; 195 group: tr("deprecated tagging"); 196 fixAdd: "location=roof"; 197 } 198 199 *[generator:location=*] { 200 throwWarning: tr("{0} is deprecated", "{0.key}"); 201 suggestAlternative: "location"; 202 group: tr("deprecated tagging"); 203 fixChangeKey: "generator:location => location"; 204 } 205 192 206 *[generator:method=dam] { 193 207 throwWarning: tr("{0} is deprecated", "{0.tag}"); -
trunk/data/validator/ignoretags.cfg
r15351 r15372 64 64 E:hour_off 65 65 E:tower:type 66 E:icn 67 E:ncn 68 E:rcn 69 E:lcn 70 E:icn_ref 71 E:ncn_ref 66 72 E:rcn_ref 73 E:lcn_ref 67 74 E:place_name 68 75 E:cycleway -
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r15346 r15372 296 296 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 297 297 private static final String[] GENERIC_TLDS = new String[] { 298 // Taken from Version 201909 1200, Last Updated Thu Sep 1207:07:022019 UTC298 // Taken from Version 2019092301, Last Updated Tue Sep 24 07:07:01 2019 UTC 299 299 "aaa", // aaa American Automobile Association, Inc. 300 300 "aarp", // aarp AARP … … 544 544 "coupons", // coupons Black Island, LLC 545 545 "courses", // courses OPEN UNIVERSITIES AUSTRALIA PTY LTD 546 "cpa", // cpa American Institute of Certified Public Accountants 546 547 "credit", // credit Snow Shadow, LLC 547 548 "creditcard", // creditcard Binky Frostbite, LLC
Note:
See TracChangeset
for help on using the changeset viewer.