Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-03-18 15:09:23 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:59 +0300
commitf29fc5849d0b3c9b3642ffb3f0930e222fe18ffa (patch)
tree3241c857bd6721f1053b605b04c8332f233892cb /data/opening_hours_how_to_edit.html
parent14d4437993557a04a891f0d96b75e39cd4dd5445 (diff)
[omim] Added opening_hours_how_to_edit.html
Diffstat (limited to 'data/opening_hours_how_to_edit.html')
-rw-r--r--data/opening_hours_how_to_edit.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/opening_hours_how_to_edit.html b/data/opening_hours_how_to_edit.html
new file mode 100644
index 0000000000..78ed857356
--- /dev/null
+++ b/data/opening_hours_how_to_edit.html
@@ -0,0 +1,9 @@
+<p>The opening hours field specifies when the amenity is open. Use <b>24/7</b> for facilities working non-stop. Examples of more specific intervals:</p>
+<ul>
+<li><b>Mo-Fr 10:00-21:00</b><br>A single interval is list of weekdates ("-" for a range, "," to add another range), then a space and a time range. A single "Mo-Su" can be omitted, e.g. <b>11:00-20:00</b>.</li>
+<li><b>Mo-We,Fr 09:00-13:30,14:00-18:30</b><br>Use commas to add ranges, e.g. when the amenity has a lunch break, or is open on non-consecutive weekdays. Do not insert extra spaces.</li>
+<li><b>Mo-Fr 09:00-20:00; Sa-Su 10:00-19:00</b><br>A semicolon separates different definitions for different weekdates. Note the "09": you must always use two digits for hours.</li>
+<li><b>Mo-Su 10:00-19:00; Jun off; Dec 25 off</b><br>You can exclude days or even months with an "off" word.</li>
+<li><b>Mo-Fr 17:00-03:00, Sa-Su 18:00+</b><br>Time intervals can span midnight, and it is safer to use comma instead of a semicolon in such cases. The plus sign means closing time is unspecified.
+</ul>
+<p>More examples, rules, syntax and specifications can be found on a <a href="http://wiki.openstreetmap.org/wiki/Key:opening_hours">wiki page for the key</a>.</p>