Modify ↓
Opened 5 years ago
Closed 5 years ago
#18008 closed defect (fixed)
replace access=public by access=yes in IndoorHelper plugin
Reported by: | Klumbumbus | Owned by: | rebsc |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin indoorhelper | Version: | |
Keywords: | Cc: |
Description
see #18007
two occourances in TagCatalog.java:
case ACCESS_PUBLIC: tagList.add(new Tag("access", "public")); return tagList;
case DOOR_PUBLIC: tagList.add(new Tag("door", "yes")); tagList.add(new Tag("access", "public")); return tagList;
Attachments (0)
Note:
See TracTickets
for help on using tickets.
fixed in [o35076:35077]