-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset GeoNames.js
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/translations/GeoNames.js b/translations/GeoNames.js
index 45d104a..fa60835 100644
--- a/translations/GeoNames.js
+++ b/translations/GeoNames.js
@@ -29,16 +29,16 @@
// GeoNames Conversion
//
-hoot.require('geonames_core')
-hoot.require('geonames_rules')
-hoot.require('config')
+hoot.require('geonames_core');
+hoot.require('geonames_rules');
+hoot.require('config');
// IMPORT
// translateAttributes - takes 'attrs' and returns OSM 'tags'
function translateAttributes(attrs, layerName, geometryType)
{
- return geonames.toOsm(attrs, layerName, geometryType);
+ return geonames.toOsm(attrs, layerName, geometryType);
} // End of Translate Attributes