Skip to content

v0.2.55..v0.2.56 changeset DNC.js

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/translations/DNC.js b/translations/DNC.js
index 1f77891..c1c8132 100644
--- a/translations/DNC.js
+++ b/translations/DNC.js
@@ -39,7 +39,7 @@ hoot.require('fcode_common');
 function initialize()
 {
   // Set the schema type for the export
-  hoot.Settings.set({'osm.map.writer.schema':'DNC'});
+  hoot.Settings.set({'map.writer.schema':'DNC'});
   hoot.Settings.set({'ogr.esri.fdname':''});
 
   // We need this to avoid errors with int & LongLong
Clone this wiki locally