Ignore:
Timestamp:
2018-05-03T16:22:29+02:00 (8 years ago)
Author:
rebeccas95
Message:

Small changes on MapCSS, replace tag area=zone with indoor=area.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/indoorhelper/src/model/PresetCounter.java

    r34005 r34179  
    6363        counterList.add(new ObjectCounter(IndoorObject.TOILET_FEMALE, 0));
    6464        counterList.add(new ObjectCounter(IndoorObject.TOILET_MALE, 0));
    65         counterList.add(new ObjectCounter(IndoorObject.ZONE, 0));
     65        counterList.add(new ObjectCounter(IndoorObject.AREA, 0));
    6666        counterList.add(new ObjectCounter(IndoorObject.BENCH, 0));
    6767    }
     
    138138        }
    139139    }
     140   
     141   
    140142}
Note: See TracChangeset for help on using the changeset viewer.