KAMI911 / osm_poi_matchmaker

OSM POI Matchmaker
GNU General Public License v3.0
9 stars 4 forks source link

Add alternative opening hours capabilities #71

Closed KAMI911 closed 4 years ago

KAMI911 commented 4 years ago

Make possible to define alternative opening_hours tag.

OpenStreetMap This During the COVID19 we may add extra tag for POIs' opening_hours called opening_hours:covid19

This change introduces these application configuration options:

geo.alternative.opening.hours=False

Use of alternative opening hours. Default is false.

geo.alternative.opening.hours.tag=opening_hours:covid19

If use of alternative opening hours is enabled, you can change the name of alternative opening hours tag.

opening_hours #covid19

KAMI911 commented 4 years ago

It is worked as excepted. Implemented. Tested.