mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
Add field for opening_hours:drive_through=* (#999)
This commit is contained in:
parent
def8e98301
commit
8ee33f2a28
7 changed files with 22 additions and 4 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"building_area_yes",
|
||||
"opening_hours",
|
||||
"atm",
|
||||
"drive_through"
|
||||
"drive_through",
|
||||
"opening_hours/drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/internet_access}",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
"outdoor_seating",
|
||||
"{@templates/internet_access}",
|
||||
"phone",
|
||||
"website"
|
||||
"website",
|
||||
"opening_hours/drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/internet_access}",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"building_area_yes",
|
||||
"opening_hours",
|
||||
"drive_through",
|
||||
"opening_hours/drive_through",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"delivery",
|
||||
"diet_multi",
|
||||
"drive_through",
|
||||
"opening_hours/drive_through",
|
||||
"takeaway",
|
||||
"fhrs/id-GB",
|
||||
"website/menu"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
"building_area_yes",
|
||||
"opening_hours",
|
||||
"dispensing",
|
||||
"drive_through"
|
||||
"drive_through",
|
||||
"opening_hours/drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/poi}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue