Changeset 15372 in josm for trunk/src


Ignore:
Timestamp:
2019-09-25T12:13:31+02:00 (6 years ago)
Author:
Don-vip
Message:
  • fix #18153 - prefer location=roof over location=rooftop, location over generator:location
  • update TLD from IANA
  • ignore cycling network tags icn[_ref], ncn[_ref], rcn[_ref], lcn[_ref]
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java

    r15346 r15372  
    296296    // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
    297297    private static final String[] GENERIC_TLDS = new String[] {
    298         // Taken from Version 2019091200, Last Updated Thu Sep 12 07:07:02 2019 UTC
     298        // Taken from Version 2019092301, Last Updated Tue Sep 24 07:07:01 2019 UTC
    299299        "aaa", // aaa American Automobile Association, Inc.
    300300        "aarp", // aarp AARP
     
    544544        "coupons", // coupons Black Island, LLC
    545545        "courses", // courses OPEN UNIVERSITIES AUSTRALIA PTY LTD
     546        "cpa", // cpa American Institute of Certified Public Accountants
    546547        "credit", // credit Snow Shadow, LLC
    547548        "creditcard", // creditcard Binky Frostbite, LLC
Note: See TracChangeset for help on using the changeset viewer.