Rename _ol_format_OSMXML_ OSMXML

This commit is contained in:
Tim Schaub
2017-12-17 02:03:21 -07:00
parent cdf7b3276b
commit a2d2f5e611
3 changed files with 33 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
import _ol_Feature_ from '../../../../src/ol/Feature.js';
import _ol_format_OSMXML_ from '../../../../src/ol/format/OSMXML.js';
import OSMXML from '../../../../src/ol/format/OSMXML.js';
import Point from '../../../../src/ol/geom/Point.js';
import LineString from '../../../../src/ol/geom/LineString.js';
import {get as getProjection, transform} from '../../../../src/ol/proj.js';
@@ -9,7 +9,7 @@ describe('ol.format.OSMXML', function() {
var format;
beforeEach(function() {
format = new _ol_format_OSMXML_();
format = new OSMXML();
});
describe('#readProjection', function() {