<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 18/08/18 17:19, SelfishSeahorse
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAJJ-S95HvwRqoNHv-xgKp_aiXXH4iaaC0UUHfKcYoT_4xJvpFA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<div>Hi</div>
<div><br>
</div>
On Friday, August 17, 2018, Jmapb <<a
href="mailto:jmapb@gmx.com" moz-do-not-send="true">jmapb@gmx.com</a>>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">I've got a
pedestrian way behind a large apartment building (leads to a
back entrance) that's restricted to residents only after hours.
Or more precisely, it's signed "Open to the public Oct 1 - Apr
30 7am-8pm, May 1 - Sep 30 7am-10:30pm."<br>
<br>
My best guess at tagging is:<br>
access=yes<br>
access:conditional=destination @ (Oct-Apr: 20:00-07:00; May-Sep:
22:00-07:00)<br>
</blockquote>
<div><br>
</div>
<div>Because you wrote that it's a pedestrian way, i guess the
access restriction only applies to pedestrians. In that case you
should use foot[:conditional]=* instead of
access[:conditional]=*, otherways you also give access to
vehicles, horses etc.</div>
<div><br>
</div>
<div>Besides, i think you shoul rather go from the most
restrictive to the least restrictive, i.e.:</div>
</blockquote>
+1 <br>
<blockquote type="cite"
cite="mid:CAJJ-S95HvwRqoNHv-xgKp_aiXXH4iaaC0UUHfKcYoT_4xJvpFA@mail.gmail.com">
<div><br>
</div>
<div>foot=destination</div>
<div>foot:conditional=yes @ (Oct 1-Apr 30 07:00-20:00, May 1-Sep
30 07:00-22:30)</div>
<div><br>
</div>
</blockquote>
but I'd go<br>
<br>
access=destination <br>
foot:conditional=yes @ (Oct 1-Apr 30 07:00-20:00, May 1-Sep 30
07:00-22:00)<br>
<br>
Local conditions could mean a pedestrian way is accessible by a
bicycle, a moped... in which case the conditional tagging would go
to <br>
access:conditional=yes @ (Oct 1-Apr 30 07:00-20:00, May 1-Sep 30
07:00-22:00)<br>
<br>
</body>
</html>