Changeset 7574 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2014-09-21T21:01:43+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10452 - new validator test to warn users about ways that exceed the 2000 nodes API limit before upload attempt

Location:
trunk/src/org/openstreetmap/josm/data/validation
Files:
1 added
1 edited

Legend:

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

    r7489 r7574  
    2828import org.openstreetmap.josm.actions.ValidateAction;
    2929import org.openstreetmap.josm.data.validation.tests.Addresses;
     30import org.openstreetmap.josm.data.validation.tests.ApiCapabilitiesTest;
    3031import org.openstreetmap.josm.data.validation.tests.BarriersEntrances;
    3132import org.openstreetmap.josm.data.validation.tests.Coastlines;
     
    123124        ConditionalKeys.class, // 3200 .. 3299
    124125        InternetTags.class, // 3300 .. 3399
     126        ApiCapabilitiesTest.class, // 3400 .. 3499
    125127    };
    126128
Note: See TracChangeset for help on using the changeset viewer.