mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Merge pull request #2053 from cschwarz/presets-opening_hours
Added opening_hours to amenity presets
This commit is contained in:
+1055
-468
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,8 @@
|
||||
"fields": [
|
||||
"atm",
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "bar",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"cuisine",
|
||||
"internet_access",
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"fields": [
|
||||
"cuisine",
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "beer",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"cuisine",
|
||||
"building_area",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user