Fewer blank lines
This commit is contained in:
@@ -19,7 +19,6 @@ var app = window.app;
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.control.Control}
|
* @extends {ol.control.Control}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ goog.require('ol.style.Style');
|
|||||||
var app = {};
|
var app = {};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.interaction.Pointer}
|
* @extends {ol.interaction.Pointer}
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ goog.require('ol.layer.Image');
|
|||||||
goog.require('ol.source.ImageWMS');
|
goog.require('ol.source.ImageWMS');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renders a progress bar.
|
* Renders a progress bar.
|
||||||
* @param {Element} el The target element.
|
* @param {Element} el The target element.
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ goog.require('ol.source.MapQuest');
|
|||||||
goog.require('ol.source.TileImage');
|
goog.require('ol.source.TileImage');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var map = new ol.Map({
|
var map = new ol.Map({
|
||||||
layers: [
|
layers: [
|
||||||
new ol.layer.Tile({
|
new ol.layer.Tile({
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ goog.require('ol.layer.Tile');
|
|||||||
goog.require('ol.source.TileJSON');
|
goog.require('ol.source.TileJSON');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renders a progress bar.
|
* Renders a progress bar.
|
||||||
* @param {Element} el The target element.
|
* @param {Element} el The target element.
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.style.Stroke');
|
|||||||
goog.require('ol.style.Style');
|
goog.require('ol.style.Style');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var vectorSource = new ol.source.Vector({
|
var vectorSource = new ol.source.Vector({
|
||||||
format: new ol.format.GeoJSON(),
|
format: new ol.format.GeoJSON(),
|
||||||
url: function(extent) {
|
url: function(extent) {
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.proj.Projection');
|
|||||||
goog.require('ol.source.TileWMS');
|
goog.require('ol.source.TileWMS');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// By default OpenLayers does not know about the EPSG:21781 (Swiss) projection.
|
// By default OpenLayers does not know about the EPSG:21781 (Swiss) projection.
|
||||||
// So we create a projection instance for EPSG:21781 and pass it to
|
// So we create a projection instance for EPSG:21781 and pass it to
|
||||||
// ol.proj.addProjection to make it available to the library for lookup by its
|
// ol.proj.addProjection to make it available to the library for lookup by its
|
||||||
@@ -97,7 +96,6 @@ var map = new ol.Map({
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Swiss projection transform functions downloaded from
|
* Swiss projection transform functions downloaded from
|
||||||
* http://www.swisstopo.admin.ch/internet/swisstopo/en/home/products/software/products/skripts.html
|
* http://www.swisstopo.admin.ch/internet/swisstopo/en/home/products/software/products/skripts.html
|
||||||
|
|||||||
@@ -83,8 +83,7 @@
|
|||||||
"proj4": false
|
"proj4": false
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-constant-condition": 0,
|
"no-constant-condition": 0
|
||||||
"no-multiple-empty-lines": [2, {"max": 3, "maxEOF": 1}]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ext": [
|
"ext": [
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ goog.require('goog.math');
|
|||||||
goog.require('ol.TileRange');
|
goog.require('ol.TileRange');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* An attribution for a layer source.
|
* An attribution for a layer source.
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ ol.CollectionEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.Collection} instances are instances of this
|
* Events emitted by {@link ol.Collection} instances are instances of this
|
||||||
@@ -67,7 +66,6 @@ ol.CollectionProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* An expanded version of standard JS Array, adding convenience methods for
|
* An expanded version of standard JS Array, adding convenience methods for
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ goog.require('ol.ResolutionConstraintType');
|
|||||||
goog.require('ol.RotationConstraintType');
|
goog.require('ol.RotationConstraintType');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {ol.CenterConstraintType} centerConstraint Center constraint.
|
* @param {ol.CenterConstraintType} centerConstraint Center constraint.
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ goog.require('ol.css');
|
|||||||
goog.require('ol.source.Tile');
|
goog.require('ol.source.Tile');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Control to show all the attributions associated with the layer sources
|
* Control to show all the attributions associated with the layer sources
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ goog.require('ol.MapEventType');
|
|||||||
goog.require('ol.Object');
|
goog.require('ol.Object');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A control is a visible widget with a DOM element in a fixed position on the
|
* A control is a visible widget with a DOM element in a fixed position on the
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ goog.require('ol.control.Control');
|
|||||||
goog.require('ol.css');
|
goog.require('ol.css');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Provides a button that when clicked fills up the full screen with the map.
|
* Provides a button that when clicked fills up the full screen with the map.
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ ol.control.MousePositionProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A control to show the 2D coordinates of the mouse cursor. By default, these
|
* A control to show the 2D coordinates of the mouse cursor. By default, these
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ goog.require('ol.css');
|
|||||||
goog.require('ol.extent');
|
goog.require('ol.extent');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new control with a map acting as an overview map for an other
|
* Create a new control with a map acting as an overview map for an other
|
||||||
* defined map.
|
* defined map.
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ goog.require('ol.css');
|
|||||||
goog.require('ol.easing');
|
goog.require('ol.easing');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A button control to reset rotation to 0.
|
* A button control to reset rotation to 0.
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ ol.control.ScaleLineUnits = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A control displaying rough x-axis distances, calculated for the center of the
|
* A control displaying rough x-axis distances, calculated for the center of the
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.css');
|
|||||||
goog.require('ol.easing');
|
goog.require('ol.easing');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A control with 2 buttons, one for zoom in and one for zoom out.
|
* A control with 2 buttons, one for zoom in and one for zoom out.
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ goog.require('ol.easing');
|
|||||||
goog.require('ol.math');
|
goog.require('ol.math');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A slider type of control for zooming.
|
* A slider type of control for zooming.
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ goog.require('ol.control.Control');
|
|||||||
goog.require('ol.css');
|
goog.require('ol.css');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A button control which, when pressed, changes the map view to a specific
|
* A button control which, when pressed, changes the map view to a specific
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ ol.DeviceOrientationProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* The ol.DeviceOrientation class provides access to information from
|
* The ol.DeviceOrientation class provides access to information from
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.geom.Geometry');
|
|||||||
goog.require('ol.style.Style');
|
goog.require('ol.style.Style');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A vector object for geographic features with a geometry and other
|
* A vector object for geographic features with a geometry and other
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ goog.require('ol.geom.flat.orient');
|
|||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the EsriJSON format.
|
* Feature format for reading and writing data in the EsriJSON format.
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ goog.require('ol.geom.Geometry');
|
|||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ goog.require('ol.geom.Polygon');
|
|||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the GeoJSON format.
|
* Feature format for reading and writing data in the GeoJSON format.
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.proj');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the GML format,
|
* Feature format for reading and writing data in the GML format,
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ goog.require('ol.proj');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the GML format
|
* 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
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the GML format
|
* Feature format for reading and writing data in the GML format
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ goog.require('ol.proj');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ goog.require('ol.proj');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the GPX format.
|
* Feature format for reading and writing data in the GPX format.
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ ol.format.IGCZ = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for `*.igc` flight recording files.
|
* Feature format for `*.igc` flight recording files.
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ goog.require('ol.format.Feature');
|
|||||||
goog.require('ol.format.FormatType');
|
goog.require('ol.format.FormatType');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ ol.format.KMLVec2_;
|
|||||||
ol.format.KMLGxTrackObject_;
|
ol.format.KMLGxTrackObject_;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the KML format.
|
* Feature format for reading and writing data in the KML format.
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ goog.require('ol.proj.Units');
|
|||||||
goog.require('ol.render.Feature');
|
goog.require('ol.render.Feature');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading data in the Mapbox MVT format.
|
* Feature format for reading data in the Mapbox MVT format.
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ goog.require('ol.proj');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading data in the
|
* Feature format for reading data in the
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ goog.require('ol.format.XSD');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.XML}
|
* @extends {ol.format.XML}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ goog.require('ol.geom.flat.inflate');
|
|||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the Encoded
|
* Feature format for reading and writing data in the Encoded
|
||||||
|
|||||||
@@ -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.
|
An `ol.format.Format` should read as many features as it can, skipping features with any errors.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ goog.require('ol.format.Feature');
|
|||||||
goog.require('ol.format.FormatType');
|
goog.require('ol.format.FormatType');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ goog.require('ol.geom.Polygon');
|
|||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading data in the TopoJSON format.
|
* Feature format for reading data in the TopoJSON format.
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ goog.require('ol.proj');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Feature format for reading and writing data in the WFS format.
|
* Feature format for reading and writing data in the WFS format.
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ goog.require('ol.geom.Point');
|
|||||||
goog.require('ol.geom.Polygon');
|
goog.require('ol.geom.Polygon');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Geometry format for reading and writing data in the `WellKnownText` (WKT)
|
* 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.
|
* Class to tokenize a WKT string.
|
||||||
* @param {string} wkt 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.
|
* Class to parse the tokens from the WKT string.
|
||||||
* @param {ol.format.WKT.Lexer} lexer The lexer.
|
* @param {ol.format.WKT.Lexer} lexer The lexer.
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.format.XSD');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Format for reading WMS capabilities data
|
* Format for reading WMS capabilities data
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.format.XMLFeature');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Format for reading WMSGetFeatureInfo format. It uses
|
* Format for reading WMSGetFeatureInfo format. It uses
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.format.XSD');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Format for reading WMTS capabilities data.
|
* Format for reading WMTS capabilities data.
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.proj');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ goog.require('goog.asserts');
|
|||||||
goog.require('ol.xml');
|
goog.require('ol.xml');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Generic format for reading non-feature XML data
|
* Generic format for reading non-feature XML data
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ ol.GeolocationProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Helper class for providing HTML5 Geolocation capabilities.
|
* Helper class for providing HTML5 Geolocation capabilities.
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.geom.flat.deflate');
|
|||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Circle geometry.
|
* Circle geometry.
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ ol.geom.GeometryLayout = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* 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');
|
goog.require('ol.geom.GeometryType');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* An array of {@link ol.geom.Geometry} objects.
|
* An array of {@link ol.geom.Geometry} objects.
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ goog.require('ol.geom.flat.inflate');
|
|||||||
goog.require('ol.geom.flat.simplify');
|
goog.require('ol.geom.flat.simplify');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Linear ring geometry. Only used as part of polygon; cannot be rendered
|
* 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');
|
goog.require('ol.geom.flat.simplify');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Linestring geometry.
|
* Linestring geometry.
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ goog.require('ol.geom.flat.intersectsextent');
|
|||||||
goog.require('ol.geom.flat.simplify');
|
goog.require('ol.geom.flat.simplify');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Multi-linestring geometry.
|
* Multi-linestring geometry.
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ goog.require('ol.geom.flat.inflate');
|
|||||||
goog.require('ol.math');
|
goog.require('ol.math');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Multi-point geometry.
|
* Multi-point geometry.
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ goog.require('ol.geom.flat.orient');
|
|||||||
goog.require('ol.geom.flat.simplify');
|
goog.require('ol.geom.flat.simplify');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Multi-polygon geometry.
|
* Multi-polygon geometry.
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ goog.require('ol.geom.flat.deflate');
|
|||||||
goog.require('ol.math');
|
goog.require('ol.math');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Point geometry.
|
* Point geometry.
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ goog.require('ol.geom.flat.orient');
|
|||||||
goog.require('ol.geom.flat.simplify');
|
goog.require('ol.geom.flat.simplify');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Polygon geometry.
|
* Polygon geometry.
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.geom.GeometryLayout');
|
|||||||
goog.require('ol.geom.flat.transform');
|
goog.require('ol.geom.flat.transform');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; only used for creating subclasses; do not instantiate
|
* Abstract base class; only used for creating subclasses; do not instantiate
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ goog.require('ol.render.EventType');
|
|||||||
goog.require('ol.style.Stroke');
|
goog.require('ol.style.Stroke');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render a grid for a coordinate system on a map.
|
* Render a grid for a coordinate system on a map.
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.ImageState');
|
|||||||
goog.require('ol.extent');
|
goog.require('ol.extent');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.ImageBase}
|
* @extends {ol.ImageBase}
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ ol.ImageState = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {goog.events.EventTarget}
|
* @extends {goog.events.EventTarget}
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ goog.require('ol.ImageBase');
|
|||||||
goog.require('ol.ImageState');
|
goog.require('ol.ImageState');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.ImageBase}
|
* @extends {ol.ImageBase}
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.TileLoadFunctionType');
|
|||||||
goog.require('ol.TileState');
|
goog.require('ol.TileState');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.Tile}
|
* @extends {ol.Tile}
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ goog.require('ol.MapBrowserEvent.EventType');
|
|||||||
goog.require('ol.interaction.Interaction');
|
goog.require('ol.interaction.Interaction');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to zoom by double-clicking on the map.
|
* Allows the user to zoom by double-clicking on the map.
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ goog.require('ol.interaction.Interaction');
|
|||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Handles input of vector data by drag and drop.
|
* Handles input of vector data by drag and drop.
|
||||||
@@ -198,7 +197,6 @@ ol.interaction.DragAndDropEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.interaction.DragAndDrop} instances are instances
|
* Events emitted by {@link ol.interaction.DragAndDrop} instances are instances
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ ol.DragBoxEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.interaction.DragBox} instances are instances of
|
* Events emitted by {@link ol.interaction.DragBox} instances are instances of
|
||||||
@@ -83,7 +82,6 @@ goog.inherits(ol.DragBoxEvent, goog.events.Event);
|
|||||||
ol.interaction.DragBoxEndConditionType;
|
ol.interaction.DragBoxEndConditionType;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to draw a vector box by clicking and dragging on the map,
|
* Allows the user to draw a vector box by clicking and dragging on the map,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.events.condition');
|
|||||||
goog.require('ol.interaction.Pointer');
|
goog.require('ol.interaction.Pointer');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to pan the map by dragging the map.
|
* Allows the user to pan the map by dragging the map.
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.interaction.Interaction');
|
|||||||
goog.require('ol.interaction.Pointer');
|
goog.require('ol.interaction.Pointer');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to zoom and rotate the map by clicking and dragging
|
* Allows the user to zoom and rotate the map by clicking and dragging
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ goog.require('ol.interaction.Interaction');
|
|||||||
goog.require('ol.interaction.Pointer');
|
goog.require('ol.interaction.Pointer');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to rotate the map by clicking and dragging on the map,
|
* Allows the user to rotate the map by clicking and dragging on the map,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ goog.require('ol.extent');
|
|||||||
goog.require('ol.interaction.DragBox');
|
goog.require('ol.interaction.DragBox');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to zoom the map by clicking and dragging on the map,
|
* Allows the user to zoom the map by clicking and dragging on the map,
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ ol.interaction.DrawEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.interaction.Draw} instances are instances of
|
* Events emitted by {@link ol.interaction.Draw} instances are instances of
|
||||||
@@ -76,7 +75,6 @@ ol.interaction.DrawEvent = function(type, feature) {
|
|||||||
goog.inherits(ol.interaction.DrawEvent, goog.events.Event);
|
goog.inherits(ol.interaction.DrawEvent, goog.events.Event);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Interaction for drawing feature geometries.
|
* Interaction for drawing feature geometries.
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ ol.interaction.InteractionProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ goog.require('ol.events.condition');
|
|||||||
goog.require('ol.interaction.Interaction');
|
goog.require('ol.interaction.Interaction');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to pan the map using keyboard arrows.
|
* Allows the user to pan the map using keyboard arrows.
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ goog.require('ol.events.condition');
|
|||||||
goog.require('ol.interaction.Interaction');
|
goog.require('ol.interaction.Interaction');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to zoom the map using keyboard + and -.
|
* Allows the user to zoom the map using keyboard + and -.
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ ol.ModifyEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.interaction.Modify} instances are instances of
|
* Events emitted by {@link ol.interaction.Modify} instances are instances of
|
||||||
@@ -94,7 +93,6 @@ goog.inherits(ol.interaction.ModifyEvent, goog.events.Event);
|
|||||||
ol.interaction.SegmentDataType;
|
ol.interaction.SegmentDataType;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Interaction for modifying feature geometries.
|
* Interaction for modifying feature geometries.
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.interaction.Interaction');
|
|||||||
goog.require('ol.math');
|
goog.require('ol.math');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to zoom the map by scrolling the mouse wheel.
|
* Allows the user to zoom the map by scrolling the mouse wheel.
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.interaction.Interaction');
|
|||||||
goog.require('ol.interaction.Pointer');
|
goog.require('ol.interaction.Pointer');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to rotate the map by twisting with two fingers
|
* Allows the user to rotate the map by twisting with two fingers
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ goog.require('ol.interaction.Interaction');
|
|||||||
goog.require('ol.interaction.Pointer');
|
goog.require('ol.interaction.Pointer');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Allows the user to zoom the map by pinching with two fingers
|
* Allows the user to zoom the map by pinching with two fingers
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ goog.require('ol.Pixel');
|
|||||||
goog.require('ol.interaction.Interaction');
|
goog.require('ol.interaction.Interaction');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Base class that calls user-defined functions on `down`, `move` and `up`
|
* Base class that calls user-defined functions on `down`, `move` and `up`
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ ol.interaction.SelectEventType = {
|
|||||||
ol.interaction.SelectFilterFunction;
|
ol.interaction.SelectFilterFunction;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.interaction.Select} instances are instances of
|
* Events emitted by {@link ol.interaction.Select} instances are instances of
|
||||||
@@ -85,7 +84,6 @@ ol.interaction.SelectEvent = function(type, selected, deselected, mapBrowserEven
|
|||||||
goog.inherits(ol.interaction.SelectEvent, goog.events.Event);
|
goog.inherits(ol.interaction.SelectEvent, goog.events.Event);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Interaction for selecting vector features. By default, selected features are
|
* Interaction for selecting vector features. By default, selected features are
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ goog.require('ol.source.VectorEventType');
|
|||||||
goog.require('ol.structs.RBush');
|
goog.require('ol.structs.RBush');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Handles snapping of vector features while modifying or drawing them. The
|
* Handles snapping of vector features while modifying or drawing them. The
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ ol.interaction.TranslateEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.interaction.Translate} instances are instances of
|
* Events emitted by {@link ol.interaction.Translate} instances are instances of
|
||||||
@@ -67,7 +66,6 @@ ol.interaction.TranslateEvent = function(type, features, coordinate) {
|
|||||||
goog.inherits(ol.interaction.TranslateEvent, goog.events.Event);
|
goog.inherits(ol.interaction.TranslateEvent, goog.events.Event);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Interaction for translating (moving) features.
|
* Interaction for translating (moving) features.
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ goog.require('ol.PreRenderFunction');
|
|||||||
goog.require('ol.animation');
|
goog.require('ol.animation');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Implementation of inertial deceleration for map movement.
|
* Implementation of inertial deceleration for map movement.
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ ol.layer.HeatmapLayerProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Layer for rendering vector data as a heatmap.
|
* Layer for rendering vector data as a heatmap.
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ goog.provide('ol.layer.Image');
|
|||||||
goog.require('ol.layer.Layer');
|
goog.require('ol.layer.Layer');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Server-rendered images that are available for arbitrary extents and
|
* Server-rendered images that are available for arbitrary extents and
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ goog.require('ol.render.EventType');
|
|||||||
goog.require('ol.source.State');
|
goog.require('ol.source.State');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ ol.layer.LayerProperty = {
|
|||||||
ol.layer.LayerState;
|
ol.layer.LayerState;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ ol.layer.GroupProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A {@link ol.Collection} of layers that are handled together.
|
* A {@link ol.Collection} of layers that are handled together.
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ ol.layer.TileProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* For layer sources that provide pre-rendered, tiled images in grids that are
|
* For layer sources that provide pre-rendered, tiled images in grids that are
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ ol.layer.VectorProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Vector data that is rendered client-side.
|
* Vector data that is rendered client-side.
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ ol.layer.VectorTileProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Layer for vector tile data that is rendered client-side.
|
* Layer for vector tile data that is rendered client-side.
|
||||||
|
|||||||
@@ -119,7 +119,6 @@ ol.MapProperty = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* The map is the core component of OpenLayers. For a map to render, a view,
|
* The map is the core component of OpenLayers. For a map to render, a view,
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ goog.require('ol.pointer.PointerEvent');
|
|||||||
goog.require('ol.pointer.PointerEventHandler');
|
goog.require('ol.pointer.PointerEventHandler');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted as map browser events are instances of this type.
|
* Events emitted as map browser events are instances of this type.
|
||||||
@@ -102,7 +101,6 @@ ol.MapBrowserEvent.prototype.stopPropagation = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.MapBrowserEvent}
|
* @extends {ol.MapBrowserEvent}
|
||||||
@@ -128,7 +126,6 @@ ol.MapBrowserPointerEvent = function(type, map, pointerEvent, opt_dragging,
|
|||||||
goog.inherits(ol.MapBrowserPointerEvent, ol.MapBrowserEvent);
|
goog.inherits(ol.MapBrowserPointerEvent, ol.MapBrowserEvent);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.Map} map The map with the viewport to listen to events on.
|
* @param {ol.Map} map The map with the viewport to listen to events on.
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ ol.MapEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted as map events are instances of this type.
|
* Events emitted as map events are instances of this type.
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ ol.ObjectEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Events emitted by {@link ol.Object} instances are instances of this type.
|
* Events emitted by {@link ol.Object} instances are instances of this type.
|
||||||
@@ -54,7 +53,6 @@ ol.ObjectEvent = function(type, key, oldValue) {
|
|||||||
goog.inherits(ol.ObjectEvent, goog.events.Event);
|
goog.inherits(ol.ObjectEvent, goog.events.Event);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ goog.require('goog.events.EventTarget');
|
|||||||
goog.require('goog.events.EventType');
|
goog.require('goog.events.EventType');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ ol.OverlayPositioning = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* An element to be displayed over the map and attached to a single map
|
* An element to be displayed over the map and attached to a single map
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ goog.provide('ol.pointer.EventSource');
|
|||||||
goog.require('goog.events.BrowserEvent');
|
goog.require('goog.events.BrowserEvent');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
||||||
* @param {!Object.<string, function(goog.events.BrowserEvent)>} mapping Event
|
* @param {!Object.<string, function(goog.events.BrowserEvent)>} mapping Event
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ goog.provide('ol.pointer.MouseSource');
|
|||||||
goog.require('ol.pointer.EventSource');
|
goog.require('ol.pointer.EventSource');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user