Index: /applications/editors/josm/plugins/indoorhelper/src/model/TagCatalog.java
===================================================================
--- /applications/editors/josm/plugins/indoorhelper/src/model/TagCatalog.java	(revision 35075)
+++ /applications/editors/josm/plugins/indoorhelper/src/model/TagCatalog.java	(revision 35076)
@@ -48,5 +48,5 @@
         case DOOR_PUBLIC:
             tagList.add(new Tag("door", "yes"));
-            tagList.add(new Tag("access", "public"));
+            tagList.add(new Tag("access", "yes"));
             return tagList;
         case ELEVATOR:
@@ -63,5 +63,5 @@
             return tagList;
         case ACCESS_PUBLIC:
-            tagList.add(new Tag("access", "public"));
+            tagList.add(new Tag("access", "yes"));
             return tagList;
         case TOILET_FEMALE:
