[gnome-maps] osmEditDialog: Add opening_hours



commit f64a2d66acd00bf96af8d941ea82bea0856d7f7c
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Fri Feb 12 19:19:50 2016 +0100

    osmEditDialog: Add opening_hours

 src/osmEditDialog.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/osmEditDialog.js b/src/osmEditDialog.js
index 272bbe7..e3f8cf1 100644
--- a/src/osmEditDialog.js
+++ b/src/osmEditDialog.js
@@ -110,6 +110,11 @@ const OSM_FIELDS = [
         type: EditFieldType.TEXT,
         rewriteFunc: this._osmWikipediaRewriteFunc},
     {
+        name: _("Opening hours"),
+        tag: 'opening_hours',
+        type: EditFieldType.TEXT
+    },
+    {
         name: _("Population"),
         tag: 'population',
         type: EditFieldType.INTEGER


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]