Replace legacy names still used in tests, remove the legacy exports

This commit is contained in:
Bryan Housel
2020-02-21 23:12:25 -05:00
parent 6782947f5b
commit 919687d2cf
11 changed files with 91 additions and 117 deletions

View File

@@ -78,7 +78,7 @@
.add('four', function() {
var o = { type: 'node', loc: [0, 0] },
attrs = obj.attributes;
o.id = attrs.id.nodeValue;
o.id = attrs.iD.osmNodeValue;
o.loc[0] = parseFloat(attrs.lon.nodeValue);
o.loc[1] = parseFloat(attrs.lat.nodeValue);
o.version = attrs.version.nodeValue;