diff --git a/translations/etds70_osm.js b/translations/etds70_osm.js
index 5c51706..c2f5e23 100644
--- a/translations/etds70_osm.js
+++ b/translations/etds70_osm.js
@@ -121,7 +121,7 @@ etds70_osm = {
}
// Use a lookup table to convert the remaining attribute names from "English" to TDS
- translate.applyOne2One(attrs, nAttrs, etds70_osm_rules.enumValues, {'k':'v'});
+ translate.applyOne2One(attrs, nAttrs, etds70_osm_rules.enumValues, {'k':'v'},[]);
var tags = {};
// Now convert the attributes to tags.