-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open with periodicity "n" within a range of consecutive monthdays #252
Comments
This is currently not specified. Opening an issue downstream (here against opening_hours.js) is not the right way to go since I only implement the specification. Please go though the Proposal process and describe your use case in greater detail because your initial information is a bit rare for me to understand it. Please close the issue for now. You can reopen it once/if your proposal is approved. |
Usage discussed here. And in opening_hours wiki page described (fourth in list). |
Thanks for the input. You are right. Ref to the original spec: https://openingh.ypid.de/netzwolf_mirror/time_domain/specification.html#rule5 So I would say this is already specified and should also be implemented in here then. But before, the current spec needs to be updated where this is currently missing. |
Interestingly enough, it does seem to work in current evaluation tool if single month is specified; for example:
However, trying to specify it for all year like this: |
Also, OSM Wiki for Key:opening_hours specifies the rule:
Formal specification links back to this issue as "Known issue", so it appears it waits for a fix in opening_hours.js first. I think it should be implemented here, so the known issue in current formal specification can be replaced with description and example of usage. |
I agree with you. Needs to be fixed in opening_hours.js and in the OSM Wiki. |
Hi @rhhsm, please just use https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments to signal your interest. Also, you may want to refer to: #341 |
Open with periodicity "n" within a range of consecutive monthdays, the range is followed by "/n" (e.g., >
02-30/n
)Using in signs.
odd:
01-31/2
even:
02-30/2
The text was updated successfully, but these errors were encountered: