Fewer blank lines
This commit is contained in:
@@ -9,7 +9,6 @@ goog.require('ol.geom.flat.deflate');
|
||||
goog.require('ol.proj');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Circle geometry.
|
||||
|
||||
@@ -45,7 +45,6 @@ ol.geom.GeometryLayout = {
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Abstract base class; normally only used for creating subclasses and not
|
||||
|
||||
@@ -8,7 +8,6 @@ goog.require('ol.geom.Geometry');
|
||||
goog.require('ol.geom.GeometryType');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* An array of {@link ol.geom.Geometry} objects.
|
||||
|
||||
@@ -11,7 +11,6 @@ goog.require('ol.geom.flat.inflate');
|
||||
goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Linear ring geometry. Only used as part of polygon; cannot be rendered
|
||||
|
||||
@@ -17,7 +17,6 @@ goog.require('ol.geom.flat.segments');
|
||||
goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Linestring geometry.
|
||||
|
||||
@@ -16,7 +16,6 @@ goog.require('ol.geom.flat.intersectsextent');
|
||||
goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Multi-linestring geometry.
|
||||
|
||||
@@ -12,7 +12,6 @@ goog.require('ol.geom.flat.inflate');
|
||||
goog.require('ol.math');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Multi-point geometry.
|
||||
|
||||
@@ -22,7 +22,6 @@ goog.require('ol.geom.flat.orient');
|
||||
goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Multi-polygon geometry.
|
||||
|
||||
@@ -8,7 +8,6 @@ goog.require('ol.geom.flat.deflate');
|
||||
goog.require('ol.math');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Point geometry.
|
||||
|
||||
@@ -21,7 +21,6 @@ goog.require('ol.geom.flat.orient');
|
||||
goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Polygon geometry.
|
||||
|
||||
@@ -9,7 +9,6 @@ goog.require('ol.geom.GeometryLayout');
|
||||
goog.require('ol.geom.flat.transform');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Abstract base class; only used for creating subclasses; do not instantiate
|
||||
|
||||
Reference in New Issue
Block a user