Wipe out some tags entirely, refs #585

This commit is contained in:
Tom MacWright
2013-02-04 17:20:06 -05:00
parent dbb4615918
commit 3e71dd56cd
3 changed files with 19 additions and 4 deletions
+9 -1
View File
@@ -108,5 +108,13 @@ 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': '*' } }
];