How to set up a Month restriction for a road? I have a road which is only allowed to drive from July to November. How to set this up? asked 19 Nov '13, 16:18 ivolino aseerel4c26 ♦ |
You can use conditional access restrictions. They support conditions based on the time and date which have to be specified using the opening_hours syntax. To forbid any motor vehicle from December to June, use
Alternatively you could disallow motor vehicles by default and only allow them between July and November:
But be aware that the second solution completely disallows motor vehicles for all applications that can't handle conditional restrictions. answered 19 Nov '13, 16:44 scai ♦ |
There's also this previous question, if it helps.
… note: that other question is in fact a collection of questions.