Changeset 35076 in osm for applications/editors/josm/plugins
- Timestamp:
- 2019-08-03T16:43:47+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoorhelper/src/model/TagCatalog.java
r34179 r35076 48 48 case DOOR_PUBLIC: 49 49 tagList.add(new Tag("door", "yes")); 50 tagList.add(new Tag("access", " public"));50 tagList.add(new Tag("access", "yes")); 51 51 return tagList; 52 52 case ELEVATOR: … … 63 63 return tagList; 64 64 case ACCESS_PUBLIC: 65 tagList.add(new Tag("access", " public"));65 tagList.add(new Tag("access", "yes")); 66 66 return tagList; 67 67 case TOILET_FEMALE:
Note:
See TracChangeset
for help on using the changeset viewer.