Ignore:
Timestamp:
2019-12-12T21:14:06+01:00 (5 years ago)
Author:
klumbumbus
Message:

fix #josm18418 - add support for opening_hours:kitchen and service_times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java

    r35242 r35250  
    6363    private final String[][] TAG_EDIT_STRINGS = new String[][] {
    6464            {"opening_hours", ".*", "opening_hours"},
     65            {"opening_hours:kitchen", ".*", "opening_hours:kitchen"},
    6566            {"collection_times", ".*", "collection_times"},
    6667            {"collection_times:local", ".*", "collection_times:local"},
     68            {"service_times", ".*", "service_times"},
    6769            {"shop", ".*", "opening_hours"},
    6870            {"amenity", "post_box", "collection_times"},
     
    198200
    199201            final JComboBox<String> newTagField = new JComboBox<>(new String[]{
    200                     "opening_hours", "collection_times", "collection_times:local", "service_times", "lit"});
     202                    "opening_hours", "opening_hours:kitchen", "collection_times", "collection_times:local", "service_times", "lit"});
    201203
    202204            JRadioButton editButton = new JRadioButton(new AbstractAction(tr("edit existing tag")) {
Note: See TracChangeset for help on using the changeset viewer.