[gnome-maps] Revert "osmEditDialog: Add support for alternative name forms."



commit 865169e7728e1ece056fb899be8a7866610e8fab
Author: Marcus Lundblad <ml update uu se>
Date:   Sun Feb 14 22:33:46 2016 +0100

    Revert "osmEditDialog: Add support for alternative name forms."
    
    This reverts commit 6944a4c4c227aca944cd00a6a9410361f68a84ee.

 src/osmEditDialog.js |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/src/osmEditDialog.js b/src/osmEditDialog.js
index c28c497..31cf210 100644
--- a/src/osmEditDialog.js
+++ b/src/osmEditDialog.js
@@ -103,28 +103,6 @@ const OSM_FIELDS = [
         hint: _("The official name. This is typically what appears on signs.")
     },
     {
-        name: _("Alternative name"),
-        tag: 'alt_name',
-        type: EditFieldType.TEXT,
-        hint: _("Alternative name by which the place may also be known. \
-Adding this when appropriate can enhance searchability of places and locations.")
-    },
-    {
-        name: _("Local name"),
-        tag: 'loc_name',
-        type: EditFieldType.TEXT,
-        hint: _("Local name, or slang name by which a place might be known by \
-local inhabitants. Adding this when appropriate can enhance searchability of \
-places and locations.")
-    },
-    {
-        name: _("Historical name"),
-        tag: 'old_name',
-        type: EditFieldType.TEXT,
-        hint: _("Older name by which the place was previously known. \
-Adding this when appropriate can enhance searchability of places and locations.")
-    },
-    {
         name: _("Website"),
         tag: 'website',
         type: EditFieldType.TEXT,


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