ol 10.7.1 → 10.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Collection.d.ts +1 -3
- package/Collection.d.ts.map +1 -1
- package/Feature.d.ts +6 -15
- package/Feature.d.ts.map +1 -1
- package/Feature.js +3 -6
- package/Geolocation.d.ts +1 -3
- package/Geolocation.d.ts.map +1 -1
- package/ImageTile.d.ts +2 -12
- package/ImageTile.d.ts.map +1 -1
- package/ImageTile.js +5 -32
- package/Map.d.ts +7 -27
- package/Map.d.ts.map +1 -1
- package/Map.js +3 -29
- package/Object.d.ts +18 -15
- package/Object.d.ts.map +1 -1
- package/Object.js +6 -9
- package/Overlay.d.ts +1 -3
- package/Overlay.d.ts.map +1 -1
- package/VectorRenderTile.d.ts +0 -4
- package/VectorRenderTile.d.ts.map +1 -1
- package/VectorRenderTile.js +0 -2
- package/View.d.ts +1 -40
- package/View.d.ts.map +1 -1
- package/View.js +0 -94
- package/colorlike.js +8 -4
- package/control/Control.d.ts +1 -3
- package/control/Control.d.ts.map +1 -1
- package/control/OverviewMap.d.ts +1 -5
- package/control/OverviewMap.d.ts.map +1 -1
- package/coordinate.d.ts +0 -8
- package/coordinate.d.ts.map +1 -1
- package/coordinate.js +1 -31
- package/dist/ol.d.ts +0 -24
- package/dist/ol.d.ts.map +1 -1
- package/dist/ol.js +1 -1
- package/dist/ol.js.map +1 -1
- package/dom.d.ts +0 -15
- package/dom.d.ts.map +1 -1
- package/dom.js +0 -6
- package/featureloader.d.ts +2 -6
- package/featureloader.d.ts.map +1 -1
- package/format/EsriJSON.d.ts +1 -3
- package/format/EsriJSON.d.ts.map +1 -1
- package/format/Feature.d.ts +1 -3
- package/format/Feature.d.ts.map +1 -1
- package/format/GeoJSON.d.ts +2 -6
- package/format/GeoJSON.d.ts.map +1 -1
- package/format/JSONFeature.d.ts +1 -3
- package/format/JSONFeature.d.ts.map +1 -1
- package/format/KML.d.ts +0 -9
- package/format/KML.d.ts.map +1 -1
- package/format/KML.js +0 -7
- package/format/TextFeature.d.ts +1 -3
- package/format/TextFeature.d.ts.map +1 -1
- package/format/TopoJSON.d.ts +1 -3
- package/format/TopoJSON.d.ts.map +1 -1
- package/format/WKB.d.ts +1 -3
- package/format/WKB.d.ts.map +1 -1
- package/format/XMLFeature.d.ts +1 -3
- package/format/XMLFeature.d.ts.map +1 -1
- package/geom/Geometry.d.ts +1 -3
- package/geom/Geometry.d.ts.map +1 -1
- package/interaction/DragAndDrop.d.ts +2 -6
- package/interaction/DragAndDrop.d.ts.map +1 -1
- package/interaction/Draw.d.ts +3 -9
- package/interaction/Draw.d.ts.map +1 -1
- package/interaction/Interaction.d.ts +1 -3
- package/interaction/Interaction.d.ts.map +1 -1
- package/interaction/Link.js +2 -2
- package/interaction/Modify.d.ts +28 -76
- package/interaction/Modify.d.ts.map +1 -1
- package/interaction/Modify.js +54 -248
- package/interaction/Select.d.ts +18 -10
- package/interaction/Select.d.ts.map +1 -1
- package/interaction/Select.js +89 -54
- package/interaction/Snap.d.ts +12 -18
- package/interaction/Snap.d.ts.map +1 -1
- package/interaction/Translate.d.ts +2 -6
- package/interaction/Translate.d.ts.map +1 -1
- package/layer/Base.d.ts +8 -19
- package/layer/Base.d.ts.map +1 -1
- package/layer/Base.js +3 -6
- package/layer/BaseImage.d.ts +1 -3
- package/layer/BaseImage.d.ts.map +1 -1
- package/layer/BaseTile.d.ts +1 -3
- package/layer/BaseTile.d.ts.map +1 -1
- package/layer/BaseVector.d.ts +1 -3
- package/layer/BaseVector.d.ts.map +1 -1
- package/layer/Flow.d.ts +2 -2
- package/layer/Graticule.d.ts +1 -5
- package/layer/Graticule.d.ts.map +1 -1
- package/layer/Group.d.ts +2 -8
- package/layer/Group.d.ts.map +1 -1
- package/layer/Heatmap.d.ts +2 -23
- package/layer/Heatmap.d.ts.map +1 -1
- package/layer/Heatmap.js +0 -29
- package/layer/Layer.d.ts +8 -17
- package/layer/Layer.d.ts.map +1 -1
- package/layer/Layer.js +2 -5
- package/layer/Tile.d.ts +1 -1
- package/layer/Vector.d.ts +2 -2
- package/layer/Vector.d.ts.map +1 -1
- package/layer/VectorImage.d.ts +2 -2
- package/layer/VectorImage.d.ts.map +1 -1
- package/layer/VectorTile.d.ts +2 -2
- package/layer/VectorTile.d.ts.map +1 -1
- package/layer/WebGLPoints.d.ts +1 -3
- package/layer/WebGLPoints.d.ts.map +1 -1
- package/layer/WebGLTile.d.ts +3 -3
- package/layer/WebGLTile.d.ts.map +1 -1
- package/layer/WebGLVector.d.ts +2 -4
- package/layer/WebGLVector.d.ts.map +1 -1
- package/layer/WebGLVectorTile.d.ts +2 -2
- package/layer/WebGLVectorTile.d.ts.map +1 -1
- package/package.json +3 -4
- package/proj/proj4.d.ts +6 -43
- package/proj/proj4.d.ts.map +1 -1
- package/proj/proj4.js +28 -89
- package/proj.js +2 -2
- package/render/canvas/Builder.d.ts.map +1 -1
- package/render/canvas/Builder.js +1 -8
- package/render/canvas/Executor.d.ts.map +1 -1
- package/render/canvas/Executor.js +3 -49
- package/render/canvas/ExecutorGroup.d.ts.map +1 -1
- package/render/canvas/ExecutorGroup.js +5 -41
- package/render/canvas/Immediate.d.ts +0 -2
- package/render/canvas/Immediate.d.ts.map +1 -1
- package/render/canvas/Immediate.js +4 -28
- package/render/canvas/LineStringBuilder.d.ts +0 -1
- package/render/canvas/LineStringBuilder.d.ts.map +1 -1
- package/render/canvas/LineStringBuilder.js +5 -15
- package/render/canvas/PolygonBuilder.d.ts +0 -2
- package/render/canvas/PolygonBuilder.d.ts.map +1 -1
- package/render/canvas/PolygonBuilder.js +6 -72
- package/render/canvas/style.d.ts.map +1 -1
- package/render/canvas/style.js +37 -118
- package/render/canvas.d.ts +2 -22
- package/render/canvas.d.ts.map +1 -1
- package/render/canvas.js +0 -9
- package/render/webgl/bufferUtil.d.ts.map +1 -1
- package/render/webgl/bufferUtil.js +31 -1
- package/renderer/Composite.js +4 -4
- package/renderer/canvas/ImageLayer.d.ts +1 -6
- package/renderer/canvas/ImageLayer.d.ts.map +1 -1
- package/renderer/canvas/ImageLayer.js +0 -14
- package/renderer/canvas/TileLayer.d.ts +1 -1
- package/renderer/canvas/VectorLayer.d.ts +1 -8
- package/renderer/canvas/VectorLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorLayer.js +14 -55
- package/renderer/canvas/VectorTileLayer.d.ts +1 -1
- package/renderer/canvas/VectorTileLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorTileLayer.js +0 -2
- package/renderer/webgl/TileLayerBase.js +1 -1
- package/reproj/Tile.d.ts +2 -7
- package/reproj/Tile.d.ts.map +1 -1
- package/reproj/Tile.js +6 -12
- package/source/Cluster.d.ts +2 -8
- package/source/Cluster.d.ts.map +1 -1
- package/source/DataTile.d.ts +0 -15
- package/source/DataTile.d.ts.map +1 -1
- package/source/DataTile.js +0 -9
- package/source/GeoTIFF.d.ts +2 -7
- package/source/GeoTIFF.d.ts.map +1 -1
- package/source/GeoTIFF.js +10 -15
- package/source/ImageArcGISRest.d.ts +0 -10
- package/source/ImageArcGISRest.d.ts.map +1 -1
- package/source/ImageArcGISRest.js +0 -8
- package/source/ImageMapGuide.d.ts +0 -10
- package/source/ImageMapGuide.d.ts.map +1 -1
- package/source/ImageMapGuide.js +0 -8
- package/source/ImageStatic.d.ts +0 -5
- package/source/ImageStatic.d.ts.map +1 -1
- package/source/ImageStatic.js +0 -2
- package/source/ImageTile.d.ts +1 -5
- package/source/ImageTile.d.ts.map +1 -1
- package/source/ImageTile.js +0 -5
- package/source/ImageWMS.d.ts +0 -10
- package/source/ImageWMS.d.ts.map +1 -1
- package/source/ImageWMS.js +0 -10
- package/source/OGCMapTile.d.ts +0 -5
- package/source/OGCMapTile.d.ts.map +1 -1
- package/source/OGCMapTile.js +0 -2
- package/source/OSM.d.ts +0 -5
- package/source/OSM.d.ts.map +1 -1
- package/source/OSM.js +19 -5
- package/source/SentinelHub.d.ts +0 -1
- package/source/SentinelHub.d.ts.map +1 -1
- package/source/SentinelHub.js +0 -5
- package/source/Source.d.ts +1 -3
- package/source/Source.d.ts.map +1 -1
- package/source/TileArcGISRest.d.ts +1 -6
- package/source/TileArcGISRest.d.ts.map +1 -1
- package/source/TileArcGISRest.js +0 -2
- package/source/TileDebug.d.ts +1 -1
- package/source/TileImage.d.ts +0 -10
- package/source/TileImage.d.ts.map +1 -1
- package/source/TileImage.js +3 -16
- package/source/TileWMS.d.ts +1 -1
- package/source/UrlTile.d.ts +1 -1
- package/source/Vector.d.ts +8 -18
- package/source/Vector.d.ts.map +1 -1
- package/source/Vector.js +3 -3
- package/source/WMTS.d.ts +0 -5
- package/source/WMTS.d.ts.map +1 -1
- package/source/WMTS.js +0 -2
- package/source/XYZ.d.ts +0 -5
- package/source/XYZ.d.ts.map +1 -1
- package/source/XYZ.js +0 -2
- package/source/Zoomify.d.ts +2 -7
- package/source/Zoomify.d.ts.map +1 -1
- package/source/Zoomify.js +3 -5
- package/source/arcgisRest.d.ts +0 -5
- package/source/arcgisRest.d.ts.map +1 -1
- package/source/arcgisRest.js +0 -5
- package/source/mapguide.d.ts +0 -4
- package/source/mapguide.d.ts.map +1 -1
- package/source/mapguide.js +0 -5
- package/source/mapserver.d.ts +1 -5
- package/source/mapserver.d.ts.map +1 -1
- package/source/mapserver.js +0 -4
- package/source/ogcTileUtil.d.ts +12 -20
- package/source/ogcTileUtil.d.ts.map +1 -1
- package/source/ogcTileUtil.js +15 -27
- package/source/static.d.ts +0 -5
- package/source/static.d.ts.map +1 -1
- package/source/static.js +0 -4
- package/source/wms.d.ts +0 -5
- package/source/wms.d.ts.map +1 -1
- package/source/wms.js +0 -5
- package/style/Circle.d.ts +14 -0
- package/style/Circle.d.ts.map +1 -1
- package/style/Circle.js +11 -0
- package/style/Fill.js +1 -1
- package/style/Icon.d.ts +0 -19
- package/style/Icon.d.ts.map +1 -1
- package/style/Icon.js +2 -55
- package/style/IconImage.d.ts +5 -14
- package/style/IconImage.d.ts.map +1 -1
- package/style/IconImage.js +18 -28
- package/style/IconImageCache.d.ts +8 -4
- package/style/IconImageCache.d.ts.map +1 -1
- package/style/IconImageCache.js +13 -11
- package/style/RegularShape.d.ts +0 -12
- package/style/RegularShape.d.ts.map +1 -1
- package/style/RegularShape.js +4 -36
- package/style/Stroke.d.ts +0 -25
- package/style/Stroke.d.ts.map +1 -1
- package/style/Stroke.js +0 -28
- package/style/Style.d.ts +1 -1
- package/style/flat.d.ts +2 -2
- package/style/flat.js +1 -1
- package/tilegrid/TileGrid.d.ts +0 -5
- package/tilegrid/TileGrid.d.ts.map +1 -1
- package/tilegrid/TileGrid.js +0 -8
- package/util.js +1 -1
- package/worker/webgl.js +1 -1
- package/geom/flat/lineoffset.d.ts +0 -45
- package/geom/flat/lineoffset.d.ts.map +0 -1
- package/geom/flat/lineoffset.js +0 -173
- package/source/GeoZarr.d.ts +0 -163
- package/source/GeoZarr.d.ts.map +0 -1
- package/source/GeoZarr.js +0 -472
- package/source/OGCMap.d.ts +0 -180
- package/source/OGCMap.d.ts.map +0 -1
- package/source/OGCMap.js +0 -227
- package/source/ogcMapUtil.d.ts +0 -88
- package/source/ogcMapUtil.d.ts.map +0 -1
- package/source/ogcMapUtil.js +0 -121
package/interaction/Select.d.ts
CHANGED
|
@@ -125,9 +125,7 @@ export type Options = {
|
|
|
125
125
|
* selectable. If the option is absent, all visible layers will be considered
|
|
126
126
|
* selectable.
|
|
127
127
|
*/
|
|
128
|
-
layers?: import("../layer.js").
|
|
129
|
-
[x: string]: any;
|
|
130
|
-
}>[] | ((arg0: import("../layer/Layer.js").default<import("../source/Source").default>) => boolean) | undefined;
|
|
128
|
+
layers?: import("../layer/Layer.js").default<import("../source/Source").default, import("../renderer/Layer.js").default<any>>[] | ((arg0: import("../layer/Layer.js").default<import("../source/Source").default>) => boolean) | undefined;
|
|
131
129
|
/**
|
|
132
130
|
* Style for the selected features. By default the default edit style is used
|
|
133
131
|
* (see {@link module :ol/style/Style~Style}). Set to `null` if this interaction should not apply
|
|
@@ -166,9 +164,7 @@ export type Options = {
|
|
|
166
164
|
* used by the interaction is returned by
|
|
167
165
|
* {@link module :ol/interaction/Select~Select#getFeatures}.
|
|
168
166
|
*/
|
|
169
|
-
features?: Collection<Feature<import("../geom.js").Geometry
|
|
170
|
-
[x: string]: any;
|
|
171
|
-
}>> | undefined;
|
|
167
|
+
features?: Collection<Feature<import("../geom.js").Geometry>> | undefined;
|
|
172
168
|
/**
|
|
173
169
|
* A function
|
|
174
170
|
* that takes a {@link module :ol/Feature~Feature} and a
|
|
@@ -363,22 +359,36 @@ declare class Select extends Interaction {
|
|
|
363
359
|
* @private
|
|
364
360
|
*/
|
|
365
361
|
private removeFeatureLayerAssociation_;
|
|
362
|
+
/**
|
|
363
|
+
* @param {import("../Feature.js").FeatureLike} feature The feature to select
|
|
364
|
+
* @param {import("../layer/Layer.js").default} layer Optional layer containing this feature
|
|
365
|
+
* @param {Array<Feature>} [selected] optional array to which selected features will be added
|
|
366
|
+
* @return {Feature|undefined} The feature, if it got selected.
|
|
367
|
+
* @private
|
|
368
|
+
*/
|
|
369
|
+
private selectFeatureInternal_;
|
|
366
370
|
/**
|
|
367
371
|
* Try to select a feature as if it was clicked and `addCondition` evaluated to True.
|
|
368
372
|
* Unlike modifying `select.getFeatures()` directly, this respects the `filter` and `layers` options (except `multi`, which is ignored).
|
|
369
373
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
370
374
|
* @param {Feature} feature The feature to select
|
|
371
375
|
* @return {boolean} True if the feature was selected
|
|
372
|
-
* @api
|
|
373
376
|
*/
|
|
374
377
|
selectFeature(feature: Feature): boolean;
|
|
378
|
+
/**
|
|
379
|
+
* Deselects a feature if it was previously selected. Also removes layer association.
|
|
380
|
+
* @param {import("../Feature.js").FeatureLike} feature The feature to deselect
|
|
381
|
+
* @param {Array<Feature>} [deselected] optional array to which deselected features will be added
|
|
382
|
+
* @return {Feature|undefined} The feature, if it was previously selected.
|
|
383
|
+
* @private
|
|
384
|
+
*/
|
|
385
|
+
private removeFeatureInternal_;
|
|
375
386
|
/**
|
|
376
387
|
* Try to deselect a feature as if it was clicked.
|
|
377
388
|
* Compared to `select.getFeatures().remove(feature)` this causes a SelectEvent.
|
|
378
389
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
379
390
|
* @param {Feature} feature The feature to deselect
|
|
380
391
|
* @return {boolean} True if the feature was deselected
|
|
381
|
-
* @api
|
|
382
392
|
*/
|
|
383
393
|
deselectFeature(feature: Feature): boolean;
|
|
384
394
|
/**
|
|
@@ -386,14 +396,12 @@ declare class Select extends Interaction {
|
|
|
386
396
|
* Unlike modifying `select.getFeatures()` directly, this respects the `filter` and `layers` options (except `multi`, which is ignored).
|
|
387
397
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
388
398
|
* @param {Feature} feature The feature to deselect
|
|
389
|
-
* @api
|
|
390
399
|
*/
|
|
391
400
|
toggleFeature(feature: Feature): void;
|
|
392
401
|
/**
|
|
393
402
|
* Deselect all features as if a user deselected them.
|
|
394
403
|
* Compared to `select.getFeatures().clear()` this causes a SelectEvent.
|
|
395
404
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
396
|
-
* @api
|
|
397
405
|
*/
|
|
398
406
|
clearSelection(): void;
|
|
399
407
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.js"],"names":[],"mappings":"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"}
|
package/interaction/Select.js
CHANGED
|
@@ -9,6 +9,7 @@ import Event from '../events/Event.js';
|
|
|
9
9
|
import {never, shiftKeyOnly, singleClick} from '../events/condition.js';
|
|
10
10
|
import {TRUE} from '../functions.js';
|
|
11
11
|
import VectorLayer from '../layer/Vector.js';
|
|
12
|
+
import {clear} from '../obj.js';
|
|
12
13
|
import {createEditingStyle} from '../style/Style.js';
|
|
13
14
|
import {getUid} from '../util.js';
|
|
14
15
|
import Interaction from './Interaction.js';
|
|
@@ -391,7 +392,6 @@ class Select extends Interaction {
|
|
|
391
392
|
if (this.style_) {
|
|
392
393
|
this.restorePreviousStyle_(evt.element);
|
|
393
394
|
}
|
|
394
|
-
this.removeFeatureLayerAssociation_(evt.element);
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
/**
|
|
@@ -467,29 +467,69 @@ class Select extends Interaction {
|
|
|
467
467
|
delete this.featureLayerAssociation_[getUid(feature)];
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
+
/**
|
|
471
|
+
* @param {import("../Feature.js").FeatureLike} feature The feature to select
|
|
472
|
+
* @param {import("../layer/Layer.js").default} layer Optional layer containing this feature
|
|
473
|
+
* @param {Array<Feature>} [selected] optional array to which selected features will be added
|
|
474
|
+
* @return {Feature|undefined} The feature, if it got selected.
|
|
475
|
+
* @private
|
|
476
|
+
*/
|
|
477
|
+
selectFeatureInternal_(feature, layer, selected) {
|
|
478
|
+
if (!(feature instanceof Feature)) {
|
|
479
|
+
return;
|
|
480
|
+
}
|
|
481
|
+
if (!this.filter_(feature, layer)) {
|
|
482
|
+
return;
|
|
483
|
+
}
|
|
484
|
+
const features = this.getFeatures();
|
|
485
|
+
if (!features.getArray().includes(feature)) {
|
|
486
|
+
this.addFeatureLayerAssociation_(feature, layer);
|
|
487
|
+
features.push(feature);
|
|
488
|
+
selected?.push(feature);
|
|
489
|
+
}
|
|
490
|
+
return feature;
|
|
491
|
+
}
|
|
492
|
+
|
|
470
493
|
/**
|
|
471
494
|
* Try to select a feature as if it was clicked and `addCondition` evaluated to True.
|
|
472
495
|
* Unlike modifying `select.getFeatures()` directly, this respects the `filter` and `layers` options (except `multi`, which is ignored).
|
|
473
496
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
474
497
|
* @param {Feature} feature The feature to select
|
|
475
498
|
* @return {boolean} True if the feature was selected
|
|
476
|
-
* @api
|
|
477
499
|
*/
|
|
478
500
|
selectFeature(feature) {
|
|
479
501
|
const layer = this.findLayerOfFeature_(feature);
|
|
480
|
-
if (!this.layerFilter_(layer)
|
|
502
|
+
if (!this.layerFilter_(layer)) {
|
|
481
503
|
return false;
|
|
482
504
|
}
|
|
505
|
+
const selected = this.selectFeatureInternal_(feature, layer);
|
|
506
|
+
if (selected) {
|
|
507
|
+
this.dispatchEvent(
|
|
508
|
+
new SelectEvent(SelectEventType.SELECT, [selected], [], undefined),
|
|
509
|
+
);
|
|
510
|
+
}
|
|
511
|
+
return !!selected;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* Deselects a feature if it was previously selected. Also removes layer association.
|
|
516
|
+
* @param {import("../Feature.js").FeatureLike} feature The feature to deselect
|
|
517
|
+
* @param {Array<Feature>} [deselected] optional array to which deselected features will be added
|
|
518
|
+
* @return {Feature|undefined} The feature, if it was previously selected.
|
|
519
|
+
* @private
|
|
520
|
+
*/
|
|
521
|
+
removeFeatureInternal_(feature, deselected) {
|
|
483
522
|
const features = this.getFeatures();
|
|
484
|
-
if (
|
|
485
|
-
|
|
523
|
+
if (
|
|
524
|
+
!(feature instanceof Feature) ||
|
|
525
|
+
!features.getArray().includes(feature)
|
|
526
|
+
) {
|
|
527
|
+
return;
|
|
486
528
|
}
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
);
|
|
492
|
-
return true;
|
|
529
|
+
features.remove(feature);
|
|
530
|
+
this.removeFeatureLayerAssociation_(feature);
|
|
531
|
+
deselected?.push(feature);
|
|
532
|
+
return feature;
|
|
493
533
|
}
|
|
494
534
|
|
|
495
535
|
/**
|
|
@@ -498,19 +538,15 @@ class Select extends Interaction {
|
|
|
498
538
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
499
539
|
* @param {Feature} feature The feature to deselect
|
|
500
540
|
* @return {boolean} True if the feature was deselected
|
|
501
|
-
* @api
|
|
502
541
|
*/
|
|
503
542
|
deselectFeature(feature) {
|
|
504
|
-
const
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
543
|
+
const deselected = this.removeFeatureInternal_(feature);
|
|
544
|
+
if (deselected) {
|
|
545
|
+
this.dispatchEvent(
|
|
546
|
+
new SelectEvent(SelectEventType.SELECT, [], [deselected], undefined),
|
|
547
|
+
);
|
|
508
548
|
}
|
|
509
|
-
|
|
510
|
-
this.dispatchEvent(
|
|
511
|
-
new SelectEvent(SelectEventType.SELECT, [], [feature], undefined),
|
|
512
|
-
);
|
|
513
|
-
return true;
|
|
549
|
+
return !!deselected;
|
|
514
550
|
}
|
|
515
551
|
|
|
516
552
|
/**
|
|
@@ -518,25 +554,23 @@ class Select extends Interaction {
|
|
|
518
554
|
* Unlike modifying `select.getFeatures()` directly, this respects the `filter` and `layers` options (except `multi`, which is ignored).
|
|
519
555
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
520
556
|
* @param {Feature} feature The feature to deselect
|
|
521
|
-
* @api
|
|
522
557
|
*/
|
|
523
558
|
toggleFeature(feature) {
|
|
524
559
|
if (!this.deselectFeature(feature)) {
|
|
525
560
|
this.selectFeature(feature);
|
|
526
561
|
}
|
|
527
562
|
}
|
|
528
|
-
|
|
529
563
|
/**
|
|
530
564
|
* Deselect all features as if a user deselected them.
|
|
531
565
|
* Compared to `select.getFeatures().clear()` this causes a SelectEvent.
|
|
532
566
|
* The {@link module:ol/interaction/Select~SelectEvent} fired by this won't have a mapBrowserEvent property
|
|
533
|
-
* @api
|
|
534
567
|
*/
|
|
535
568
|
clearSelection() {
|
|
569
|
+
clear(this.featureLayerAssociation_);
|
|
536
570
|
const features = this.getFeatures();
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
571
|
+
const deselected = features.getArray().slice(); // shallow copy
|
|
572
|
+
features.clear();
|
|
573
|
+
if (deselected.length !== 0) {
|
|
540
574
|
this.dispatchEvent(
|
|
541
575
|
new SelectEvent(SelectEventType.SELECT, [], deselected, undefined),
|
|
542
576
|
);
|
|
@@ -571,19 +605,23 @@ class Select extends Interaction {
|
|
|
571
605
|
*/
|
|
572
606
|
const selected = [];
|
|
573
607
|
|
|
608
|
+
// TODO: technically the way i've restructured this logic means that
|
|
609
|
+
// instead of first emptying the features list of all extra features and then adding the selected ones back,
|
|
610
|
+
// the selected features get added and then the old ones get removed.
|
|
611
|
+
// a grow then shrink, instead of a shrink then grow. I can't imagine anyone relying on this, but alas, its worth a mention.
|
|
574
612
|
if (set) {
|
|
575
613
|
// Replace the currently selected feature(s) with the feature(s) at the
|
|
576
614
|
// pixel, or clear the selected feature(s) if there is no feature at
|
|
577
615
|
// the pixel.
|
|
616
|
+
let foundAtCursor = false;
|
|
578
617
|
map.forEachFeatureAtPixel(
|
|
579
618
|
mapBrowserEvent.pixel,
|
|
580
619
|
(feature, layer) => {
|
|
581
|
-
|
|
582
|
-
|
|
620
|
+
foundAtCursor = true;
|
|
621
|
+
if (!this.selectFeatureInternal_(feature, layer, selected)) {
|
|
622
|
+
return; // keep going, this one wasn't selected
|
|
583
623
|
}
|
|
584
|
-
this.
|
|
585
|
-
selected.push(feature);
|
|
586
|
-
return !this.multi_;
|
|
624
|
+
return !this.multi_; // stop if not multi
|
|
587
625
|
},
|
|
588
626
|
{
|
|
589
627
|
layerFilter: this.layerFilter_,
|
|
@@ -593,32 +631,33 @@ class Select extends Interaction {
|
|
|
593
631
|
|
|
594
632
|
for (let i = features.getLength() - 1; i >= 0; --i) {
|
|
595
633
|
const feature = features.item(i);
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
634
|
+
if (
|
|
635
|
+
// remove all but selected, if there were any selected
|
|
636
|
+
(selected.length > 0 && !selected.includes(feature)) ||
|
|
637
|
+
// remove all, if click outside of layer
|
|
638
|
+
!foundAtCursor
|
|
639
|
+
) {
|
|
640
|
+
this.removeFeatureInternal_(feature, deselected);
|
|
603
641
|
}
|
|
604
642
|
}
|
|
605
|
-
if (selected.length !== 0) {
|
|
606
|
-
features.extend(selected);
|
|
607
|
-
}
|
|
608
643
|
} else {
|
|
609
644
|
// Modify the currently selected feature(s).
|
|
610
645
|
map.forEachFeatureAtPixel(
|
|
611
646
|
mapBrowserEvent.pixel,
|
|
612
647
|
(feature, layer) => {
|
|
613
|
-
|
|
614
|
-
|
|
648
|
+
let modifiedFeature;
|
|
649
|
+
if (remove || toggle) {
|
|
650
|
+
modifiedFeature = this.removeFeatureInternal_(feature, deselected);
|
|
615
651
|
}
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
652
|
+
if ((add || toggle) && !modifiedFeature) {
|
|
653
|
+
modifiedFeature = this.selectFeatureInternal_(
|
|
654
|
+
feature,
|
|
655
|
+
layer,
|
|
656
|
+
selected,
|
|
657
|
+
);
|
|
658
|
+
}
|
|
659
|
+
if (!modifiedFeature) {
|
|
660
|
+
return; // keep going, this one wasn't removed/selected
|
|
622
661
|
}
|
|
623
662
|
return !this.multi_; // stop if not multi
|
|
624
663
|
},
|
|
@@ -627,10 +666,6 @@ class Select extends Interaction {
|
|
|
627
666
|
hitTolerance: this.hitTolerance_,
|
|
628
667
|
},
|
|
629
668
|
);
|
|
630
|
-
for (let j = deselected.length - 1; j >= 0; --j) {
|
|
631
|
-
features.remove(deselected[j]);
|
|
632
|
-
}
|
|
633
|
-
features.extend(selected);
|
|
634
669
|
}
|
|
635
670
|
if (selected.length > 0 || deselected.length > 0) {
|
|
636
671
|
this.dispatchEvent(
|
package/interaction/Snap.d.ts
CHANGED
|
@@ -12,9 +12,7 @@ export type SegmentData = {
|
|
|
12
12
|
/**
|
|
13
13
|
* Feature which intersects.
|
|
14
14
|
*/
|
|
15
|
-
intersectionFeature?: import("../Feature.js").default<import("../geom.js").
|
|
16
|
-
[x: string]: any;
|
|
17
|
-
}> | undefined;
|
|
15
|
+
intersectionFeature?: import("../Feature.js").default<import("../geom/Geometry.js").default> | undefined;
|
|
18
16
|
/**
|
|
19
17
|
* Segment.
|
|
20
18
|
*/
|
|
@@ -23,7 +21,7 @@ export type SegmentData = {
|
|
|
23
21
|
/**
|
|
24
22
|
* A function taking a {@link module :ol/geom/Geometry~Geometry} as argument and returning an array of {@link Segment}s.
|
|
25
23
|
*/
|
|
26
|
-
export type Segmenter<GeometryType extends import("../geom/Geometry.js").default = import("../geom.js").
|
|
24
|
+
export type Segmenter<GeometryType extends import("../geom/Geometry.js").default = import("../geom/Geometry.js").default> = (geometry: GeometryType, projection?: import("../proj/Projection.js").default) => Array<Segment>;
|
|
27
25
|
/**
|
|
28
26
|
* Each segmenter specified here will override the default segmenter for the
|
|
29
27
|
* corresponding geometry type. To exclude all geometries of a specific geometry type from being snapped to,
|
|
@@ -33,49 +31,45 @@ export type Segmenters = {
|
|
|
33
31
|
/**
|
|
34
32
|
* Point segmenter.
|
|
35
33
|
*/
|
|
36
|
-
Point?: Segmenter<import("../geom.js").
|
|
34
|
+
Point?: Segmenter<import("../geom/Point.js").default> | null | undefined;
|
|
37
35
|
/**
|
|
38
36
|
* LineString segmenter.
|
|
39
37
|
*/
|
|
40
|
-
LineString?: Segmenter<import("../geom.js").
|
|
38
|
+
LineString?: Segmenter<import("../geom/LineString.js").default> | null | undefined;
|
|
41
39
|
/**
|
|
42
40
|
* Polygon segmenter.
|
|
43
41
|
*/
|
|
44
|
-
Polygon?: Segmenter<import("../geom.js").
|
|
42
|
+
Polygon?: Segmenter<import("../geom/Polygon.js").default> | null | undefined;
|
|
45
43
|
/**
|
|
46
44
|
* Circle segmenter.
|
|
47
45
|
*/
|
|
48
|
-
Circle?: Segmenter<import("../geom.js").
|
|
46
|
+
Circle?: Segmenter<import("../geom/Circle.js").default> | null | undefined;
|
|
49
47
|
/**
|
|
50
48
|
* GeometryCollection segmenter.
|
|
51
49
|
*/
|
|
52
|
-
GeometryCollection?: Segmenter<import("../geom.js").
|
|
50
|
+
GeometryCollection?: Segmenter<import("../geom/GeometryCollection.js").default> | null | undefined;
|
|
53
51
|
/**
|
|
54
52
|
* MultiPoint segmenter.
|
|
55
53
|
*/
|
|
56
|
-
MultiPoint?: Segmenter<import("../geom.js").
|
|
54
|
+
MultiPoint?: Segmenter<import("../geom/MultiPoint.js").default> | null | undefined;
|
|
57
55
|
/**
|
|
58
56
|
* MultiLineString segmenter.
|
|
59
57
|
*/
|
|
60
|
-
MultiLineString?: Segmenter<import("../geom.js").
|
|
58
|
+
MultiLineString?: Segmenter<import("../geom/MultiLineString.js").default> | null | undefined;
|
|
61
59
|
/**
|
|
62
60
|
* MultiPolygon segmenter.
|
|
63
61
|
*/
|
|
64
|
-
MultiPolygon?: Segmenter<import("../geom.js").
|
|
62
|
+
MultiPolygon?: Segmenter<import("../geom/MultiPolygon.js").default> | null | undefined;
|
|
65
63
|
};
|
|
66
64
|
export type Options = {
|
|
67
65
|
/**
|
|
68
66
|
* Snap to these features. Either this option or source should be provided.
|
|
69
67
|
*/
|
|
70
|
-
features?: import("../Collection.js").default<import("../Feature.js").default<import("../geom.js").
|
|
71
|
-
[x: string]: any;
|
|
72
|
-
}>> | undefined;
|
|
68
|
+
features?: import("../Collection.js").default<import("../Feature.js").default<import("../geom/Geometry.js").default>> | undefined;
|
|
73
69
|
/**
|
|
74
70
|
* Snap to features from this source. Either this option or features should be provided
|
|
75
71
|
*/
|
|
76
|
-
source?: import("../source.js").
|
|
77
|
-
[x: string]: any;
|
|
78
|
-
}>> | undefined;
|
|
72
|
+
source?: import("../source/Vector.js").default<import("../Feature.js").default<import("../geom/Geometry.js").default>> | undefined;
|
|
79
73
|
/**
|
|
80
74
|
* Snap to edges.
|
|
81
75
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snap.d.ts","sourceRoot":"","sources":["Snap.js"],"names":[],"mappings":";;;;;sBAkCa,KAAK,CAAC,OAAO,kBAAkB,EAAE,UAAU,CAAC;;;;;aAO3C,OAAO,eAAe,EAAE,OAAO
|
|
1
|
+
{"version":3,"file":"Snap.d.ts","sourceRoot":"","sources":["Snap.js"],"names":[],"mappings":";;;;;sBAkCa,KAAK,CAAC,OAAO,kBAAkB,EAAE,UAAU,CAAC;;;;;aAO3C,OAAO,eAAe,EAAE,OAAO;;;;;;;;aAE/B,OAAO;;;;;sBAIiC,YAAY,SAArD,OAAQ,qBAAqB,EAAE,OAAQ,4CACvC,CAAC,QAAQ,EAAE,YAAY,EAAE,UAAU,CAAC,EAAE,OAAO,uBAAuB,EAAE,OAAO,KAAK,KAAK,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2C/F,OAAO,kBAAkB,EAAE,UAAU,GAAC,IAAI;;;;iBAC1C,OAAO,aAAa,EAAE,KAAK,GAAC,IAAI;;;;aAChC,OAAO,eAAe,EAAE,OAAO,GAAC,IAAI;;;;aACpC,OAAO,GAAC,IAAI;;;;;4BAgMb,MAAM,IACN,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,oBAAoB,EAAE,KAAK,GAC1E,eAAqB,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GAC/D,OAAW,eAAe,EAAE,WAAW,CAAC,MAAM,GAAC,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,GAC3E,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,oBAAoB,EAAE,KAAK,GACrH,eAAqB,GAAC,MAAM,GAAC,QAAQ,EAAE,MAAM,CAAC;AAP/C;;;;;;;;GAQG;AAEH;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH;IACE;;OAEG;IACH,sBAFW,OAAO,EAmHjB;IAzGC;;OAEG;IACH,IAFU,eAAe,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAEjD;IAEP;;OAEG;IACH,MAFU,eAAe,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAE/C;IAET;;OAEG;IACH,IAFU,eAAe,CAAC,IAAI,CAAC,CAExB;IAEP;;;OAGG;IACH,gBAAqD;IAErD;;;OAGG;IACH,gBAAmE;IAEnE;;;OAGG;IACH,cAA6D;IAE7D;;;OAGG;IACH,sBACmE;IAEnE;;;OAGG;IACH,kBAA2D;IAE3D;;;OAGG;IACH,8BAA+B;IAE/B;;;OAGG;IACH,mCAAoC;IAEpC;;;;;OAKG;IACH,gCAAiC;IAEjC;;;;;;OAMG;IACH,yBAA0B;IAE1B;;;OAGG;IACH,wBACoE;IAEpE;;;;OAIG;IACH,eAAyB;IAEzB;;;;OAIG;IACH,iBAAoB;IAEpB;;;OAGG;IACH,oBAIC;IAGH;;;;;;OAMG;IACH,oBALW,OAAO,eAAe,EAAE,OAAO,aAC/B,OAAO,QAiGjB;IAED;;;OAGG;IACH,qBASC;IAED;;;;;;;;OAQG;IACH,0BAEC;IAoCD;;;OAGG;IACH,0BAKC;IAED;;;OAGG;IACH,6BAMC;IAED;;;OAGG;IACH,6BAOC;IAmBD;;;;;;OAMG;IACH,uBALW,OAAO,eAAe,EAAE,OAAO,aAC/B,OAAO,QAqBjB;IAED;;;;;;OAMG;IACH,qBAHW,OAAO,WAAW,EAAE,OAAO,QAwDrC;IAED;;;;;OAKG;IACH,cALW,OAAO,aAAa,EAAE,KAAK,mBAC3B,OAAO,kBAAkB,EAAE,UAAU,OACrC,OAAO,WAAW,EAAE,OAAO,GAC1B,WAAW,GAAC,IAAI,CAkH3B;IAED;;;OAGG;IACH,uBAGC;CACF;0BA71BsC,wBAAwB;+BAqBhC,cAAc"}
|
|
@@ -85,9 +85,7 @@ export type Options = {
|
|
|
85
85
|
/**
|
|
86
86
|
* Features contained in this collection will be able to be translated together.
|
|
87
87
|
*/
|
|
88
|
-
features?: Collection<Feature<import("../geom.js").Geometry
|
|
89
|
-
[x: string]: any;
|
|
90
|
-
}>> | undefined;
|
|
88
|
+
features?: Collection<Feature<import("../geom.js").Geometry>> | undefined;
|
|
91
89
|
/**
|
|
92
90
|
* A list of layers from which features should be
|
|
93
91
|
* translated. Alternatively, a filter function can be provided. The
|
|
@@ -96,9 +94,7 @@ export type Options = {
|
|
|
96
94
|
* absent, all visible layers will be considered translatable.
|
|
97
95
|
* Not used if `features` is provided.
|
|
98
96
|
*/
|
|
99
|
-
layers?: import("../layer.js").
|
|
100
|
-
[x: string]: any;
|
|
101
|
-
}>[] | ((arg0: import("../layer/Layer.js").default<import("../source/Source").default>) => boolean) | undefined;
|
|
97
|
+
layers?: import("../layer/Layer.js").default<import("../source/Source").default, import("../renderer/Layer.js").default<any>>[] | ((arg0: import("../layer/Layer.js").default<import("../source/Source").default>) => boolean) | undefined;
|
|
102
98
|
/**
|
|
103
99
|
* A function
|
|
104
100
|
* that takes a {@link module :ol/Feature~Feature} and an
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Translate.d.ts","sourceRoot":"","sources":["Translate.js"],"names":[],"mappings":"AAoCA;;;;;;GAMG;AAEH;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;;GAIG;AACH;IACE;;;;;;OAMG;IACH,kBANW,kBAAkB,YAClB,UAAU,CAAC,OAAO,CAAC,cACnB,OAAO,kBAAkB,EAAE,UAAU,mBACrC,OAAO,kBAAkB,EAAE,UAAU,mBACrC,OAAO,uBAAuB,EAAE,OAAO,EAkCjD;IA7BC;;;;OAIG;IACH,UAHU,UAAU,CAAC,OAAO,CAAC,CAGL;IAExB;;;;;OAKG;IACH,YAHU,OAAO,kBAAkB,EAAE,UAAU,CAGnB;IAE5B;;;;;OAKG;IACH,iBAHU,OAAO,kBAAkB,EAAE,UAAU,CAGT;IAEtC;;;;OAIG;IACH,iBAHU,OAAO,uBAAuB,EAAE,OAAO,CAGX;CAEzC;;;;;;;;6BAtEY,CAAS,IAAO,EAAP,OAAO,EAAE,IAAuE,EAAvE,OAAO,mBAAmB,EAAE,OAAO,CAAC,OAAO,kBAAkB,EAAE,OAAO,CAAC,KAAE,OAAO
|
|
1
|
+
{"version":3,"file":"Translate.d.ts","sourceRoot":"","sources":["Translate.js"],"names":[],"mappings":"AAoCA;;;;;;GAMG;AAEH;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;;GAIG;AACH;IACE;;;;;;OAMG;IACH,kBANW,kBAAkB,YAClB,UAAU,CAAC,OAAO,CAAC,cACnB,OAAO,kBAAkB,EAAE,UAAU,mBACrC,OAAO,kBAAkB,EAAE,UAAU,mBACrC,OAAO,uBAAuB,EAAE,OAAO,EAkCjD;IA7BC;;;;OAIG;IACH,UAHU,UAAU,CAAC,OAAO,CAAC,CAGL;IAExB;;;;;OAKG;IACH,YAHU,OAAO,kBAAkB,EAAE,UAAU,CAGnB;IAE5B;;;;;OAKG;IACH,iBAHU,OAAO,kBAAkB,EAAE,UAAU,CAGT;IAEtC;;;;OAIG;IACH,iBAHU,OAAO,uBAAuB,EAAE,OAAO,CAGX;CAEzC;;;;;;;;6BAtEY,CAAS,IAAO,EAAP,OAAO,EAAE,IAAuE,EAAvE,OAAO,mBAAmB,EAAE,OAAO,CAAC,OAAO,kBAAkB,EAAE,OAAO,CAAC,KAAE,OAAO;;;;;;;;;;;;;;;;;;;;;8IAU7C,OAAO,mBAAmB,EAAE,OAAO,CAAC,OAAO,kBAAkB,EAAE,OAAO,CAAC,KAAG,OAAO;;;;;;;;;;;;;;;;;iCA+DtI,MAAM,IACN,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,oBAAoB,EAAE,KAAK,GAC1E,eAAqB,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GAC/D,OAAW,eAAe,EAAE,WAAW,CAAC,cAAc,GAAC,gBAAgB,GAAC,aAAa,EAAE,cAAc,EAAE,MAAM,CAAC,GAC9G,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,oBAAoB,EAAE,KAAK,GACrH,eAAqB,GAAC,cAAc,GAAC,gBAAgB,GAAC,aAAa,EAAE,MAAM,CAAC;kBAnH3D,oBAAoB;uBAFf,kBAAkB;oBACrB,eAAe;0BASzB,MAAM;;;;;;AAoGhB;;;;;;;;GAQG;AAEH;;;;;;;;;GASG;AACH;IACE;;OAEG;IACH,sBAFW,OAAO,EA2FjB;IApFC;;OAEG;IACH,IAFU,oBAAoB,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAEtD;IAEP;;OAEG;IACH,MAFU,oBAAoB,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAEpD;IAET;;OAEG;IACH,IAFU,oBAAoB,CAAC,IAAI,CAAC,CAE7B;IAEP;;;;OAIG;IACH,wBAA2B;IAE3B;;;;OAIG;IACH,yBAA4B;IAE5B;;;OAGG;IACH,kBAAyE;IAiBzE;;;OAGG;IACH,qBAA+B;IAE/B;;;OAGG;IACH,gBAAwE;IAExE;;;OAGG;IACH,sBAAoE;IAEpE;;;OAGG;IACH,mBAAgE;IAEhE;;;OAGG;IACH,qBAAwB;IAsI1B;;;;;;;;OAQG;IACH,yBAiBC;IAED;;;;OAIG;IACH,mBAHY,MAAM,CAKjB;IAED;;;;;OAKG;IACH,8BAHW,MAAM,QAKhB;IAED;;;;;;OAMG;IACH,qBAHW,OAAO,WAAW,EAAE,OAAO,QAOrC;IAED;;OAEG;IACH,6BAEC;IAED;;;OAGG;IACH,qBAUC;CACF;+BA3a8B,cAAc"}
|
package/layer/Base.d.ts
CHANGED
|
@@ -8,11 +8,7 @@ export type BaseLayerObjectEventTypes = import("../ObjectEventType").Types | "ch
|
|
|
8
8
|
* *
|
|
9
9
|
*/
|
|
10
10
|
export type BaseLayerOnSignature<Return> = import("../Observable").OnSignature<import("../Observable").EventTypes, import("../events/Event.js").default, Return> & import("../Observable").OnSignature<BaseLayerObjectEventTypes, import("../Object").ObjectEvent, Return> & import("../Observable").CombinedOnSignature<import("../Observable").EventTypes | BaseLayerObjectEventTypes, Return>;
|
|
11
|
-
export type Options
|
|
12
|
-
[x: string]: any;
|
|
13
|
-
} = {
|
|
14
|
-
[x: string]: any;
|
|
15
|
-
}> = {
|
|
11
|
+
export type Options = {
|
|
16
12
|
/**
|
|
17
13
|
* A CSS class name to set to the layer element.
|
|
18
14
|
*/
|
|
@@ -65,7 +61,9 @@ export type Options<Properties extends {
|
|
|
65
61
|
/**
|
|
66
62
|
* Arbitrary observable properties. Can be accessed with `#get()` and `#set()`.
|
|
67
63
|
*/
|
|
68
|
-
properties?:
|
|
64
|
+
properties?: {
|
|
65
|
+
[x: string]: any;
|
|
66
|
+
} | undefined;
|
|
69
67
|
};
|
|
70
68
|
/**
|
|
71
69
|
* A css color, or a function called with a view resolution returning a css color.
|
|
@@ -84,7 +82,6 @@ export type Options<Properties extends {
|
|
|
84
82
|
* import("../Observable").CombinedOnSignature<import("../Observable").EventTypes|BaseLayerObjectEventTypes, Return>} BaseLayerOnSignature
|
|
85
83
|
*/
|
|
86
84
|
/**
|
|
87
|
-
* @template {Object<string, *>} [Properties=Object<string, *>]
|
|
88
85
|
* @typedef {Object} Options
|
|
89
86
|
* @property {string} [className='ol-layer'] A CSS class name to set to the layer element.
|
|
90
87
|
* @property {number} [opacity=1] Opacity (0, 1).
|
|
@@ -105,7 +102,7 @@ export type Options<Properties extends {
|
|
|
105
102
|
* be visible.
|
|
106
103
|
* @property {BackgroundColor} [background] Background color for the layer. If not specified, no background
|
|
107
104
|
* will be rendered.
|
|
108
|
-
* @property {
|
|
105
|
+
* @property {Object<string, *>} [properties] Arbitrary observable properties. Can be accessed with `#get()` and `#set()`.
|
|
109
106
|
*/
|
|
110
107
|
/**
|
|
111
108
|
* @classdesc
|
|
@@ -116,20 +113,12 @@ export type Options<Properties extends {
|
|
|
116
113
|
* is observable, and has get/set accessors.
|
|
117
114
|
*
|
|
118
115
|
* @api
|
|
119
|
-
* @template {Object<string, *>} [Properties=Object<string, *>]
|
|
120
|
-
* @extends {BaseObject<NoInfer<Properties> & Object<string, *>>}
|
|
121
116
|
*/
|
|
122
|
-
declare class BaseLayer
|
|
123
|
-
[x: string]: any;
|
|
124
|
-
} = {
|
|
125
|
-
[x: string]: any;
|
|
126
|
-
}> extends BaseObject<NoInfer<Properties> & {
|
|
127
|
-
[x: string]: any;
|
|
128
|
-
}> {
|
|
117
|
+
declare class BaseLayer extends BaseObject {
|
|
129
118
|
/**
|
|
130
|
-
* @param {Options
|
|
119
|
+
* @param {Options} options Layer options.
|
|
131
120
|
*/
|
|
132
|
-
constructor(options: Options
|
|
121
|
+
constructor(options: Options);
|
|
133
122
|
/***
|
|
134
123
|
* @type {BaseLayerOnSignature<import("../events").EventsKey>}
|
|
135
124
|
*/
|
package/layer/Base.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["Base.js"],"names":[],"mappings":";;;;8BAYa,MAAM,IAAC,CAAS,IAAM,EAAN,MAAM,KAAE,MAAM,CAAA;wCAK9B,OAAO,oBAAoB,EAAE,KAAK,GAAC,eAAe,GAAC,sBAAsB,GAAC,gBAAgB,GACtG,sBAA2B,GAAC,gBAAgB,GAAC,gBAAgB,GAAC,gBAAgB,GAAC,eAAe;;;;iCAIlF,MAAM,IACN,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,yBAAyB,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GAC3G,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,yBAAyB,EAAE,MAAM,CAAC
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["Base.js"],"names":[],"mappings":"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"}
|
package/layer/Base.js
CHANGED
|
@@ -27,7 +27,6 @@ import LayerProperty from './Property.js';
|
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* @template {Object<string, *>} [Properties=Object<string, *>]
|
|
31
30
|
* @typedef {Object} Options
|
|
32
31
|
* @property {string} [className='ol-layer'] A CSS class name to set to the layer element.
|
|
33
32
|
* @property {number} [opacity=1] Opacity (0, 1).
|
|
@@ -48,7 +47,7 @@ import LayerProperty from './Property.js';
|
|
|
48
47
|
* be visible.
|
|
49
48
|
* @property {BackgroundColor} [background] Background color for the layer. If not specified, no background
|
|
50
49
|
* will be rendered.
|
|
51
|
-
* @property {
|
|
50
|
+
* @property {Object<string, *>} [properties] Arbitrary observable properties. Can be accessed with `#get()` and `#set()`.
|
|
52
51
|
*/
|
|
53
52
|
|
|
54
53
|
/**
|
|
@@ -60,12 +59,10 @@ import LayerProperty from './Property.js';
|
|
|
60
59
|
* is observable, and has get/set accessors.
|
|
61
60
|
*
|
|
62
61
|
* @api
|
|
63
|
-
* @template {Object<string, *>} [Properties=Object<string, *>]
|
|
64
|
-
* @extends {BaseObject<NoInfer<Properties> & Object<string, *>>}
|
|
65
62
|
*/
|
|
66
63
|
class BaseLayer extends BaseObject {
|
|
67
64
|
/**
|
|
68
|
-
* @param {Options
|
|
65
|
+
* @param {Options} options Layer options.
|
|
69
66
|
*/
|
|
70
67
|
constructor(options) {
|
|
71
68
|
super();
|
|
@@ -92,7 +89,7 @@ class BaseLayer extends BaseObject {
|
|
|
92
89
|
this.background_ = options.background;
|
|
93
90
|
|
|
94
91
|
/**
|
|
95
|
-
* @type {
|
|
92
|
+
* @type {Object<string, *>}
|
|
96
93
|
*/
|
|
97
94
|
const properties = Object.assign({}, options);
|
|
98
95
|
if (typeof options.properties === 'object') {
|
package/layer/BaseImage.d.ts
CHANGED
|
@@ -102,9 +102,7 @@ export type Options<ImageSourceType extends import("../source/Image.js").default
|
|
|
102
102
|
* @extends {Layer<ImageSourceType, RendererType>}
|
|
103
103
|
* @api
|
|
104
104
|
*/
|
|
105
|
-
declare class BaseImageLayer<ImageSourceType extends import("../source/Image.js").default, RendererType extends import("../renderer/Layer.js").default<any>> extends Layer<ImageSourceType, RendererType
|
|
106
|
-
[x: string]: any;
|
|
107
|
-
}> {
|
|
105
|
+
declare class BaseImageLayer<ImageSourceType extends import("../source/Image.js").default, RendererType extends import("../renderer/Layer.js").default<any>> extends Layer<ImageSourceType, RendererType> {
|
|
108
106
|
/**
|
|
109
107
|
* @param {Options<ImageSourceType>} [options] Layer options.
|
|
110
108
|
*/
|
package/layer/BaseImage.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseImage.d.ts","sourceRoot":"","sources":["BaseImage.js"],"names":[],"mappings":";oBAMoD,eAAe,SAAtD,OAAQ,oBAAoB,EAAE,OAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AADnD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH;;;;;;;;;;;;GAYG;AACH,6BALoD,eAAe,SAAtD,OAAQ,oBAAoB,EAAE,OAAQ,EACG,YAAY,SAArD,2CAAwC
|
|
1
|
+
{"version":3,"file":"BaseImage.d.ts","sourceRoot":"","sources":["BaseImage.js"],"names":[],"mappings":";oBAMoD,eAAe,SAAtD,OAAQ,oBAAoB,EAAE,OAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AADnD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH;;;;;;;;;;;;GAYG;AACH,6BALoD,eAAe,SAAtD,OAAQ,oBAAoB,EAAE,OAAQ,EACG,YAAY,SAArD,2CAAwC;IAKnD;;OAEG;IACH,sBAFW,OAAO,CAAC,eAAe,CAAC,EAKlC;CACF;kBAnDiB,YAAY"}
|
package/layer/BaseTile.d.ts
CHANGED
|
@@ -141,9 +141,7 @@ export type Options<TileSourceType extends import("../source/Tile.js").default>
|
|
|
141
141
|
* @extends {Layer<TileSourceType, RendererType>}
|
|
142
142
|
* @api
|
|
143
143
|
*/
|
|
144
|
-
declare class BaseTileLayer<TileSourceType extends import("../source/Tile.js").default, RendererType extends import("../renderer/Layer.js").default<any>> extends Layer<TileSourceType, RendererType
|
|
145
|
-
[x: string]: any;
|
|
146
|
-
}> {
|
|
144
|
+
declare class BaseTileLayer<TileSourceType extends import("../source/Tile.js").default, RendererType extends import("../renderer/Layer.js").default<any>> extends Layer<TileSourceType, RendererType> {
|
|
147
145
|
/**
|
|
148
146
|
* @param {Options<TileSourceType>} [options] Tile layer options.
|
|
149
147
|
*/
|
package/layer/BaseTile.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseTile.d.ts","sourceRoot":"","sources":["BaseTile.js"],"names":[],"mappings":";;;;qCAOa,MAAM,IACN,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,QAAQ,EAAE,yBAAyB,GAClF,OAAa,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GACpI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,OAAO,iBAAiB,EAAE,OAAO,EAAE,MAAM,CAAC,GACvI,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,QAAQ,EAAE,yBAAyB,GAC7H,OAAW,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,GAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,CAAC;oBAInG,cAAc,SAApD,OAAQ,mBAAmB,EAAE,OAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAXlD;;;;;;;;GAQG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AAEH;;;;;;;;;;;;GAYG;AACH,4BALmD,cAAc,SAApD,OAAQ,mBAAmB,EAAE,OAAQ,EACI,YAAY,SAArD,2CAAwC
|
|
1
|
+
{"version":3,"file":"BaseTile.d.ts","sourceRoot":"","sources":["BaseTile.js"],"names":[],"mappings":";;;;qCAOa,MAAM,IACN,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,QAAQ,EAAE,yBAAyB,GAClF,OAAa,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GACpI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,OAAO,iBAAiB,EAAE,OAAO,EAAE,MAAM,CAAC,GACvI,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,QAAQ,EAAE,yBAAyB,GAC7H,OAAW,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,GAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,CAAC;oBAInG,cAAc,SAApD,OAAQ,mBAAmB,EAAE,OAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAXlD;;;;;;;;GAQG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AAEH;;;;;;;;;;;;GAYG;AACH,4BALmD,cAAc,SAApD,OAAQ,mBAAmB,EAAE,OAAQ,EACI,YAAY,SAArD,2CAAwC;IAKnD;;OAEG;IACH,sBAFW,OAAO,CAAC,cAAc,CAAC,EAyCjC;IA3BC;;OAEG;IACH,IAFU,wBAAwB,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAE1D;IAEP;;OAEG;IACH,MAFU,wBAAwB,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAExD;IAET;;OAEG;IACH,IAFU,wBAAwB,CAAC,IAAI,CAAC,CAEjC;IAEP;;;OAGG;IACH,mBAA2B;IAU7B;;;OAGG;IACH,0BAHY,MAAM,GAAC,SAAS,CAK3B;IAED;;;;;OAKG;IACH,cAJY,MAAM,CAMjB;IAED;;;;;OAKG;IACH,oBAJW,MAAM,QAMhB;IAED;;;;;OAKG;IACH,6BAJY,OAAO,CAQlB;IAED;;;;;OAKG;IACH,kDAJW,OAAO,QAMjB;CAsBF;kBAhLiB,YAAY"}
|
package/layer/BaseVector.d.ts
CHANGED
|
@@ -122,9 +122,7 @@ export type Options<FeatureType extends import("../Feature").FeatureLike, Vector
|
|
|
122
122
|
* @template {import("../renderer/canvas/VectorLayer.js").default|import("../renderer/canvas/VectorTileLayer.js").default|import("../renderer/canvas/VectorImageLayer.js").default|import("../renderer/webgl/VectorLayer.js").default|import("../renderer/webgl/PointsLayer.js").default} RendererType
|
|
123
123
|
* @api
|
|
124
124
|
*/
|
|
125
|
-
declare class BaseVectorLayer<FeatureType extends import("../Feature").FeatureLike, VectorSourceType extends import("../source/Vector.js").default<FeatureType> | import("../source/VectorTile.js").default<FeatureType>, RendererType extends import("../renderer/canvas/VectorLayer.js").default | import("../renderer/canvas/VectorTileLayer.js").default | import("../renderer/canvas/VectorImageLayer.js").default | import("../renderer/webgl/VectorLayer.js").default | import("../renderer/webgl/PointsLayer.js").default> extends Layer<VectorSourceType, RendererType
|
|
126
|
-
[x: string]: any;
|
|
127
|
-
}> {
|
|
125
|
+
declare class BaseVectorLayer<FeatureType extends import("../Feature").FeatureLike, VectorSourceType extends import("../source/Vector.js").default<FeatureType> | import("../source/VectorTile.js").default<FeatureType>, RendererType extends import("../renderer/canvas/VectorLayer.js").default | import("../renderer/canvas/VectorTileLayer.js").default | import("../renderer/canvas/VectorImageLayer.js").default | import("../renderer/webgl/VectorLayer.js").default | import("../renderer/webgl/PointsLayer.js").default> extends Layer<VectorSourceType, RendererType> {
|
|
128
126
|
/**
|
|
129
127
|
* @param {Options<FeatureType, VectorSourceType>} [options] Options.
|
|
130
128
|
*/
|