Changeset 35076 in osm


Ignore:
Timestamp:
2019-08-03T16:43:47+02:00 (5 years ago)
Author:
klumbumbus
Message:

fix #josm18008 - replace access=public by access=yes

File:
1 edited

Legend:

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

    r34179 r35076  
    4848        case DOOR_PUBLIC:
    4949            tagList.add(new Tag("door", "yes"));
    50             tagList.add(new Tag("access", "public"));
     50            tagList.add(new Tag("access", "yes"));
    5151            return tagList;
    5252        case ELEVATOR:
     
    6363            return tagList;
    6464        case ACCESS_PUBLIC:
    65             tagList.add(new Tag("access", "public"));
     65            tagList.add(new Tag("access", "yes"));
    6666            return tagList;
    6767        case TOILET_FEMALE:
Note: See TracChangeset for help on using the changeset viewer.