Fewer blank lines
This commit is contained in:
@@ -18,7 +18,6 @@ goog.require('ol');
|
||||
ol.style.AtlasManagerInfo;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Manages the creation of image atlases.
|
||||
*
|
||||
@@ -251,7 +250,6 @@ ol.style.AtlasManager.prototype.add_ = function(isHitAtlas, id, width, height,
|
||||
ol.style.AtlasInfo;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* This class facilitates the creation of image atlases.
|
||||
*
|
||||
|
||||
@@ -11,7 +11,6 @@ goog.require('ol.style.ImageState');
|
||||
goog.require('ol.style.Stroke');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set circle style for vector features.
|
||||
|
||||
@@ -3,7 +3,6 @@ goog.provide('ol.style.Fill');
|
||||
goog.require('ol.color');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set fill style for vector features.
|
||||
|
||||
@@ -37,7 +37,6 @@ ol.style.IconOrigin = {
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set icon style for vector features.
|
||||
@@ -372,7 +371,6 @@ ol.style.Icon.prototype.unlistenImageChange = function(listener, thisArg) {
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @param {Image|HTMLCanvasElement} image Image.
|
||||
@@ -646,7 +644,6 @@ ol.style.IconImage_.prototype.unlistenImage_ = function() {
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
*/
|
||||
|
||||
@@ -23,7 +23,6 @@ ol.style.ImageState = {
|
||||
ol.style.ImageOptions;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* A base class used for creating subclasses and not instantiated in
|
||||
|
||||
@@ -12,7 +12,6 @@ goog.require('ol.style.ImageState');
|
||||
goog.require('ol.style.Stroke');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set regular shape style for vector features. The resulting shape will be
|
||||
|
||||
@@ -5,7 +5,6 @@ goog.require('goog.crypt.Md5');
|
||||
goog.require('ol.color');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set stroke style for vector features.
|
||||
|
||||
@@ -12,7 +12,6 @@ goog.require('ol.style.Image');
|
||||
goog.require('ol.style.Stroke');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Container for vector feature rendering styles. Any changes made to the style
|
||||
|
||||
@@ -4,7 +4,6 @@ goog.provide('ol.style.Text');
|
||||
goog.require('ol.style.Fill');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set text style for vector features.
|
||||
|
||||
Reference in New Issue
Block a user