Ignore:
Timestamp:
2020-04-08T18:40:09+02:00 (4 years ago)
Author:
klumbumbus
Message:

see ​#josm19048 - add support for opening_hours:covid19

File:
1 edited

Legend:

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

    r35250 r35414  
    6767            {"collection_times:local", ".*", "collection_times:local"},
    6868            {"service_times", ".*", "service_times"},
     69            {"opening_hours:covid19", ".*", "opening_hours:covid19"},
    6970            {"shop", ".*", "opening_hours"},
    7071            {"amenity", "post_box", "collection_times"},
     
    200201
    201202            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"});
    203204
    204205            JRadioButton editButton = new JRadioButton(new AbstractAction(tr("edit existing tag")) {
Note: See TracChangeset for help on using the changeset viewer.