Rename _ol_format_IGC_ to IGC

This commit is contained in:
Tim Schaub
2017-12-17 01:53:48 -07:00
parent 55ab1bc24a
commit 04230086a4
5 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
import _ol_format_IGC_ from '../../../../src/ol/format/IGC.js';
import IGC from '../../../../src/ol/format/IGC.js';
import _ol_Feature_ from '../../../../src/ol/Feature.js';
import {get as getProjection, transform} from '../../../../src/ol/proj.js';
@@ -29,7 +29,7 @@ describe('ol.format.IGC', function() {
'G60189641B00B00800019000000000000';
beforeEach(function() {
format = new _ol_format_IGC_();
format = new IGC();
});
describe('#readProjectionFromText', function() {