Skip to content

v0.2.54..v0.2.55 changeset etds70_osm.js

Garret Voltz edited this page Aug 14, 2020 · 1 revision
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.
Clone this wiki locally