Fewer blank lines

This commit is contained in:
Tim Schaub
2016-01-10 08:22:01 -07:00
parent 8d80924ba8
commit 13a981c94b
199 changed files with 1 additions and 247 deletions
-1
View File
@@ -20,7 +20,6 @@ goog.require('ol.geom.flat.orient');
goog.require('ol.proj');
/**
* @classdesc
* Feature format for reading and writing data in the EsriJSON format.
-1
View File
@@ -4,7 +4,6 @@ goog.require('ol.geom.Geometry');
goog.require('ol.proj');
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -18,7 +18,6 @@ goog.require('ol.geom.Polygon');
goog.require('ol.proj');
/**
* @classdesc
* Feature format for reading and writing data in the GeoJSON format.
-1
View File
@@ -9,7 +9,6 @@ goog.require('ol.proj');
goog.require('ol.xml');
/**
* @classdesc
* Feature format for reading and writing data in the GML format,
-2
View File
@@ -23,7 +23,6 @@ goog.require('ol.proj');
goog.require('ol.xml');
/**
* @classdesc
* Feature format for reading and writing data in the GML format
@@ -1324,7 +1323,6 @@ ol.format.GML3.prototype.writeFeaturesNode = function(features, opt_options) {
};
/**
* @classdesc
* Feature format for reading and writing data in the GML format
-1
View File
@@ -24,7 +24,6 @@ goog.require('ol.proj');
goog.require('ol.xml');
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -15,7 +15,6 @@ goog.require('ol.proj');
goog.require('ol.xml');
/**
* @classdesc
* Feature format for reading and writing data in the GPX format.
-1
View File
@@ -23,7 +23,6 @@ ol.format.IGCZ = {
};
/**
* @classdesc
* Feature format for `*.igc` flight recording files.
-1
View File
@@ -6,7 +6,6 @@ goog.require('ol.format.Feature');
goog.require('ol.format.FormatType');
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -57,7 +57,6 @@ ol.format.KMLVec2_;
ol.format.KMLGxTrackObject_;
/**
* @classdesc
* Feature format for reading and writing data in the KML format.
-1
View File
@@ -22,7 +22,6 @@ goog.require('ol.proj.Units');
goog.require('ol.render.Feature');
/**
* @classdesc
* Feature format for reading data in the Mapbox MVT format.
-1
View File
@@ -16,7 +16,6 @@ goog.require('ol.proj');
goog.require('ol.xml');
/**
* @classdesc
* Feature format for reading data in the
-1
View File
@@ -8,7 +8,6 @@ goog.require('ol.format.XSD');
goog.require('ol.xml');
/**
* @constructor
* @extends {ol.format.XML}
-1
View File
@@ -12,7 +12,6 @@ goog.require('ol.geom.flat.inflate');
goog.require('ol.proj');
/**
* @classdesc
* Feature format for reading and writing data in the Encoded
-1
View File
@@ -132,4 +132,3 @@ If, when reading a value from a child element, you find an invalid value, you sh
An `ol.format.Format` should read as many features as it can, skipping features with any errors.
-1
View File
@@ -5,7 +5,6 @@ goog.require('ol.format.Feature');
goog.require('ol.format.FormatType');
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -14,7 +14,6 @@ goog.require('ol.geom.Polygon');
goog.require('ol.proj');
/**
* @classdesc
* Feature format for reading data in the TopoJSON format.
-1
View File
@@ -13,7 +13,6 @@ goog.require('ol.proj');
goog.require('ol.xml');
/**
* @classdesc
* Feature format for reading and writing data in the WFS format.
-3
View File
@@ -16,7 +16,6 @@ goog.require('ol.geom.Point');
goog.require('ol.geom.Polygon');
/**
* @classdesc
* Geometry format for reading and writing data in the `WellKnownText` (WKT)
@@ -387,7 +386,6 @@ ol.format.WKT.TokenType = {
};
/**
* Class to tokenize a WKT string.
* @param {string} wkt WKT string.
@@ -524,7 +522,6 @@ ol.format.WKT.Lexer.prototype.readText_ = function() {
};
/**
* Class to parse the tokens from the WKT string.
* @param {ol.format.WKT.Lexer} lexer The lexer.
-1
View File
@@ -10,7 +10,6 @@ goog.require('ol.format.XSD');
goog.require('ol.xml');
/**
* @classdesc
* Format for reading WMS capabilities data
-1
View File
@@ -9,7 +9,6 @@ goog.require('ol.format.XMLFeature');
goog.require('ol.xml');
/**
* @classdesc
* Format for reading WMSGetFeatureInfo format. It uses
-1
View File
@@ -10,7 +10,6 @@ goog.require('ol.format.XSD');
goog.require('ol.xml');
/**
* @classdesc
* Format for reading WMTS capabilities data.
-1
View File
@@ -10,7 +10,6 @@ goog.require('ol.proj');
goog.require('ol.xml');
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -4,7 +4,6 @@ goog.require('goog.asserts');
goog.require('ol.xml');
/**
* @classdesc
* Generic format for reading non-feature XML data