Changeset 35317 in osm for applications/editors/josm
- Timestamp:
- 2020-02-11T21:58:48+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoorhelper/src/org/openstreetmap/josm/plugins/indoorhelper/IndoorHelperPlugin.java
r35312 r35317 103 103 if (currentAutoFilter != null) { 104 104 if (controller != null) { 105 String currentFilterValue = currentAutoFilter.get Filter().text.split("=")[1];105 String currentFilterValue = currentAutoFilter.getLabel(); 106 106 107 107 controller.setIndoorLevel(currentFilterValue);
Note:
See TracChangeset
for help on using the changeset viewer.