Ignore:
Timestamp:
2023-04-25T17:26:27+02:00 (15 months ago)
Author:
taylor.smock
Message:

Fix #22873, see #19048: remove opening_hours:covid19 (patch by Timonade)

The tagging for COVID-19 hours is now deprecated, and after 3 years, the opening
hours for COVID-19 are no longer a "temporary" value. Either the business has
moved back to their standard opening hours or the COVID-19 hours are their
permanent opening hours.

File:
1 edited

Legend:

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

    r35579 r36078  
    6767            {"collection_times:local", ".*", "collection_times:local"},
    6868            {"service_times", ".*", "service_times"},
    69             {"opening_hours:covid19", ".*", "opening_hours:covid19"},
    7069            {"shop", ".*", "opening_hours"},
    7170            {"amenity", "post_box", "collection_times"},
     
    201200
    202201            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"});
    204203
    205204            JRadioButton editButton = new JRadioButton(new AbstractAction(tr("edit existing tag")) {
Note: See TracChangeset for help on using the changeset viewer.