opening-hours / opening_hours_grammar

ANTLR grammar for opening_hours from OpenStreetMap
MIT License
6 stars 0 forks source link

Parenthesis to group rules #6

Open pyrog opened 2 years ago

pyrog commented 2 years ago

Example from Todo: May-Aug: (Mo-Th 9:00-20:00; Fr 11:00-22:00; Sa-Su 11:00-20:00)

Currently, it must be written: May-Aug Mo-Th 09:00-20:00; May-Aug Fr 11:00-22:00; May-Aug Sa-Su 11:00-20:00

prettified opening_hours value

This is painful and could be longer than 255 characters (OSM API limit for tag values).

ypid commented 2 years ago

This is not the right place to discuss this. You could consider going though the OSM proposal process.