Skip to content

v0.2.54..v0.2.55 changeset etds61_osm.js

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/translations/etds61_osm.js b/translations/etds61_osm.js
index fa15337..e9a3d85 100644
--- a/translations/etds61_osm.js
+++ b/translations/etds61_osm.js
@@ -121,7 +121,7 @@ etds61_osm = {
         }
 
         // Use a lookup table to convert the remaining attribute names from "English" to TDS
-        translate.applyOne2One(attrs, nAttrs, etds61_osm_rules.enumValues, {'k':'v'});
+        translate.applyOne2One(attrs, nAttrs, etds61_osm_rules.enumValues, {'k':'v'},[]);
         var tags = {};
 
         // Now convert the attributes to tags.
Clone this wiki locally