From 3440f4254ddb468e6d4453bf2f9f7c9c839adac6 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 6 Feb 2013 16:22:39 -0500 Subject: [PATCH 1/3] Discard tags --- data/deprecated.js | 10 +--------- data/discarded.js | 10 ++++++++++ index.html | 2 ++ js/id/behavior/select.js | 2 +- js/id/graph/history.js | 10 +++++++--- 5 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 data/discarded.js diff --git a/data/deprecated.js b/data/deprecated.js index 7cc6904ed..53457c9f3 100644 --- a/data/deprecated.js +++ b/data/deprecated.js @@ -108,13 +108,5 @@ iD.data.deprecated = [ shop: 'supermarket', organic: 'only' } - }, - // entirely discarded tags - { old: { 'tiger:upload_uuid': '*' } }, - { old: { 'tiger:tlid': '*' } }, - { old: { 'tiger:source': '*' } }, - { old: { 'tiger:separated': '*' } }, - { old: { 'geobase:datasetName': '*' } }, - { old: { 'geobase:uuid': '*' } }, - { old: { 'sub_sea:type': '*' } } + } ]; diff --git a/data/discarded.js b/data/discarded.js new file mode 100644 index 000000000..7a1e4580e --- /dev/null +++ b/data/discarded.js @@ -0,0 +1,10 @@ +// entirely discarded tags +iD.data.discarded = [ + 'tiger:upload_uuid', + 'tiger:tlid', + 'tiger:source', + 'tiger:separated', + 'geobase:datasetName', + 'geobase:uuid', + 'sub_sea:type' +]; diff --git a/index.html b/index.html index 09d73b8f6..a4a2ab5f5 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,7 @@ + @@ -137,6 +138,7 @@ +
-