Skip to content

v0.2.55..v0.2.56 changeset OSM_to_englishMGCP.js

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/translations/OSM_to_englishMGCP.js b/translations/OSM_to_englishMGCP.js
index 2354fd7..eb1d0cb 100644
--- a/translations/OSM_to_englishMGCP.js
+++ b/translations/OSM_to_englishMGCP.js
@@ -68,7 +68,7 @@ function initialize()
   hoot.Settings.set({'ogr.tds.add.fcsubtype':'false'});
 
   // Set the schema type for the export
-  hoot.Settings.set({'osm.map.writer.schema':'MGCP'});
+  hoot.Settings.set({'map.writer.schema':'MGCP'});
 }
 
 
Clone this wiki locally