ol 9.2.5-dev.1721162001948 → 9.2.5-dev.1721242587562
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/DataTile.d.ts.map +1 -1
- package/DataTile.js +2 -0
- package/Geolocation.d.ts.map +1 -1
- package/Geolocation.js +1 -0
- package/ImageCanvas.d.ts +2 -1
- package/ImageCanvas.d.ts.map +1 -1
- package/ImageCanvas.js +2 -0
- package/ImageTile.js +1 -1
- package/Map.d.ts.map +1 -1
- package/Map.js +1 -0
- package/MapBrowserEvent.d.ts.map +1 -1
- package/MapBrowserEvent.js +2 -0
- package/MapBrowserEventHandler.d.ts.map +1 -1
- package/MapBrowserEventHandler.js +1 -0
- package/TileCache.d.ts +2 -1
- package/TileCache.d.ts.map +1 -1
- package/TileCache.js +4 -0
- package/TileQueue.d.ts +2 -1
- package/TileQueue.d.ts.map +1 -1
- package/TileQueue.js +1 -0
- package/VectorRenderTile.d.ts.map +1 -1
- package/VectorRenderTile.js +2 -0
- package/VectorTile.d.ts.map +1 -1
- package/VectorTile.js +1 -0
- package/control/Control.d.ts.map +1 -1
- package/control/Control.js +1 -0
- package/control/FullScreen.d.ts.map +1 -1
- package/control/FullScreen.js +1 -0
- package/control/MousePosition.d.ts.map +1 -1
- package/control/MousePosition.js +1 -0
- package/control/OverviewMap.d.ts.map +1 -1
- package/control/OverviewMap.js +1 -0
- package/control/ZoomSlider.d.ts.map +1 -1
- package/control/ZoomSlider.js +1 -0
- package/dist/ol.js +1 -1
- package/dist/ol.js.map +1 -1
- package/events/Target.d.ts.map +1 -1
- package/events/Target.js +1 -0
- package/format/EsriJSON.d.ts +8 -4
- package/format/EsriJSON.d.ts.map +1 -1
- package/format/EsriJSON.js +7 -0
- package/format/GML3.d.ts +2 -1
- package/format/GML3.d.ts.map +1 -1
- package/format/GML3.js +2 -0
- package/format/GML32.d.ts.map +1 -1
- package/format/GML32.js +1 -0
- package/format/GMLBase.d.ts.map +1 -1
- package/format/GMLBase.js +3 -0
- package/format/GPX.d.ts.map +1 -1
- package/format/GPX.js +3 -0
- package/format/GeoJSON.d.ts +8 -4
- package/format/GeoJSON.d.ts.map +1 -1
- package/format/GeoJSON.js +7 -0
- package/format/IGC.d.ts.map +1 -1
- package/format/IGC.js +2 -0
- package/format/JSONFeature.d.ts +8 -4
- package/format/JSONFeature.d.ts.map +1 -1
- package/format/JSONFeature.js +8 -0
- package/format/KML.d.ts.map +1 -1
- package/format/KML.js +3 -0
- package/format/MVT.d.ts +4 -2
- package/format/MVT.d.ts.map +1 -1
- package/format/MVT.js +3 -0
- package/format/OSMXML.d.ts.map +1 -1
- package/format/OSMXML.js +1 -0
- package/format/OWS.d.ts.map +1 -1
- package/format/OWS.js +1 -0
- package/format/Polyline.d.ts +6 -3
- package/format/Polyline.d.ts.map +1 -1
- package/format/Polyline.js +6 -0
- package/format/TextFeature.d.ts +8 -4
- package/format/TextFeature.d.ts.map +1 -1
- package/format/TextFeature.js +8 -0
- package/format/TopoJSON.d.ts.map +1 -1
- package/format/TopoJSON.js +2 -0
- package/format/WFS.d.ts.map +1 -1
- package/format/WFS.js +3 -0
- package/format/WKB.d.ts +8 -4
- package/format/WKB.d.ts.map +1 -1
- package/format/WKB.js +8 -0
- package/format/WKT.d.ts.map +1 -1
- package/format/WKT.js +6 -0
- package/format/WMSCapabilities.d.ts.map +1 -1
- package/format/WMSCapabilities.js +1 -0
- package/format/WMSGetFeatureInfo.d.ts.map +1 -1
- package/format/WMSGetFeatureInfo.js +1 -0
- package/format/WMTSCapabilities.d.ts.map +1 -1
- package/format/WMTSCapabilities.js +1 -0
- package/format/XMLFeature.d.ts +10 -5
- package/format/XMLFeature.d.ts.map +1 -1
- package/format/XMLFeature.js +8 -0
- package/geom/Circle.d.ts +10 -3
- package/geom/Circle.d.ts.map +1 -1
- package/geom/Circle.js +13 -0
- package/geom/GeometryCollection.d.ts +4 -2
- package/geom/GeometryCollection.d.ts.map +1 -1
- package/geom/GeometryCollection.js +12 -0
- package/geom/LineString.d.ts +8 -4
- package/geom/LineString.d.ts.map +1 -1
- package/geom/LineString.js +7 -0
- package/geom/LinearRing.d.ts +8 -4
- package/geom/LinearRing.d.ts.map +1 -1
- package/geom/LinearRing.js +7 -0
- package/geom/MultiLineString.d.ts +8 -4
- package/geom/MultiLineString.d.ts.map +1 -1
- package/geom/MultiLineString.js +7 -0
- package/geom/MultiPoint.d.ts +6 -3
- package/geom/MultiPoint.d.ts.map +1 -1
- package/geom/MultiPoint.js +6 -0
- package/geom/MultiPolygon.d.ts +8 -4
- package/geom/MultiPolygon.d.ts.map +1 -1
- package/geom/MultiPolygon.js +8 -0
- package/geom/Point.d.ts +4 -2
- package/geom/Point.d.ts.map +1 -1
- package/geom/Point.js +7 -0
- package/geom/Polygon.d.ts +8 -4
- package/geom/Polygon.d.ts.map +1 -1
- package/geom/Polygon.js +8 -0
- package/geom/SimpleGeometry.d.ts +2 -1
- package/geom/SimpleGeometry.d.ts.map +1 -1
- package/geom/SimpleGeometry.js +6 -0
- package/interaction/DblClickDragZoom.d.ts.map +1 -1
- package/interaction/DblClickDragZoom.js +1 -0
- package/interaction/DoubleClickZoom.d.ts.map +1 -1
- package/interaction/DoubleClickZoom.js +1 -0
- package/interaction/DragAndDrop.d.ts +2 -1
- package/interaction/DragAndDrop.d.ts.map +1 -1
- package/interaction/DragAndDrop.js +2 -0
- package/interaction/DragBox.d.ts.map +1 -1
- package/interaction/DragBox.js +4 -0
- package/interaction/DragPan.d.ts.map +1 -1
- package/interaction/DragPan.js +3 -0
- package/interaction/DragRotate.d.ts.map +1 -1
- package/interaction/DragRotate.js +3 -0
- package/interaction/DragRotateAndZoom.d.ts.map +1 -1
- package/interaction/DragRotateAndZoom.js +3 -0
- package/interaction/DragZoom.d.ts.map +1 -1
- package/interaction/DragZoom.js +1 -0
- package/interaction/Draw.d.ts +2 -1
- package/interaction/Draw.d.ts.map +1 -1
- package/interaction/Draw.js +4 -0
- package/interaction/Extent.d.ts +2 -1
- package/interaction/Extent.d.ts.map +1 -1
- package/interaction/Extent.js +5 -0
- package/interaction/KeyboardPan.d.ts.map +1 -1
- package/interaction/KeyboardPan.js +1 -0
- package/interaction/KeyboardZoom.d.ts.map +1 -1
- package/interaction/KeyboardZoom.js +1 -0
- package/interaction/Link.d.ts.map +1 -1
- package/interaction/Link.js +1 -0
- package/interaction/Modify.d.ts +2 -1
- package/interaction/Modify.d.ts.map +1 -1
- package/interaction/Modify.js +6 -0
- package/interaction/MouseWheelZoom.d.ts.map +1 -1
- package/interaction/MouseWheelZoom.js +1 -0
- package/interaction/PinchRotate.d.ts.map +1 -1
- package/interaction/PinchRotate.js +3 -0
- package/interaction/PinchZoom.d.ts.map +1 -1
- package/interaction/PinchZoom.js +3 -0
- package/interaction/Pointer.d.ts.map +1 -1
- package/interaction/Pointer.js +1 -0
- package/interaction/Select.d.ts.map +1 -1
- package/interaction/Select.js +2 -0
- package/interaction/Snap.d.ts +2 -1
- package/interaction/Snap.d.ts.map +1 -1
- package/interaction/Snap.js +3 -0
- package/interaction/Translate.d.ts +2 -1
- package/interaction/Translate.d.ts.map +1 -1
- package/interaction/Translate.js +5 -0
- package/layer/Base.d.ts.map +1 -1
- package/layer/Base.js +1 -0
- package/layer/BaseTile.d.ts.map +1 -1
- package/layer/BaseTile.js +1 -0
- package/layer/BaseVector.d.ts.map +1 -1
- package/layer/BaseVector.js +3 -0
- package/layer/Group.d.ts.map +1 -1
- package/layer/Group.js +3 -0
- package/layer/Heatmap.d.ts +4 -1
- package/layer/Heatmap.d.ts.map +1 -1
- package/layer/Heatmap.js +6 -0
- package/layer/Image.d.ts.map +1 -1
- package/layer/Image.js +4 -0
- package/layer/Layer.d.ts.map +1 -1
- package/layer/Layer.js +4 -0
- package/layer/Tile.d.ts +4 -1
- package/layer/Tile.d.ts.map +1 -1
- package/layer/Tile.js +3 -0
- package/layer/Vector.d.ts.map +1 -1
- package/layer/Vector.js +3 -0
- package/layer/VectorImage.d.ts.map +1 -1
- package/layer/VectorImage.js +3 -0
- package/layer/VectorTile.d.ts.map +1 -1
- package/layer/VectorTile.js +4 -0
- package/layer/WebGLPoints.d.ts.map +1 -1
- package/layer/WebGLPoints.js +3 -0
- package/layer/WebGLTile.d.ts +4 -2
- package/layer/WebGLTile.d.ts.map +1 -1
- package/layer/WebGLTile.js +6 -0
- package/package.json +1 -1
- package/render/Box.d.ts.map +1 -1
- package/render/Box.js +1 -0
- package/render/canvas/Builder.d.ts.map +1 -1
- package/render/canvas/Builder.js +2 -0
- package/render/canvas/ImageBuilder.d.ts +2 -1
- package/render/canvas/ImageBuilder.d.ts.map +1 -1
- package/render/canvas/ImageBuilder.js +4 -0
- package/render/canvas/Immediate.d.ts +24 -12
- package/render/canvas/Immediate.d.ts.map +1 -1
- package/render/canvas/Immediate.js +14 -0
- package/render/canvas/LineStringBuilder.d.ts.map +1 -1
- package/render/canvas/LineStringBuilder.js +4 -0
- package/render/canvas/PolygonBuilder.d.ts.map +1 -1
- package/render/canvas/PolygonBuilder.js +4 -0
- package/render/canvas/TextBuilder.d.ts +2 -1
- package/render/canvas/TextBuilder.d.ts.map +1 -1
- package/render/canvas/TextBuilder.js +3 -0
- package/renderer/Composite.d.ts.map +1 -1
- package/renderer/Composite.js +5 -0
- package/renderer/Layer.d.ts.map +1 -1
- package/renderer/Layer.js +1 -0
- package/renderer/canvas/ImageLayer.d.ts +4 -2
- package/renderer/canvas/ImageLayer.d.ts.map +1 -1
- package/renderer/canvas/ImageLayer.js +3 -0
- package/renderer/canvas/Layer.d.ts.map +1 -1
- package/renderer/canvas/Layer.js +1 -0
- package/renderer/canvas/TileLayer.d.ts +4 -2
- package/renderer/canvas/TileLayer.d.ts.map +1 -1
- package/renderer/canvas/TileLayer.js +3 -0
- package/renderer/canvas/VectorImageLayer.d.ts +6 -3
- package/renderer/canvas/VectorImageLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorImageLayer.js +7 -0
- package/renderer/canvas/VectorLayer.d.ts +2 -1
- package/renderer/canvas/VectorLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorLayer.js +6 -0
- package/renderer/canvas/VectorTileLayer.d.ts +2 -5
- package/renderer/canvas/VectorTileLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorTileLayer.js +8 -7
- package/renderer/webgl/Layer.d.ts.map +1 -1
- package/renderer/webgl/Layer.js +2 -0
- package/renderer/webgl/PointsLayer.d.ts +2 -1
- package/renderer/webgl/PointsLayer.d.ts.map +1 -1
- package/renderer/webgl/PointsLayer.js +7 -0
- package/renderer/webgl/TileLayer.d.ts +16 -5
- package/renderer/webgl/TileLayer.d.ts.map +1 -1
- package/renderer/webgl/TileLayer.js +18 -0
- package/renderer/webgl/TileLayerBase.d.ts +4 -2
- package/renderer/webgl/TileLayerBase.d.ts.map +1 -1
- package/renderer/webgl/TileLayerBase.js +7 -0
- package/renderer/webgl/VectorLayer.d.ts +6 -2
- package/renderer/webgl/VectorLayer.d.ts.map +1 -1
- package/renderer/webgl/VectorLayer.js +10 -0
- package/renderer/webgl/VectorTileLayer.d.ts +22 -6
- package/renderer/webgl/VectorTileLayer.d.ts.map +1 -1
- package/renderer/webgl/VectorTileLayer.js +20 -0
- package/reproj/DataTile.d.ts.map +1 -1
- package/reproj/DataTile.js +4 -0
- package/reproj/Image.d.ts +2 -1
- package/reproj/Image.d.ts.map +1 -1
- package/reproj/Image.js +3 -0
- package/reproj/Tile.d.ts.map +1 -1
- package/reproj/Tile.js +2 -0
- package/source/Cluster.d.ts.map +1 -1
- package/source/Cluster.js +3 -0
- package/source/DataTile.d.ts.map +1 -1
- package/source/DataTile.js +8 -0
- package/source/Google.d.ts.map +1 -1
- package/source/Google.js +3 -0
- package/source/Image.d.ts +2 -1
- package/source/Image.d.ts.map +1 -1
- package/source/Image.js +1 -0
- package/source/ImageArcGISRest.d.ts.map +1 -1
- package/source/ImageArcGISRest.js +4 -0
- package/source/ImageCanvas.d.ts +2 -1
- package/source/ImageCanvas.d.ts.map +1 -1
- package/source/ImageCanvas.js +1 -0
- package/source/ImageMapGuide.d.ts.map +1 -1
- package/source/ImageMapGuide.js +4 -0
- package/source/ImageStatic.d.ts.map +1 -1
- package/source/ImageStatic.js +1 -0
- package/source/ImageWMS.d.ts.map +1 -1
- package/source/ImageWMS.js +4 -0
- package/source/Raster.d.ts +4 -2
- package/source/Raster.d.ts.map +1 -1
- package/source/Raster.js +6 -0
- package/source/Tile.d.ts.map +1 -1
- package/source/Tile.js +4 -0
- package/source/TileArcGISRest.d.ts.map +1 -1
- package/source/TileArcGISRest.js +1 -0
- package/source/TileImage.d.ts +2 -1
- package/source/TileImage.d.ts.map +1 -1
- package/source/TileImage.js +10 -0
- package/source/TileWMS.d.ts.map +1 -1
- package/source/TileWMS.js +2 -0
- package/source/UTFGrid.d.ts +4 -2
- package/source/UTFGrid.d.ts.map +1 -1
- package/source/UTFGrid.js +4 -0
- package/source/UrlTile.d.ts +2 -1
- package/source/UrlTile.d.ts.map +1 -1
- package/source/UrlTile.js +1 -0
- package/source/Vector.d.ts.map +1 -1
- package/source/Vector.js +3 -0
- package/source/VectorTile.d.ts +2 -1
- package/source/VectorTile.d.ts.map +1 -1
- package/source/VectorTile.js +6 -0
- package/source/WMTS.d.ts.map +1 -1
- package/source/WMTS.js +1 -0
- package/source/XYZ.d.ts.map +1 -1
- package/source/XYZ.js +1 -0
- package/source/Zoomify.d.ts.map +1 -1
- package/source/Zoomify.js +1 -0
- package/style/Circle.d.ts +2 -1
- package/style/Circle.d.ts.map +1 -1
- package/style/Circle.js +1 -0
- package/style/Icon.d.ts +6 -3
- package/style/Icon.d.ts.map +1 -1
- package/style/Icon.js +16 -0
- package/style/RegularShape.d.ts +6 -3
- package/style/RegularShape.d.ts.map +1 -1
- package/style/RegularShape.js +15 -0
- package/util.js +1 -1
- package/webgl/BaseTileRepresentation.d.ts.map +1 -1
- package/webgl/BaseTileRepresentation.js +3 -0
- package/webgl/Helper.d.ts.map +1 -1
- package/webgl/Helper.js +1 -0
- package/webgl/TileGeometry.d.ts.map +1 -1
- package/webgl/TileGeometry.js +3 -0
- package/webgl/TileTexture.d.ts.map +1 -1
- package/webgl/TileTexture.js +6 -0
package/format/Polyline.d.ts
CHANGED
|
@@ -136,22 +136,25 @@ declare class Polyline extends TextFeature {
|
|
|
136
136
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
137
137
|
* @protected
|
|
138
138
|
* @return {string} Text.
|
|
139
|
+
* @override
|
|
139
140
|
*/
|
|
140
|
-
protected writeFeatureText(feature: import("../Feature.js").default<LineString>, options?: import("./Feature.js").WriteOptions | undefined): string;
|
|
141
|
+
protected override writeFeatureText(feature: import("../Feature.js").default<LineString>, options?: import("./Feature.js").WriteOptions | undefined): string;
|
|
141
142
|
/**
|
|
142
143
|
* @param {Array<import("../Feature.js").default<LineString>>} features Features.
|
|
143
144
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
144
145
|
* @protected
|
|
145
146
|
* @return {string} Text.
|
|
147
|
+
* @override
|
|
146
148
|
*/
|
|
147
|
-
protected writeFeaturesText(features: Array<import("../Feature.js").default<LineString>>, options?: import("./Feature.js").WriteOptions | undefined): string;
|
|
149
|
+
protected override writeFeaturesText(features: Array<import("../Feature.js").default<LineString>>, options?: import("./Feature.js").WriteOptions | undefined): string;
|
|
148
150
|
/**
|
|
149
151
|
* @param {LineString} geometry Geometry.
|
|
150
152
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
151
153
|
* @protected
|
|
152
154
|
* @return {string} Text.
|
|
155
|
+
* @override
|
|
153
156
|
*/
|
|
154
|
-
protected writeGeometryText(geometry: LineString, options?: import("./Feature.js").WriteOptions | undefined): string;
|
|
157
|
+
protected override writeGeometryText(geometry: LineString, options?: import("./Feature.js").WriteOptions | undefined): string;
|
|
155
158
|
}
|
|
156
159
|
import TextFeature from './TextFeature.js';
|
|
157
160
|
import LineString from '../geom/LineString.js';
|
package/format/Polyline.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Polyline.d.ts","sourceRoot":"","sources":["Polyline.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Polyline.d.ts","sourceRoot":"","sources":["Polyline.js"],"names":[],"mappings":"AA8JA;;;;;;;;;;;;GAYG;AACH,sCARW,KAAK,CAAC,MAAM,CAAC,UACb,MAAM,gCAIL,MAAM,CAuBjB;AAED;;;;;;;;;;GAUG;AACH,sCARW,MAAM,UACN,MAAM,gCAIL,KAAK,CAAC,MAAM,CAAC,CAwBxB;AAED;;;;;;;;;;;GAWG;AACH,sCAPW,KAAK,CAAC,MAAM,CAAC,gCAIZ,MAAM,CAUjB;AAED;;;;;;;;GAQG;AACH,sCANW,MAAM,gCAGL,KAAK,CAAC,MAAM,CAAC,CAUxB;AAED;;;;;;;GAOG;AACH,8CAHW,KAAK,CAAC,MAAM,CAAC,GACZ,MAAM,CAQjB;AAED;;;;;GAKG;AACH,8CAHW,MAAM,GACL,KAAK,CAAC,MAAM,CAAC,CASxB;AAED;;;;;GAKG;AACH,gDAHW,KAAK,CAAC,MAAM,CAAC,GACZ,MAAM,CAQjB;AAED;;;;;GAKG;AACH,gDAHW,MAAM,GACL,KAAK,CAAC,MAAM,CAAC,CAkBxB;AAED;;;;;GAKG;AACH,2CAHW,MAAM,GACL,MAAM,CAajB;;;;;;;;;;;;;AApVD;;;;;GAKG;AAEH;;;;;;;;;;;;;GAaG;AACH;IACE;;OAEG;IACH,2CAuBC;IAbC;;;OAGG;IACH,gBAAoD;IAEpD;;;OAGG;IACH,wBAEQ;IAqDV;;;;;;OAMG;IACH,6CANW,OAAO,eAAe,EAAE,OAAO,CAAC,UAAU,CAAC,8DAG1C,MAAM,CASjB;IAED;;;;;;OAMG;IACH,+CANW,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,8DAGjD,MAAM,CAKjB;IAED;;;;;;OAMG;IACH,+CANW,UAAU,8DAGT,MAAM,CAajB;CACF;wBAvJuB,kBAAkB;uBADnB,uBAAuB"}
|
package/format/Polyline.js
CHANGED
|
@@ -65,6 +65,7 @@ class Polyline extends TextFeature {
|
|
|
65
65
|
* @param {string} text Text.
|
|
66
66
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
67
67
|
* @return {import("../Feature.js").default} Feature.
|
|
68
|
+
* @override
|
|
68
69
|
*/
|
|
69
70
|
readFeatureFromText(text, options) {
|
|
70
71
|
const geometry = this.readGeometryFromText(text, options);
|
|
@@ -76,6 +77,7 @@ class Polyline extends TextFeature {
|
|
|
76
77
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
77
78
|
* @protected
|
|
78
79
|
* @return {Array<Feature>} Features.
|
|
80
|
+
* @override
|
|
79
81
|
*/
|
|
80
82
|
readFeaturesFromText(text, options) {
|
|
81
83
|
const feature = this.readFeatureFromText(text, options);
|
|
@@ -87,6 +89,7 @@ class Polyline extends TextFeature {
|
|
|
87
89
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
88
90
|
* @protected
|
|
89
91
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
92
|
+
* @override
|
|
90
93
|
*/
|
|
91
94
|
readGeometryFromText(text, options) {
|
|
92
95
|
const stride = getStrideForLayout(this.geometryLayout_);
|
|
@@ -112,6 +115,7 @@ class Polyline extends TextFeature {
|
|
|
112
115
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
113
116
|
* @protected
|
|
114
117
|
* @return {string} Text.
|
|
118
|
+
* @override
|
|
115
119
|
*/
|
|
116
120
|
writeFeatureText(feature, options) {
|
|
117
121
|
const geometry = feature.getGeometry();
|
|
@@ -126,6 +130,7 @@ class Polyline extends TextFeature {
|
|
|
126
130
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
127
131
|
* @protected
|
|
128
132
|
* @return {string} Text.
|
|
133
|
+
* @override
|
|
129
134
|
*/
|
|
130
135
|
writeFeaturesText(features, options) {
|
|
131
136
|
return this.writeFeatureText(features[0], options);
|
|
@@ -136,6 +141,7 @@ class Polyline extends TextFeature {
|
|
|
136
141
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
137
142
|
* @protected
|
|
138
143
|
* @return {string} Text.
|
|
144
|
+
* @override
|
|
139
145
|
*/
|
|
140
146
|
writeGeometryText(geometry, options) {
|
|
141
147
|
geometry =
|
package/format/TextFeature.d.ts
CHANGED
|
@@ -16,8 +16,9 @@ declare class TextFeature extends FeatureFormat<import("../Feature.js").default<
|
|
|
16
16
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
17
17
|
* @return {import("../Feature.js").default} Feature.
|
|
18
18
|
* @api
|
|
19
|
+
* @override
|
|
19
20
|
*/
|
|
20
|
-
readFeature(source: Document | Element | any | string, options?: import("../format/Feature.js").ReadOptions | undefined): import("../Feature.js").default;
|
|
21
|
+
override readFeature(source: Document | Element | any | string, options?: import("../format/Feature.js").ReadOptions | undefined): import("../Feature.js").default;
|
|
21
22
|
/**
|
|
22
23
|
* @abstract
|
|
23
24
|
* @param {string} text Text.
|
|
@@ -55,8 +56,9 @@ declare class TextFeature extends FeatureFormat<import("../Feature.js").default<
|
|
|
55
56
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
56
57
|
* @return {string} Encoded feature.
|
|
57
58
|
* @api
|
|
59
|
+
* @override
|
|
58
60
|
*/
|
|
59
|
-
writeFeature(feature: import("../Feature.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
61
|
+
override writeFeature(feature: import("../Feature.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
60
62
|
/**
|
|
61
63
|
* @abstract
|
|
62
64
|
* @param {import("../Feature.js").default} feature Features.
|
|
@@ -72,8 +74,9 @@ declare class TextFeature extends FeatureFormat<import("../Feature.js").default<
|
|
|
72
74
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
73
75
|
* @return {string} Encoded features.
|
|
74
76
|
* @api
|
|
77
|
+
* @override
|
|
75
78
|
*/
|
|
76
|
-
writeFeatures(features: Array<import("../Feature.js").default>, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
79
|
+
override writeFeatures(features: Array<import("../Feature.js").default>, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
77
80
|
/**
|
|
78
81
|
* @abstract
|
|
79
82
|
* @param {Array<import("../Feature.js").default>} features Features.
|
|
@@ -89,8 +92,9 @@ declare class TextFeature extends FeatureFormat<import("../Feature.js").default<
|
|
|
89
92
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
90
93
|
* @return {string} Geometry.
|
|
91
94
|
* @api
|
|
95
|
+
* @override
|
|
92
96
|
*/
|
|
93
|
-
writeGeometry(geometry: import("../geom/Geometry.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
97
|
+
override writeGeometry(geometry: import("../geom/Geometry.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
94
98
|
/**
|
|
95
99
|
* @abstract
|
|
96
100
|
* @param {import("../geom/Geometry.js").default} geometry Geometry.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextFeature.d.ts","sourceRoot":"","sources":["TextFeature.js"],"names":[],"mappings":";AAMA;;;;;;;GAOG;AACH;IACE,cAEC;
|
|
1
|
+
{"version":3,"file":"TextFeature.d.ts","sourceRoot":"","sources":["TextFeature.js"],"names":[],"mappings":";AAMA;;;;;;;GAOG;AACH;IACE,cAEC;IAUD;;;;;;;;OAQG;IACH,6BANW,QAAQ,GAAC,OAAO,SAAQ,MAAM,qEAE7B,OAAO,eAAe,EAAE,OAAO,CAS1C;IAED;;;;;;OAMG;IACH,oCALW,MAAM,qEAGL,OAAO,eAAe,EAAE,OAAO,CAI1C;IAkBD;;;;;;OAMG;IACH,qCALW,MAAM,qEAGL,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,CAIjD;IAkBD;;;;;;OAMG;IACH,qCALW,MAAM,qEAGL,OAAO,qBAAqB,EAAE,OAAO,CAIhD;IAcD;;;;OAIG;IACH,uCAJW,MAAM,GAEL,OAAO,uBAAuB,EAAE,OAAO,GAAC,SAAS,CAI5D;IAED;;;;;;;;OAQG;IACH,+BANW,OAAO,eAAe,EAAE,OAAO,sEAE9B,MAAM,CAMjB;IAED;;;;;;OAMG;IACH,oCALW,OAAO,eAAe,EAAE,OAAO,sEAG9B,MAAM,CAIjB;IAED;;;;;;;;OAQG;IACH,iCANW,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,sEAErC,MAAM,CAMjB;IAED;;;;;;OAMG;IACH,sCALW,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,sEAGrC,MAAM,CAIjB;IAED;;;;;;;;OAQG;IACH,iCANW,OAAO,qBAAqB,EAAE,OAAO,sEAEpC,MAAM,CAMjB;IAED;;;;;;OAMG;IACH,sCALW,OAAO,qBAAqB,EAAE,OAAO,sEAGpC,MAAM,CAIjB;CACF;0BArMyB,sBAAsB"}
|
package/format/TextFeature.js
CHANGED
|
@@ -19,6 +19,7 @@ class TextFeature extends FeatureFormat {
|
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* @return {import("./Feature.js").Type} Format.
|
|
22
|
+
* @override
|
|
22
23
|
*/
|
|
23
24
|
getType() {
|
|
24
25
|
return 'text';
|
|
@@ -31,6 +32,7 @@ class TextFeature extends FeatureFormat {
|
|
|
31
32
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
32
33
|
* @return {import("../Feature.js").default} Feature.
|
|
33
34
|
* @api
|
|
35
|
+
* @override
|
|
34
36
|
*/
|
|
35
37
|
readFeature(source, options) {
|
|
36
38
|
return this.readFeatureFromText(
|
|
@@ -57,6 +59,7 @@ class TextFeature extends FeatureFormat {
|
|
|
57
59
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
58
60
|
* @return {Array<import("../Feature.js").default>} Features.
|
|
59
61
|
* @api
|
|
62
|
+
* @override
|
|
60
63
|
*/
|
|
61
64
|
readFeatures(source, options) {
|
|
62
65
|
return this.readFeaturesFromText(
|
|
@@ -83,6 +86,7 @@ class TextFeature extends FeatureFormat {
|
|
|
83
86
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
84
87
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
85
88
|
* @api
|
|
89
|
+
* @override
|
|
86
90
|
*/
|
|
87
91
|
readGeometry(source, options) {
|
|
88
92
|
return this.readGeometryFromText(
|
|
@@ -108,6 +112,7 @@ class TextFeature extends FeatureFormat {
|
|
|
108
112
|
* @param {Document|Element|Object|string} source Source.
|
|
109
113
|
* @return {import("../proj/Projection.js").default|undefined} Projection.
|
|
110
114
|
* @api
|
|
115
|
+
* @override
|
|
111
116
|
*/
|
|
112
117
|
readProjection(source) {
|
|
113
118
|
return this.readProjectionFromText(getText(source));
|
|
@@ -129,6 +134,7 @@ class TextFeature extends FeatureFormat {
|
|
|
129
134
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
130
135
|
* @return {string} Encoded feature.
|
|
131
136
|
* @api
|
|
137
|
+
* @override
|
|
132
138
|
*/
|
|
133
139
|
writeFeature(feature, options) {
|
|
134
140
|
return this.writeFeatureText(feature, this.adaptOptions(options));
|
|
@@ -152,6 +158,7 @@ class TextFeature extends FeatureFormat {
|
|
|
152
158
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
153
159
|
* @return {string} Encoded features.
|
|
154
160
|
* @api
|
|
161
|
+
* @override
|
|
155
162
|
*/
|
|
156
163
|
writeFeatures(features, options) {
|
|
157
164
|
return this.writeFeaturesText(features, this.adaptOptions(options));
|
|
@@ -175,6 +182,7 @@ class TextFeature extends FeatureFormat {
|
|
|
175
182
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
176
183
|
* @return {string} Geometry.
|
|
177
184
|
* @api
|
|
185
|
+
* @override
|
|
178
186
|
*/
|
|
179
187
|
writeGeometry(geometry, options) {
|
|
180
188
|
return this.writeGeometryText(geometry, this.adaptOptions(options));
|
package/format/TopoJSON.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopoJSON.d.ts","sourceRoot":"","sources":["TopoJSON.js"],"names":[],"mappings":";+BAea,OAAO,wBAAwB,EAAE,QAAQ;yCACzC,OAAO,wBAAwB,EAAE,kBAAkB;+BACnD,OAAO,wBAAwB,EAAE,cAAc;4BAC/C,OAAO,wBAAwB,EAAE,KAAK;iCACtC,OAAO,wBAAwB,EAAE,UAAU;iCAC3C,OAAO,wBAAwB,EAAE,UAAU;sCAC3C,OAAO,wBAAwB,EAAE,eAAe;8BAChD,OAAO,wBAAwB,EAAE,OAAO;mCACxC,OAAO,wBAAwB,EAAE,YAAY;;;;;qBAK5C,OAAO,YAAY,EAAE,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;AAdjD;;;;;;;;;;GAUG;AAEH;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH;;;;;GAKG;AACH;IACE;;OAEG;IACH,2CAuBC;IAlBC;;;OAGG;IACH,mBAAmC;IAEnC;;;OAGG;IACH,gBAAqD;
|
|
1
|
+
{"version":3,"file":"TopoJSON.d.ts","sourceRoot":"","sources":["TopoJSON.js"],"names":[],"mappings":";+BAea,OAAO,wBAAwB,EAAE,QAAQ;yCACzC,OAAO,wBAAwB,EAAE,kBAAkB;+BACnD,OAAO,wBAAwB,EAAE,cAAc;4BAC/C,OAAO,wBAAwB,EAAE,KAAK;iCACtC,OAAO,wBAAwB,EAAE,UAAU;iCAC3C,OAAO,wBAAwB,EAAE,UAAU;sCAC3C,OAAO,wBAAwB,EAAE,eAAe;8BAChD,OAAO,wBAAwB,EAAE,OAAO;mCACxC,OAAO,wBAAwB,EAAE,YAAY;;;;;qBAK5C,OAAO,YAAY,EAAE,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;AAdjD;;;;;;;;;;GAUG;AAEH;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH;;;;;GAKG;AACH;IACE;;OAEG;IACH,2CAuBC;IAlBC;;;OAGG;IACH,mBAAmC;IAEnC;;;OAGG;IACH,gBAAqD;CAwFxD;oBAhKmB,eAAe;wBACX,kBAAkB"}
|
package/format/TopoJSON.js
CHANGED
|
@@ -88,6 +88,7 @@ class TopoJSON extends JSONFeature {
|
|
|
88
88
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
89
89
|
* @protected
|
|
90
90
|
* @return {Array<Feature>} Features.
|
|
91
|
+
* @override
|
|
91
92
|
*/
|
|
92
93
|
readFeaturesFromObject(object, options) {
|
|
93
94
|
if (object.type == 'Topology') {
|
|
@@ -155,6 +156,7 @@ class TopoJSON extends JSONFeature {
|
|
|
155
156
|
* @param {Object} object Object.
|
|
156
157
|
* @protected
|
|
157
158
|
* @return {import("../proj/Projection.js").default} Projection.
|
|
159
|
+
* @override
|
|
158
160
|
*/
|
|
159
161
|
readProjectionFromObject(object) {
|
|
160
162
|
return this.dataProjection;
|
package/format/WFS.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WFS.d.ts","sourceRoot":"","sources":["WFS.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WFS.d.ts","sourceRoot":"","sources":["WFS.js"],"names":[],"mappings":"AAuzCA;;;;;;;GAOG;AACH,oCALW,OAAO,oBAAoB,EAAE,OAAO,WACpC,MAAM,GACL,IAAI,CAef;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA3sCa,MAAM;;;;mBACN,MAAM;;;;;;kBACN,KAAK,CAAC,MAAM,GAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA0BzB,MAAO;;;;UACP,OAAQ,cAAc,EAAE,MAAM;;;;kBAC9B,MAAO;;;;;;eAKP,MAAM;;;;mBACN,MAAM;;;;iBACN,MAAM;;;;;;;;;;;;;;;;;;oBAMN,KAAK,KAAQ;;;;;;;;;;;;;;;;;sBAQb,MAAM;;;;YACN,OAAO,cAAc,EAAE,MAAM;;;;;;kBAK7B,MAAM;;;;mBACN,MAAM;;;;kBACN,MAAM;;;;;;;;;wBAMN,kBAAkB;;;;eAClB,KAAK,CAAC,MAAM,CAAC;;AAmE3B;;;;;;;;GAQG;AACH;IACE;;OAEG;IACH,2CAsCC;IAjCC;;;OAGG;IACH,iBAAmE;IAEnE;;;OAGG;IACH,qBAAuC;IAEvC;;;OAGG;IACH,mBAAmC;IAEnC;;;OAGG;IACH,mBAEoC;IAEpC;;;OAGG;IACH,wBAEmC;IAGrC;;OAEG;IACH,kBAFY,KAAK,CAAC,MAAM,CAAC,GAAC,MAAM,GAAC,SAAS,CAIzC;IAED;;OAEG;IACH,4BAFW,KAAK,CAAC,MAAM,CAAC,GAAC,MAAM,GAAC,SAAS,QAIxC;IAwCD;;;;;;OAMG;IACH,gCAJW,QAAQ,GAAC,OAAO,SAAQ,MAAM,GAC7B,mBAAmB,GAAC,SAAS,CAmBxC;IAED;;;;;;;OAOG;IACH,sCALW,QAAQ,GAAC,OAAO,SAAQ,MAAM,GAC7B,yBAAyB,GAAC,SAAS,CAoB9C;IAED;;;;OAIG;IACH,+CAJW,QAAQ,GACP,yBAAyB,GAAC,SAAS,CAY9C;IAED;;;;OAIG;IACH,4CAJW,OAAO,GACN,yBAAyB,GAAC,SAAS,CAgB9C;IAED;;;OAGG;IACH,yCAHW,QAAQ,GACP,mBAAmB,GAAC,SAAS,CASxC;IAED;;;OAGG;IACH,sCAHW,OAAO,GACN,mBAAmB,GAAC,SAAS,CASxC;IAED;;;;;;OAMG;IACH,yBAJW,sBAAsB,GACrB,IAAI,CAwFf;IAED;;;;;;;;;OASG;IACH,mCAPW,MAAO,UACP,OAAQ,cAAc,EAAE,MAAM,4FAI7B,OAAO,oBAAoB,EAAE,OAAO,CAS/C;IAED;;;;;;;;;OASG;IACH,0BAPW,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,WACtC,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,WACtC,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,WACtC,uBAAuB,GACtB,IAAI,CA2Cf;CAwCF;oBApqB4B,cAAc;uBACpB,iBAAiB"}
|
package/format/WFS.js
CHANGED
|
@@ -331,6 +331,7 @@ class WFS extends XMLFeature {
|
|
|
331
331
|
* @param {Element} node Node.
|
|
332
332
|
* @param {import("./Feature.js").ReadOptions} [options] Options.
|
|
333
333
|
* @return {Array<import("../Feature.js").default>} Features.
|
|
334
|
+
* @override
|
|
334
335
|
*/
|
|
335
336
|
readFeaturesFromNode(node, options) {
|
|
336
337
|
/** @type {import("../xml.js").NodeStackItem} */
|
|
@@ -644,6 +645,7 @@ class WFS extends XMLFeature {
|
|
|
644
645
|
/**
|
|
645
646
|
* @param {Document} doc Document.
|
|
646
647
|
* @return {import("../proj/Projection.js").default} Projection.
|
|
648
|
+
* @override
|
|
647
649
|
*/
|
|
648
650
|
readProjectionFromDocument(doc) {
|
|
649
651
|
for (let n = doc.firstChild; n; n = n.nextSibling) {
|
|
@@ -657,6 +659,7 @@ class WFS extends XMLFeature {
|
|
|
657
659
|
/**
|
|
658
660
|
* @param {Element} node Node.
|
|
659
661
|
* @return {import("../proj/Projection.js").default} Projection.
|
|
662
|
+
* @override
|
|
660
663
|
*/
|
|
661
664
|
readProjectionFromNode(node) {
|
|
662
665
|
if (node.firstElementChild && node.firstElementChild.firstElementChild) {
|
package/format/WKB.d.ts
CHANGED
|
@@ -72,8 +72,9 @@ declare class WKB extends FeatureFormat<Feature<import("../geom/Geometry.js").de
|
|
|
72
72
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
73
73
|
* @return {import("../Feature.js").default} Feature.
|
|
74
74
|
* @api
|
|
75
|
+
* @override
|
|
75
76
|
*/
|
|
76
|
-
readFeature(source: string | ArrayBuffer | ArrayBufferView, options?: import("./Feature.js").ReadOptions | undefined): import("../Feature.js").default;
|
|
77
|
+
override readFeature(source: string | ArrayBuffer | ArrayBufferView, options?: import("./Feature.js").ReadOptions | undefined): import("../Feature.js").default;
|
|
77
78
|
/**
|
|
78
79
|
* Read all features from a source.
|
|
79
80
|
*
|
|
@@ -81,8 +82,9 @@ declare class WKB extends FeatureFormat<Feature<import("../geom/Geometry.js").de
|
|
|
81
82
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
82
83
|
* @return {Array<import("../Feature.js").default>} Features.
|
|
83
84
|
* @api
|
|
85
|
+
* @override
|
|
84
86
|
*/
|
|
85
|
-
readFeatures(source: string | ArrayBuffer | ArrayBufferView, options?: import("./Feature.js").ReadOptions | undefined): Array<import("../Feature.js").default>;
|
|
87
|
+
override readFeatures(source: string | ArrayBuffer | ArrayBufferView, options?: import("./Feature.js").ReadOptions | undefined): Array<import("../Feature.js").default>;
|
|
86
88
|
/**
|
|
87
89
|
* Read a single geometry from a source.
|
|
88
90
|
*
|
|
@@ -90,16 +92,18 @@ declare class WKB extends FeatureFormat<Feature<import("../geom/Geometry.js").de
|
|
|
90
92
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
91
93
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
92
94
|
* @api
|
|
95
|
+
* @override
|
|
93
96
|
*/
|
|
94
|
-
readGeometry(source: string | ArrayBuffer | ArrayBufferView, options?: import("./Feature.js").ReadOptions | undefined): import("../geom/Geometry.js").default;
|
|
97
|
+
override readGeometry(source: string | ArrayBuffer | ArrayBufferView, options?: import("./Feature.js").ReadOptions | undefined): import("../geom/Geometry.js").default;
|
|
95
98
|
/**
|
|
96
99
|
* Read the projection from a source.
|
|
97
100
|
*
|
|
98
101
|
* @param {string|ArrayBuffer|ArrayBufferView} source Source.
|
|
99
102
|
* @return {import("../proj/Projection.js").default|undefined} Projection.
|
|
100
103
|
* @api
|
|
104
|
+
* @override
|
|
101
105
|
*/
|
|
102
|
-
readProjection(source: string | ArrayBuffer | ArrayBufferView): import("../proj/Projection.js").default | undefined;
|
|
106
|
+
override readProjection(source: string | ArrayBuffer | ArrayBufferView): import("../proj/Projection.js").default | undefined;
|
|
103
107
|
}
|
|
104
108
|
import Feature from '../Feature.js';
|
|
105
109
|
import FeatureFormat from './Feature.js';
|
package/format/WKB.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WKB.d.ts","sourceRoot":"","sources":["WKB.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyqBA;;;;;;;;;;GAUG;AAEH;;;;;;GAMG;AACH;IACE;;OAEG;IACH,2CAkBC;IAbC,yBAAuD;IAEvD,4BAAsB;IAEtB,cAAiC;IACjC,uBAAmD;IACnD,eAAmC;IAEnC,kEAAqC;IACrC,iBAAoC;IACpC,iBAAoC;IAEpC,oCAAyB;
|
|
1
|
+
{"version":3,"file":"WKB.d.ts","sourceRoot":"","sources":["WKB.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyqBA;;;;;;;;;;GAUG;AAEH;;;;;;GAMG;AACH;IACE;;OAEG;IACH,2CAkBC;IAbC,yBAAuD;IAEvD,4BAAsB;IAEtB,cAAiC;IACjC,uBAAmD;IACnD,eAAmC;IAEnC,kEAAqC;IACrC,iBAAoC;IACpC,iBAAoC;IAEpC,oCAAyB;IAW3B;;;;;;;;OAQG;IACH,6BANW,MAAM,GAAC,WAAW,GAAC,eAAe,6DAEjC,OAAO,eAAe,EAAE,OAAO,CAQ1C;IAED;;;;;;;;OAQG;IACH,8BANW,MAAM,GAAC,WAAW,GAAC,eAAe,6DAEjC,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,CAajD;IAED;;;;;;;;OAQG;IACH,8BANW,MAAM,GAAC,WAAW,GAAC,eAAe,6DAEjC,OAAO,qBAAqB,EAAE,OAAO,CAkBhD;IAED;;;;;;;OAOG;IACH,gCALW,MAAM,GAAC,WAAW,GAAC,eAAe,GACjC,OAAO,uBAAuB,EAAE,OAAO,GAAC,SAAS,CAiB5D;CA2EF;oBAr3BmB,eAAe;0BACuB,cAAc"}
|
package/format/WKB.js
CHANGED
|
@@ -724,6 +724,7 @@ class WKB extends FeatureFormat {
|
|
|
724
724
|
|
|
725
725
|
/**
|
|
726
726
|
* @return {import("./Feature.js").Type} Format.
|
|
727
|
+
* @override
|
|
727
728
|
*/
|
|
728
729
|
getType() {
|
|
729
730
|
return this.hex_ ? 'text' : 'arraybuffer';
|
|
@@ -736,6 +737,7 @@ class WKB extends FeatureFormat {
|
|
|
736
737
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
737
738
|
* @return {import("../Feature.js").default} Feature.
|
|
738
739
|
* @api
|
|
740
|
+
* @override
|
|
739
741
|
*/
|
|
740
742
|
readFeature(source, options) {
|
|
741
743
|
return new Feature({
|
|
@@ -750,6 +752,7 @@ class WKB extends FeatureFormat {
|
|
|
750
752
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
751
753
|
* @return {Array<import("../Feature.js").default>} Features.
|
|
752
754
|
* @api
|
|
755
|
+
* @override
|
|
753
756
|
*/
|
|
754
757
|
readFeatures(source, options) {
|
|
755
758
|
let geometries = [];
|
|
@@ -769,6 +772,7 @@ class WKB extends FeatureFormat {
|
|
|
769
772
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
770
773
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
771
774
|
* @api
|
|
775
|
+
* @override
|
|
772
776
|
*/
|
|
773
777
|
readGeometry(source, options) {
|
|
774
778
|
const view = getDataView(source);
|
|
@@ -792,6 +796,7 @@ class WKB extends FeatureFormat {
|
|
|
792
796
|
* @param {string|ArrayBuffer|ArrayBufferView} source Source.
|
|
793
797
|
* @return {import("../proj/Projection.js").default|undefined} Projection.
|
|
794
798
|
* @api
|
|
799
|
+
* @override
|
|
795
800
|
*/
|
|
796
801
|
readProjection(source) {
|
|
797
802
|
const view = this.viewCache_ || getDataView(source);
|
|
@@ -815,6 +820,7 @@ class WKB extends FeatureFormat {
|
|
|
815
820
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
816
821
|
* @return {string|ArrayBuffer} Result.
|
|
817
822
|
* @api
|
|
823
|
+
* @override
|
|
818
824
|
*/
|
|
819
825
|
writeFeature(feature, options) {
|
|
820
826
|
return this.writeGeometry(feature.getGeometry(), options);
|
|
@@ -827,6 +833,7 @@ class WKB extends FeatureFormat {
|
|
|
827
833
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
828
834
|
* @return {string|ArrayBuffer} Result.
|
|
829
835
|
* @api
|
|
836
|
+
* @override
|
|
830
837
|
*/
|
|
831
838
|
writeFeatures(features, options) {
|
|
832
839
|
return this.writeGeometry(
|
|
@@ -842,6 +849,7 @@ class WKB extends FeatureFormat {
|
|
|
842
849
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
843
850
|
* @return {string|ArrayBuffer} Result.
|
|
844
851
|
* @api
|
|
852
|
+
* @override
|
|
845
853
|
*/
|
|
846
854
|
writeGeometry(geometry, options) {
|
|
847
855
|
options = this.adaptOptions(options);
|
package/format/WKT.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WKT.d.ts","sourceRoot":"","sources":["WKT.js"],"names":[],"mappings":";;;;;;;;;;;;UAmCc,MAAM;;;;;;;;cAEN,MAAM;;AA4iBpB;;;;;;GAMG;AACH;IACE;;OAEG;IACH,2CAYC;IAPC;;;;OAIG;IACH,yBACyE;IAG3E;;;;;;OAMG;IACH,eAIC;
|
|
1
|
+
{"version":3,"file":"WKT.d.ts","sourceRoot":"","sources":["WKT.js"],"names":[],"mappings":";;;;;;;;;;;;UAmCc,MAAM;;;;;;;;cAEN,MAAM;;AA4iBpB;;;;;;GAMG;AACH;IACE;;OAEG;IACH,2CAYC;IAPC;;;;OAIG;IACH,yBACyE;IAG3E;;;;;;OAMG;IACH,eAIC;CAkGF;wBA5sBuB,kBAAkB"}
|
package/format/WKT.js
CHANGED
|
@@ -634,6 +634,7 @@ class WKT extends TextFeature {
|
|
|
634
634
|
* @param {string} text Text.
|
|
635
635
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
636
636
|
* @return {import("../Feature.js").default} Feature.
|
|
637
|
+
* @override
|
|
637
638
|
*/
|
|
638
639
|
readFeatureFromText(text, options) {
|
|
639
640
|
const geom = this.readGeometryFromText(text, options);
|
|
@@ -647,6 +648,7 @@ class WKT extends TextFeature {
|
|
|
647
648
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
648
649
|
* @protected
|
|
649
650
|
* @return {Array<Feature>} Features.
|
|
651
|
+
* @override
|
|
650
652
|
*/
|
|
651
653
|
readFeaturesFromText(text, options) {
|
|
652
654
|
let geometries = [];
|
|
@@ -672,6 +674,7 @@ class WKT extends TextFeature {
|
|
|
672
674
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
673
675
|
* @protected
|
|
674
676
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
677
|
+
* @override
|
|
675
678
|
*/
|
|
676
679
|
readGeometryFromText(text, options) {
|
|
677
680
|
const geometry = this.parse_(text);
|
|
@@ -683,6 +686,7 @@ class WKT extends TextFeature {
|
|
|
683
686
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
684
687
|
* @protected
|
|
685
688
|
* @return {string} Text.
|
|
689
|
+
* @override
|
|
686
690
|
*/
|
|
687
691
|
writeFeatureText(feature, options) {
|
|
688
692
|
const geometry = feature.getGeometry();
|
|
@@ -697,6 +701,7 @@ class WKT extends TextFeature {
|
|
|
697
701
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
698
702
|
* @protected
|
|
699
703
|
* @return {string} Text.
|
|
704
|
+
* @override
|
|
700
705
|
*/
|
|
701
706
|
writeFeaturesText(features, options) {
|
|
702
707
|
if (features.length == 1) {
|
|
@@ -715,6 +720,7 @@ class WKT extends TextFeature {
|
|
|
715
720
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
716
721
|
* @protected
|
|
717
722
|
* @return {string} Text.
|
|
723
|
+
* @override
|
|
718
724
|
*/
|
|
719
725
|
writeGeometryText(geometry, options) {
|
|
720
726
|
return encode(transformGeometryWithOptions(geometry, true, options));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WMSCapabilities.d.ts","sourceRoot":"","sources":["WMSCapabilities.js"],"names":[],"mappings":";AAgDA;;;;;GAKG;AACH;IAII;;OAEG;IACH,SAFU,MAAM,GAAC,SAAS,CAEF;
|
|
1
|
+
{"version":3,"file":"WMSCapabilities.d.ts","sourceRoot":"","sources":["WMSCapabilities.js"],"names":[],"mappings":";AAgDA;;;;;GAKG;AACH;IAII;;OAEG;IACH,SAFU,MAAM,GAAC,SAAS,CAEF;CAoB3B;gBA9Ee,UAAU"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WMSGetFeatureInfo.d.ts","sourceRoot":"","sources":["WMSGetFeatureInfo.js"],"names":[],"mappings":";;;;;;;AAyBA;;;;;;GAMG;AACH;IACE;;OAEG;IACH,2CAsBC;IAjBC;;;OAGG;IACH,mBAA0D;IAE1D;;;OAGG;IACH,mBAA4B;IAE5B;;;OAGG;IACH,gBAAqD;IAGvD;;OAEG;IACH,aAFY,KAAK,CAAC,MAAM,CAAC,GAAC,IAAI,CAI7B;IAED;;OAEG;IACH,kBAFW,KAAK,CAAC,MAAM,CAAC,GAAC,IAAI,QAI5B;IAED;;;;;OAKG;IACH,sBAmEC;
|
|
1
|
+
{"version":3,"file":"WMSGetFeatureInfo.d.ts","sourceRoot":"","sources":["WMSGetFeatureInfo.js"],"names":[],"mappings":";;;;;;;AAyBA;;;;;;GAMG;AACH;IACE;;OAEG;IACH,2CAsBC;IAjBC;;;OAGG;IACH,mBAA0D;IAE1D;;;OAGG;IACH,mBAA4B;IAE5B;;;OAGG;IACH,gBAAqD;IAGvD;;OAEG;IACH,aAFY,KAAK,CAAC,MAAM,CAAC,GAAC,IAAI,CAI7B;IAED;;OAEG;IACH,kBAFW,KAAK,CAAC,MAAM,CAAC,GAAC,IAAI,QAI5B;IAED;;;;;OAKG;IACH,sBAmEC;CAgBF;uBA/JsB,iBAAiB"}
|
|
@@ -152,6 +152,7 @@ class WMSGetFeatureInfo extends XMLFeature {
|
|
|
152
152
|
* @param {Element} node Node.
|
|
153
153
|
* @param {import("./Feature.js").ReadOptions} [options] Options.
|
|
154
154
|
* @return {Array<import("../Feature.js").default>} Features.
|
|
155
|
+
* @override
|
|
155
156
|
*/
|
|
156
157
|
readFeaturesFromNode(node, options) {
|
|
157
158
|
const internalOptions = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WMTSCapabilities.d.ts","sourceRoot":"","sources":["WMTSCapabilities.js"],"names":[],"mappings":";AAqCA;;;;;GAKG;AACH;IAII;;;OAGG;IACH,mBAA2B;
|
|
1
|
+
{"version":3,"file":"WMTSCapabilities.d.ts","sourceRoot":"","sources":["WMTSCapabilities.js"],"names":[],"mappings":";AAqCA;;;;;GAKG;AACH;IAII;;;OAGG;IACH,mBAA2B;CA0B9B;gBAzEe,UAAU"}
|
package/format/XMLFeature.d.ts
CHANGED
|
@@ -21,8 +21,9 @@ declare class XMLFeature extends FeatureFormat<import("../Feature.js").default<i
|
|
|
21
21
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
22
22
|
* @return {import("../Feature.js").default} Feature.
|
|
23
23
|
* @api
|
|
24
|
+
* @override
|
|
24
25
|
*/
|
|
25
|
-
readFeature(source: Document | Element | any | string, options?: import("../format/Feature.js").ReadOptions | undefined): import("../Feature.js").default;
|
|
26
|
+
override readFeature(source: Document | Element | any | string, options?: import("../format/Feature.js").ReadOptions | undefined): import("../Feature.js").default;
|
|
26
27
|
/**
|
|
27
28
|
* @param {Document} doc Document.
|
|
28
29
|
* @param {import("./Feature.js").ReadOptions} [options] Options.
|
|
@@ -70,8 +71,9 @@ declare class XMLFeature extends FeatureFormat<import("../Feature.js").default<i
|
|
|
70
71
|
* @param {Document|Element|Object|string} source Source.
|
|
71
72
|
* @return {import("../proj/Projection.js").default} Projection.
|
|
72
73
|
* @api
|
|
74
|
+
* @override
|
|
73
75
|
*/
|
|
74
|
-
readProjection(source: Document | Element | any | string): import("../proj/Projection.js").default;
|
|
76
|
+
override readProjection(source: Document | Element | any | string): import("../proj/Projection.js").default;
|
|
75
77
|
/**
|
|
76
78
|
* @param {Document} doc Document.
|
|
77
79
|
* @protected
|
|
@@ -90,8 +92,9 @@ declare class XMLFeature extends FeatureFormat<import("../Feature.js").default<i
|
|
|
90
92
|
* @param {import("../Feature.js").default} feature Feature.
|
|
91
93
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
92
94
|
* @return {string} Encoded feature.
|
|
95
|
+
* @override
|
|
93
96
|
*/
|
|
94
|
-
writeFeature(feature: import("../Feature.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
97
|
+
override writeFeature(feature: import("../Feature.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
95
98
|
/**
|
|
96
99
|
* @param {import("../Feature.js").default} feature Feature.
|
|
97
100
|
* @param {import("./Feature.js").WriteOptions} [options] Options.
|
|
@@ -106,8 +109,9 @@ declare class XMLFeature extends FeatureFormat<import("../Feature.js").default<i
|
|
|
106
109
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
107
110
|
* @return {string} Result.
|
|
108
111
|
* @api
|
|
112
|
+
* @override
|
|
109
113
|
*/
|
|
110
|
-
writeFeatures(features: Array<import("../Feature.js").default>, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
114
|
+
override writeFeatures(features: Array<import("../Feature.js").default>, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
111
115
|
/**
|
|
112
116
|
* @param {Array<import("../Feature.js").default>} features Features.
|
|
113
117
|
* @param {import("./Feature.js").WriteOptions} [options] Options.
|
|
@@ -120,8 +124,9 @@ declare class XMLFeature extends FeatureFormat<import("../Feature.js").default<i
|
|
|
120
124
|
* @param {import("../geom/Geometry.js").default} geometry Geometry.
|
|
121
125
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
122
126
|
* @return {string} Encoded geometry.
|
|
127
|
+
* @override
|
|
123
128
|
*/
|
|
124
|
-
writeGeometry(geometry: import("../geom/Geometry.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
129
|
+
override writeGeometry(geometry: import("../geom/Geometry.js").default, options?: import("../format/Feature.js").WriteOptions | undefined): string;
|
|
125
130
|
/**
|
|
126
131
|
* @param {import("../geom/Geometry.js").default} geometry Geometry.
|
|
127
132
|
* @param {import("./Feature.js").WriteOptions} [options] Options.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"XMLFeature.d.ts","sourceRoot":"","sources":["XMLFeature.js"],"names":[],"mappings":";AAQA;;;;;;;GAOG;AACH;IACE,cAQC;IALC;;;OAGG;IACH,uBAAwC;
|
|
1
|
+
{"version":3,"file":"XMLFeature.d.ts","sourceRoot":"","sources":["XMLFeature.js"],"names":[],"mappings":";AAQA;;;;;;;GAOG;AACH;IACE,cAQC;IALC;;;OAGG;IACH,uBAAwC;IAW1C;;;;;;;;OAQG;IACH,6BANW,QAAQ,GAAC,OAAO,SAAQ,MAAM,qEAE7B,OAAO,eAAe,EAAE,OAAO,CAmB1C;IAED;;;;OAIG;IACH,6BAJW,QAAQ,qEAEP,OAAO,eAAe,EAAE,OAAO,CAQ1C;IAED;;;;OAIG;IACH,0BAJW,OAAO,qEAEN,OAAO,eAAe,EAAE,OAAO,CAI1C;IA4BD;;;;;OAKG;IACH,wCALW,QAAQ,qEAGP,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,CAcjD;IAED;;;;;;OAMG;IACH,qCALW,OAAO,qEAGN,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,CAIjD;IA2BD;;;;;OAKG;IACH,wCALW,QAAQ,qEAGP,OAAO,qBAAqB,EAAE,OAAO,CAIhD;IAED;;;;;OAKG;IACH,qCALW,OAAO,qEAGN,OAAO,qBAAqB,EAAE,OAAO,CAIhD;IAED;;;;;;;OAOG;IACH,gCALW,QAAQ,GAAC,OAAO,SAAQ,MAAM,GAC7B,OAAO,uBAAuB,EAAE,OAAO,CAgBlD;IAED;;;;OAIG;IACH,0CAJW,QAAQ,GAEP,OAAO,uBAAuB,EAAE,OAAO,CAIlD;IAED;;;;OAIG;IACH,uCAJW,OAAO,GAEN,OAAO,uBAAuB,EAAE,OAAO,CAIlD;IAED;;;;;;;OAOG;IACH,+BALW,OAAO,eAAe,EAAE,OAAO,sEAE9B,MAAM,CAMjB;IAED;;;;;OAKG;IACH,oCALW,OAAO,eAAe,EAAE,OAAO,sEAG9B,IAAI,CAIf;IAED;;;;;;;;OAQG;IACH,iCANW,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,sEAErC,MAAM,CAOjB;IAED;;;;OAIG;IACH,4BAJW,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,sEAErC,IAAI,CAIf;IAED;;;;;;;OAOG;IACH,iCALW,OAAO,qBAAqB,EAAE,OAAO,sEAEpC,MAAM,CAMjB;IAED;;;;OAIG;IACH,4BAJW,OAAO,qBAAqB,EAAE,OAAO,sEAEpC,IAAI,CAIf;CACF;0BAjSyB,sBAAsB"}
|
package/format/XMLFeature.js
CHANGED
|
@@ -27,6 +27,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* @return {import("./Feature.js").Type} Format.
|
|
30
|
+
* @override
|
|
30
31
|
*/
|
|
31
32
|
getType() {
|
|
32
33
|
return 'xml';
|
|
@@ -39,6 +40,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
39
40
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
40
41
|
* @return {import("../Feature.js").default} Feature.
|
|
41
42
|
* @api
|
|
43
|
+
* @override
|
|
42
44
|
*/
|
|
43
45
|
readFeature(source, options) {
|
|
44
46
|
if (!source) {
|
|
@@ -86,6 +88,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
86
88
|
* @param {import("./Feature.js").ReadOptions} [options] Options.
|
|
87
89
|
* @return {Array<import("../Feature.js").default>} Features.
|
|
88
90
|
* @api
|
|
91
|
+
* @override
|
|
89
92
|
*/
|
|
90
93
|
readFeatures(source, options) {
|
|
91
94
|
if (!source) {
|
|
@@ -141,6 +144,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
141
144
|
* @param {Document|Element|Object|string} source Source.
|
|
142
145
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
143
146
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
147
|
+
* @override
|
|
144
148
|
*/
|
|
145
149
|
readGeometry(source, options) {
|
|
146
150
|
if (!source) {
|
|
@@ -185,6 +189,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
185
189
|
* @param {Document|Element|Object|string} source Source.
|
|
186
190
|
* @return {import("../proj/Projection.js").default} Projection.
|
|
187
191
|
* @api
|
|
192
|
+
* @override
|
|
188
193
|
*/
|
|
189
194
|
readProjection(source) {
|
|
190
195
|
if (!source) {
|
|
@@ -224,6 +229,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
224
229
|
* @param {import("../Feature.js").default} feature Feature.
|
|
225
230
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
226
231
|
* @return {string} Encoded feature.
|
|
232
|
+
* @override
|
|
227
233
|
*/
|
|
228
234
|
writeFeature(feature, options) {
|
|
229
235
|
const node = this.writeFeatureNode(feature, options);
|
|
@@ -247,6 +253,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
247
253
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
248
254
|
* @return {string} Result.
|
|
249
255
|
* @api
|
|
256
|
+
* @override
|
|
250
257
|
*/
|
|
251
258
|
writeFeatures(features, options) {
|
|
252
259
|
const node = this.writeFeaturesNode(features, options);
|
|
@@ -268,6 +275,7 @@ class XMLFeature extends FeatureFormat {
|
|
|
268
275
|
* @param {import("../geom/Geometry.js").default} geometry Geometry.
|
|
269
276
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
270
277
|
* @return {string} Encoded geometry.
|
|
278
|
+
* @override
|
|
271
279
|
*/
|
|
272
280
|
writeGeometry(geometry, options) {
|
|
273
281
|
const node = this.writeGeometryNode(geometry, options);
|
package/geom/Circle.d.ts
CHANGED
|
@@ -18,8 +18,9 @@ declare class Circle extends SimpleGeometry {
|
|
|
18
18
|
* Make a complete copy of the geometry.
|
|
19
19
|
* @return {!Circle} Clone.
|
|
20
20
|
* @api
|
|
21
|
+
* @override
|
|
21
22
|
*/
|
|
22
|
-
clone(): Circle;
|
|
23
|
+
override clone(): Circle;
|
|
23
24
|
/**
|
|
24
25
|
* Return the center of the circle as {@link module:ol/coordinate~Coordinate coordinate}.
|
|
25
26
|
* @return {import("../coordinate.js").Coordinate} Center.
|
|
@@ -52,8 +53,14 @@ declare class Circle extends SimpleGeometry {
|
|
|
52
53
|
* @api
|
|
53
54
|
*/
|
|
54
55
|
setCenterAndRadius(center: import("../coordinate.js").Coordinate, radius: number, layout?: import("./Geometry.js").GeometryLayout | undefined): void;
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
/**
|
|
57
|
+
* @override
|
|
58
|
+
*/
|
|
59
|
+
override getCoordinates(): null;
|
|
60
|
+
/**
|
|
61
|
+
* @override
|
|
62
|
+
*/
|
|
63
|
+
override setCoordinates(coordinates: any, layout: any): void;
|
|
57
64
|
/**
|
|
58
65
|
* Set the radius of the circle. The radius is in the units of the projection.
|
|
59
66
|
* @param {number} radius Radius.
|
package/geom/Circle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["Circle.js"],"names":[],"mappings":";AAQA;;;;;GAKG;AACH;IACE;;;;;;OAMG;IACH,oBANW,OAAQ,kBAAkB,EAAE,UAAU,4FAchD;IAED
|
|
1
|
+
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["Circle.js"],"names":[],"mappings":";AAQA;;;;;GAKG;AACH;IACE;;;;;;OAMG;IACH,oBANW,OAAQ,kBAAkB,EAAE,UAAU,4FAchD;IAED;;;;;OAKG;IACH,kBAJa,MAAM,CAYlB;IA+CD;;;;OAIG;IACH,aAHY,OAAO,kBAAkB,EAAE,UAAU,CAKhD;IAoBD;;;;OAIG;IACH,aAHY,MAAM,CAKjB;IAED;;;OAGG;IACH,0BAIC;IAoCD;;;;OAIG;IACH,kBAHW,OAAO,kBAAkB,EAAE,UAAU,QAa/C;IAED;;;;;;;OAOG;IACH,2BALW,OAAQ,kBAAkB,EAAE,UAAU,UACtC,MAAM,qEAkBhB;IAED;;OAEG;IACH,gCAEC;IAED;;OAEG;IACH,6DAAsC;IAEtC;;;;OAIG;IACH,kBAHW,MAAM,QAMhB;CAkBF;2BAzP0B,qBAAqB"}
|