-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset GAIT.js
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/translations/GAIT.js b/translations/GAIT.js
index 907abc5..db54442 100644
--- a/translations/GAIT.js
+++ b/translations/GAIT.js
@@ -37,23 +37,23 @@
// function translateAttributes(attrs, layerName)
function translateToOsm(attrs, layerName, geometryType)
{
- tags = {};
+ tags = {};
- tags['gait:error_type'] = attrs.ERRTYPE;
- tags['gait:magnitude'] = attrs.MAGNITUDE;
- tags['gait:instance'] = attrs.INSTANCE;
- tags['gait:condition_number'] = attrs.COND_NUM;
- tags['gait:fcode1'] = attrs.CODE1;
- tags['gait:fcode2'] = attrs.CODE2;
- tags['gait:label1'] = attrs.LABEL1;
- tags['gait:label2'] = attrs.LABEL2;
- tags['gait:annotation'] = attrs.ANNOTATION;
- tags['gait:geometry_type'] = attrs.ORIG_GEOM;
- tags['gait:uuid'] = attrs.UFI;
- tags['gait:schema'] = attrs.ATTRSCHEMA;
- tags['gait:source_table'] = attrs.ORIG_TABLE;
+ tags['gait:error_type'] = attrs.ERRTYPE;
+ tags['gait:magnitude'] = attrs.MAGNITUDE;
+ tags['gait:instance'] = attrs.INSTANCE;
+ tags['gait:condition_number'] = attrs.COND_NUM;
+ tags['gait:fcode1'] = attrs.CODE1;
+ tags['gait:fcode2'] = attrs.CODE2;
+ tags['gait:label1'] = attrs.LABEL1;
+ tags['gait:label2'] = attrs.LABEL2;
+ tags['gait:annotation'] = attrs.ANNOTATION;
+ tags['gait:geometry_type'] = attrs.ORIG_GEOM;
+ tags['gait:uuid'] = attrs.UFI;
+ tags['gait:schema'] = attrs.ATTRSCHEMA;
+ tags['gait:source_table'] = attrs.ORIG_TABLE;
- return tags;
+ return tags;
} // End of Translate Attributes