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