Changeset 35414 in osm for applications/editors/josm/plugins/OpeningHoursEditor/src
- Timestamp:
- 2020-04-08T18:40:09+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
r35250 r35414 67 67 {"collection_times:local", ".*", "collection_times:local"}, 68 68 {"service_times", ".*", "service_times"}, 69 {"opening_hours:covid19", ".*", "opening_hours:covid19"}, 69 70 {"shop", ".*", "opening_hours"}, 70 71 {"amenity", "post_box", "collection_times"}, … … 200 201 201 202 final JComboBox<String> newTagField = new JComboBox<>(new String[]{ 202 "opening_hours", "opening_hours:kitchen", " collection_times", "collection_times:local", "service_times", "lit"});203 "opening_hours", "opening_hours:kitchen", "opening_hours:covid19", "collection_times", "collection_times:local", "service_times", "lit"}); 203 204 204 205 JRadioButton editButton = new JRadioButton(new AbstractAction(tr("edit existing tag")) {
Note:
See TracChangeset
for help on using the changeset viewer.