Skip to content

v0.2.55..v0.2.56 changeset GGDMv30.js

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/translations/GGDMv30.js b/translations/GGDMv30.js
index 839e935..55208b0 100644
--- a/translations/GGDMv30.js
+++ b/translations/GGDMv30.js
@@ -40,7 +40,7 @@ hoot.require('fcode_common');
 function initialize()
 {
   // Set the schema type for the export
-  hoot.Settings.set({'osm.map.writer.schema':'GGDMv30'});
+  hoot.Settings.set({'map.writer.schema':'GGDMv30'});
   hoot.Settings.set({'ogr.esri.fdname':'GGDM_Composite'});
 }
 
Clone this wiki locally