Conflate ol.format.GPX.V1_1 and ol.format.GXP into ol.format.GXP
This commit is contained in:
@@ -5,7 +5,7 @@ describe('ol.format.GPX', function() {
|
||||
|
||||
var format;
|
||||
beforeEach(function() {
|
||||
format = new ol.format.GPX.V1_1();
|
||||
format = new ol.format.GPX();
|
||||
});
|
||||
|
||||
describe('readFeatures', function() {
|
||||
@@ -401,7 +401,6 @@ describe('ol.format.GPX', function() {
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.format.GPX');
|
||||
goog.require('ol.format.GPX.V1_1');
|
||||
goog.require('ol.geom.LineString');
|
||||
goog.require('ol.geom.MultiLineString');
|
||||
goog.require('ol.geom.Point');
|
||||
|
||||
Reference in New Issue
Block a user