Ignore:
Timestamp:
2014-12-11T15:17:30+01:00 (11 years ago)
Author:
bastik
Message:

applied #josm10682 - Added features to sorting route relation of public_transport version 2 scheme (patch by freeExec)

Location:
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/SortAndFixAction.java

    r30738 r30841  
    2222import relcontext.relationfix.MultipolygonFixer;
    2323import relcontext.relationfix.NothingFixer;
     24import relcontext.relationfix.PublicTransportFixer;
    2425import relcontext.relationfix.RelationFixer;
    2526
     
    4445        fixers.add(new MultipolygonFixer()); // multipolygon
    4546        fixers.add(new AssociatedStreetFixer()); //associatedStreet
     47        fixers.add(new PublicTransportFixer()); //public_transport
    4648
    4749        for(RelationFixer fix : fixers) {
Note: See TracChangeset for help on using the changeset viewer.