Conflate ol.format.GPX.V1_1 and ol.format.GXP into ol.format.GXP

This commit is contained in:
Bart van den Eijnden
2014-07-18 15:11:45 +02:00
parent b4f6baa613
commit dbb72f5080
4 changed files with 40 additions and 16 deletions

View File

@@ -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');