ol 9.2.5-sh.1 → 10.0.0
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 -1
- package/Collection.d.ts.map +1 -1
- package/DataTile.d.ts +15 -1
- package/DataTile.d.ts.map +1 -1
- package/DataTile.js +26 -1
- package/Feature.d.ts +1 -1
- package/Feature.d.ts.map +1 -1
- package/Geolocation.d.ts +2 -2
- package/Geolocation.d.ts.map +1 -1
- package/Geolocation.js +1 -0
- package/Image.d.ts +4 -4
- package/Image.d.ts.map +1 -1
- package/ImageCanvas.d.ts +2 -1
- package/ImageCanvas.d.ts.map +1 -1
- package/ImageCanvas.js +2 -0
- package/ImageTile.d.ts.map +1 -1
- package/ImageTile.js +1 -1
- package/Map.d.ts +5 -4
- package/Map.d.ts.map +1 -1
- package/Map.js +15 -14
- package/MapBrowserEvent.d.ts +4 -2
- package/MapBrowserEvent.d.ts.map +1 -1
- package/MapBrowserEvent.js +4 -0
- package/MapBrowserEventHandler.d.ts +4 -1
- package/MapBrowserEventHandler.d.ts.map +1 -1
- package/MapBrowserEventHandler.js +4 -0
- package/MapBrowserEventType.d.ts +1 -1
- package/MapEvent.d.ts.map +1 -1
- package/MapEventType.d.ts +1 -1
- package/Object.d.ts.map +1 -1
- package/ObjectEventType.d.ts +1 -1
- package/Observable.d.ts +2 -2
- package/Observable.d.ts.map +1 -1
- package/Overlay.d.ts +2 -2
- package/Overlay.d.ts.map +1 -1
- package/Overlay.js +2 -2
- package/README.md +1 -1
- package/Tile.d.ts +10 -30
- package/Tile.d.ts.map +1 -1
- package/Tile.js +6 -79
- package/TileCache.d.ts +2 -1
- package/TileCache.d.ts.map +1 -1
- package/TileCache.js +4 -0
- package/TileQueue.d.ts +3 -2
- package/TileQueue.d.ts.map +1 -1
- package/TileQueue.js +7 -4
- package/VectorRenderTile.d.ts +11 -16
- package/VectorRenderTile.d.ts.map +1 -1
- package/VectorRenderTile.js +19 -24
- package/VectorTile.d.ts +20 -17
- package/VectorTile.d.ts.map +1 -1
- package/VectorTile.js +14 -10
- package/View.d.ts +1 -1
- package/View.d.ts.map +1 -1
- package/array.d.ts +2 -2
- package/array.d.ts.map +1 -1
- package/asserts.d.ts.map +1 -1
- package/centerconstraint.d.ts.map +1 -1
- package/color.d.ts.map +1 -1
- package/color.js +2 -2
- package/console.d.ts +1 -1
- package/console.d.ts.map +1 -1
- package/control/Attribution.d.ts.map +1 -1
- package/control/Attribution.js +5 -12
- package/control/Control.d.ts.map +1 -1
- package/control/Control.js +4 -6
- package/control/FullScreen.d.ts +1 -1
- package/control/FullScreen.d.ts.map +1 -1
- package/control/FullScreen.js +1 -0
- package/control/MousePosition.d.ts +1 -1
- 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 +16 -13
- package/control/Rotate.d.ts +4 -1
- package/control/Rotate.d.ts.map +1 -1
- package/control/Rotate.js +3 -0
- package/control/ScaleLine.d.ts +3 -3
- package/control/ScaleLine.d.ts.map +1 -1
- package/control/ZoomSlider.d.ts.map +1 -1
- package/control/ZoomSlider.js +1 -0
- package/control/ZoomToExtent.d.ts.map +1 -1
- package/control/defaults.d.ts.map +1 -1
- package/coordinate.d.ts +1 -1
- package/coordinate.d.ts.map +1 -1
- package/css.d.ts.map +1 -1
- package/dist/ol.d.ts +10 -8
- package/dist/ol.d.ts.map +1 -1
- package/dist/ol.js +1 -3
- package/dist/ol.js.map +1 -1
- package/dom.d.ts +0 -5
- package/dom.d.ts.map +1 -1
- package/dom.js +1 -9
- package/events/SnapEvent.d.ts.map +1 -1
- package/events/Target.d.ts.map +1 -1
- package/events/Target.js +1 -0
- package/events/condition.d.ts +2 -2
- package/events/condition.d.ts.map +1 -1
- package/events/condition.js +1 -1
- package/events.d.ts.map +1 -1
- package/events.js +6 -4
- package/expr/cpu.d.ts +1 -1
- package/expr/cpu.d.ts.map +1 -1
- package/expr/cpu.js +2 -16
- package/expr/expression.d.ts +8 -15
- package/expr/expression.d.ts.map +1 -1
- package/expr/expression.js +388 -508
- package/expr/gpu.d.ts +3 -3
- package/expr/gpu.d.ts.map +1 -1
- package/expr/gpu.js +1 -14
- package/extent.d.ts +2 -2
- package/extent.d.ts.map +1 -1
- package/featureloader.d.ts +10 -10
- package/featureloader.d.ts.map +1 -1
- package/featureloader.js +6 -6
- package/format/EsriJSON.d.ts +9 -12
- package/format/EsriJSON.d.ts.map +1 -1
- package/format/EsriJSON.js +7 -0
- package/format/Feature.d.ts +14 -14
- package/format/Feature.d.ts.map +1 -1
- package/format/Feature.js +8 -6
- package/format/GML2.d.ts.map +1 -1
- package/format/GML2.js +7 -9
- package/format/GML3.d.ts +2 -1
- package/format/GML3.d.ts.map +1 -1
- package/format/GML3.js +23 -31
- 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 +17 -13
- package/format/GeoJSON.d.ts.map +1 -1
- package/format/GeoJSON.js +25 -17
- package/format/IGC.d.ts +1 -1
- package/format/IGC.d.ts.map +1 -1
- package/format/IGC.js +2 -0
- package/format/IIIFInfo.d.ts.map +1 -1
- package/format/JSONFeature.d.ts +15 -31
- package/format/JSONFeature.d.ts.map +1 -1
- package/format/JSONFeature.js +20 -16
- package/format/KML.d.ts +6 -6
- package/format/KML.d.ts.map +1 -1
- package/format/KML.js +5 -1
- package/format/MVT.d.ts +15 -13
- package/format/MVT.d.ts.map +1 -1
- package/format/MVT.js +19 -20
- 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 +9 -14
- package/format/TextFeature.d.ts.map +1 -1
- package/format/TextFeature.js +8 -0
- package/format/TopoJSON.d.ts +1 -8
- 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 +9 -5
- 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 +11 -15
- package/format/XMLFeature.d.ts.map +1 -1
- package/format/XMLFeature.js +8 -0
- package/format/filter/Bbox.d.ts.map +1 -1
- package/format/filter/Comparison.d.ts.map +1 -1
- package/format/filter/ComparisonBinary.d.ts.map +1 -1
- package/format/filter/Contains.d.ts.map +1 -1
- package/format/filter/DWithin.d.ts.map +1 -1
- package/format/filter/Disjoint.d.ts.map +1 -1
- package/format/filter/During.d.ts.map +1 -1
- package/format/filter/EqualTo.d.ts.map +1 -1
- package/format/filter/Filter.d.ts.map +1 -1
- package/format/filter/GreaterThan.d.ts.map +1 -1
- package/format/filter/GreaterThanOrEqualTo.d.ts.map +1 -1
- package/format/filter/Intersects.d.ts.map +1 -1
- package/format/filter/IsBetween.d.ts.map +1 -1
- package/format/filter/IsLike.d.ts.map +1 -1
- package/format/filter/IsNull.d.ts.map +1 -1
- package/format/filter/LessThan.d.ts.map +1 -1
- package/format/filter/LessThanOrEqualTo.d.ts.map +1 -1
- package/format/filter/LogicalNary.d.ts.map +1 -1
- package/format/filter/Not.d.ts.map +1 -1
- package/format/filter/NotEqualTo.d.ts.map +1 -1
- package/format/filter/ResourceId.d.ts.map +1 -1
- package/format/filter/Spatial.d.ts.map +1 -1
- package/format/filter/Within.d.ts.map +1 -1
- package/format/filter.d.ts.map +1 -1
- package/functions.d.ts +2 -2
- package/functions.d.ts.map +1 -1
- package/functions.js +6 -5
- package/geom/Circle.d.ts +10 -3
- package/geom/Circle.d.ts.map +1 -1
- package/geom/Circle.js +13 -0
- package/geom/Geometry.d.ts +2 -2
- package/geom/GeometryCollection.d.ts +6 -3
- package/geom/GeometryCollection.d.ts.map +1 -1
- package/geom/GeometryCollection.js +13 -0
- package/geom/LineString.d.ts +9 -5
- 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/geom/flat/area.d.ts.map +1 -1
- package/geom/flat/area.js +9 -7
- package/geom/flat/center.d.ts.map +1 -1
- package/geom/flat/closest.d.ts.map +1 -1
- package/geom/flat/contains.d.ts.map +1 -1
- package/geom/flat/deflate.d.ts.map +1 -1
- package/geom/flat/flip.d.ts.map +1 -1
- package/geom/flat/geodesic.d.ts.map +1 -1
- package/geom/flat/inflate.d.ts.map +1 -1
- package/geom/flat/interiorpoint.d.ts.map +1 -1
- package/geom/flat/interpolate.d.ts.map +1 -1
- package/geom/flat/intersectsextent.d.ts.map +1 -1
- package/geom/flat/length.d.ts.map +1 -1
- package/geom/flat/linechunk.d.ts.map +1 -1
- package/geom/flat/orient.d.ts.map +1 -1
- package/geom/flat/reverse.d.ts.map +1 -1
- package/geom/flat/segments.d.ts +1 -1
- package/geom/flat/segments.d.ts.map +1 -1
- package/geom/flat/simplify.d.ts.map +1 -1
- package/geom/flat/straightchunk.d.ts.map +1 -1
- package/geom/flat/textpath.d.ts.map +1 -1
- package/geom/flat/topology.d.ts.map +1 -1
- package/geom/flat/transform.d.ts.map +1 -1
- 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 +4 -3
- package/interaction/DragAndDrop.d.ts.map +1 -1
- package/interaction/DragAndDrop.js +2 -0
- package/interaction/DragBox.d.ts +3 -3
- package/interaction/DragBox.d.ts.map +1 -1
- package/interaction/DragBox.js +6 -2
- package/interaction/DragPan.d.ts +6 -4
- package/interaction/DragPan.d.ts.map +1 -1
- package/interaction/DragPan.js +6 -1
- package/interaction/DragRotate.d.ts +3 -3
- package/interaction/DragRotate.d.ts.map +1 -1
- package/interaction/DragRotate.js +5 -2
- package/interaction/DragRotateAndZoom.d.ts +2 -2
- package/interaction/DragRotateAndZoom.d.ts.map +1 -1
- package/interaction/DragRotateAndZoom.js +4 -1
- package/interaction/DragZoom.d.ts +3 -3
- package/interaction/DragZoom.d.ts.map +1 -1
- package/interaction/DragZoom.js +3 -2
- package/interaction/Draw.d.ts +9 -8
- package/interaction/Draw.d.ts.map +1 -1
- package/interaction/Draw.js +9 -5
- package/interaction/Extent.d.ts +4 -3
- package/interaction/Extent.d.ts.map +1 -1
- package/interaction/Extent.js +6 -1
- package/interaction/Interaction.d.ts +1 -1
- package/interaction/Interaction.d.ts.map +1 -1
- package/interaction/KeyboardPan.d.ts +2 -2
- package/interaction/KeyboardPan.d.ts.map +1 -1
- package/interaction/KeyboardPan.js +2 -1
- package/interaction/KeyboardZoom.d.ts +2 -2
- package/interaction/KeyboardZoom.d.ts.map +1 -1
- package/interaction/KeyboardZoom.js +2 -1
- package/interaction/Link.d.ts +1 -1
- package/interaction/Link.d.ts.map +1 -1
- package/interaction/Link.js +4 -0
- package/interaction/Modify.d.ts +15 -12
- package/interaction/Modify.d.ts.map +1 -1
- package/interaction/Modify.js +11 -3
- package/interaction/MouseWheelZoom.d.ts +3 -3
- package/interaction/MouseWheelZoom.d.ts.map +1 -1
- package/interaction/MouseWheelZoom.js +2 -1
- 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 +14 -15
- package/interaction/Select.d.ts.map +1 -1
- package/interaction/Select.js +8 -6
- package/interaction/Snap.d.ts +3 -2
- package/interaction/Snap.d.ts.map +1 -1
- package/interaction/Snap.js +3 -0
- package/interaction/Translate.d.ts +11 -10
- package/interaction/Translate.d.ts.map +1 -1
- package/interaction/Translate.js +9 -4
- package/interaction/defaults.d.ts.map +1 -1
- package/layer/Base.d.ts +1 -1
- package/layer/Base.d.ts.map +1 -1
- package/layer/Base.js +1 -0
- package/layer/BaseImage.d.ts.map +1 -1
- package/layer/BaseTile.d.ts +22 -5
- package/layer/BaseTile.d.ts.map +1 -1
- package/layer/BaseTile.js +23 -3
- package/layer/BaseVector.d.ts +7 -6
- package/layer/BaseVector.d.ts.map +1 -1
- package/layer/BaseVector.js +9 -4
- package/layer/Graticule.d.ts +5 -3
- package/layer/Graticule.d.ts.map +1 -1
- package/layer/Graticule.js +2 -1
- package/layer/Group.d.ts +2 -2
- package/layer/Group.d.ts.map +1 -1
- package/layer/Group.js +3 -0
- package/layer/Heatmap.d.ts +16 -10
- package/layer/Heatmap.d.ts.map +1 -1
- package/layer/Heatmap.js +25 -12
- package/layer/Image.d.ts.map +1 -1
- package/layer/Image.js +4 -0
- package/layer/Layer.d.ts +4 -4
- package/layer/Layer.d.ts.map +1 -1
- package/layer/Layer.js +7 -8
- package/layer/Tile.d.ts +6 -3
- package/layer/Tile.d.ts.map +1 -1
- package/layer/Tile.js +7 -2
- package/layer/Vector.d.ts +19 -9
- package/layer/Vector.d.ts.map +1 -1
- package/layer/Vector.js +15 -5
- package/layer/VectorImage.d.ts +9 -7
- package/layer/VectorImage.d.ts.map +1 -1
- package/layer/VectorImage.js +9 -4
- package/layer/VectorTile.d.ts +50 -15
- package/layer/VectorTile.d.ts.map +1 -1
- package/layer/VectorTile.js +51 -12
- package/layer/WebGLPoints.d.ts +1 -2
- package/layer/WebGLPoints.d.ts.map +1 -1
- package/layer/WebGLPoints.js +3 -0
- package/layer/WebGLTile.d.ts +9 -12
- package/layer/WebGLTile.d.ts.map +1 -1
- package/layer/WebGLTile.js +20 -21
- package/loadingstrategy.d.ts.map +1 -1
- package/math.d.ts.map +1 -1
- package/net.d.ts.map +1 -1
- package/obj.d.ts.map +1 -1
- package/ol.css +4 -0
- package/package.json +4 -4
- package/pixel.d.ts.map +1 -1
- package/proj/Projection.d.ts +1 -1
- package/proj/Projection.d.ts.map +1 -1
- package/proj/Units.d.ts +1 -1
- package/proj/epsg3857.d.ts.map +1 -1
- package/proj/epsg4326.d.ts.map +1 -1
- package/proj/proj4.d.ts.map +1 -1
- package/proj.d.ts.map +1 -1
- package/render/Box.d.ts.map +1 -1
- package/render/Box.js +1 -0
- package/render/Event.d.ts.map +1 -1
- package/render/EventType.d.ts +2 -2
- package/render/Feature.d.ts +6 -4
- package/render/Feature.d.ts.map +1 -1
- package/render/Feature.js +2 -0
- package/render/canvas/Builder.d.ts.map +1 -1
- package/render/canvas/Builder.js +2 -0
- package/render/canvas/BuilderGroup.d.ts.map +1 -1
- package/render/canvas/Executor.d.ts +6 -27
- package/render/canvas/Executor.d.ts.map +1 -1
- package/render/canvas/Executor.js +7 -13
- package/render/canvas/ExecutorGroup.d.ts +4 -5
- package/render/canvas/ExecutorGroup.d.ts.map +1 -1
- package/render/canvas/ExecutorGroup.js +2 -1
- 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/Instruction.d.ts.map +1 -1
- 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 +4 -2
- package/render/canvas/TextBuilder.d.ts.map +1 -1
- package/render/canvas/TextBuilder.js +4 -0
- package/render/canvas/ZIndexContext.d.ts +2 -1
- package/render/canvas/ZIndexContext.d.ts.map +1 -1
- package/render/canvas/ZIndexContext.js +1 -0
- package/render/canvas/hitdetect.d.ts +1 -1
- package/render/canvas/hitdetect.d.ts.map +1 -1
- package/render/canvas/style.d.ts +3 -3
- package/render/canvas/style.d.ts.map +1 -1
- package/render/canvas/style.js +6 -5
- package/render/canvas.d.ts +1 -1
- package/render/canvas.d.ts.map +1 -1
- package/render/canvas.js +2 -1
- package/render/webgl/MixedGeometryBatch.d.ts +4 -1
- package/render/webgl/MixedGeometryBatch.d.ts.map +1 -1
- package/render/webgl/MixedGeometryBatch.js +4 -0
- package/render/webgl/VectorStyleRenderer.d.ts +56 -30
- package/render/webgl/VectorStyleRenderer.d.ts.map +1 -1
- package/render/webgl/VectorStyleRenderer.js +39 -0
- package/render/webgl/renderinstructions.d.ts +4 -4
- package/render/webgl/utils.d.ts +1 -1
- package/render/webgl/utils.d.ts.map +1 -1
- package/render.d.ts.map +1 -1
- package/renderer/Composite.d.ts +3 -2
- package/renderer/Composite.d.ts.map +1 -1
- package/renderer/Composite.js +10 -4
- package/renderer/Layer.d.ts +22 -29
- package/renderer/Layer.d.ts.map +1 -1
- package/renderer/Layer.js +33 -37
- package/renderer/Map.d.ts +1 -1
- package/renderer/Map.d.ts.map +1 -1
- package/renderer/canvas/ImageLayer.d.ts +6 -4
- package/renderer/canvas/ImageLayer.d.ts.map +1 -1
- package/renderer/canvas/ImageLayer.js +12 -9
- package/renderer/canvas/Layer.d.ts +4 -9
- package/renderer/canvas/Layer.d.ts.map +1 -1
- package/renderer/canvas/Layer.js +1 -6
- package/renderer/canvas/TileLayer.d.ts +106 -42
- package/renderer/canvas/TileLayer.d.ts.map +1 -1
- package/renderer/canvas/TileLayer.js +546 -330
- package/renderer/canvas/VectorImageLayer.d.ts +7 -4
- package/renderer/canvas/VectorImageLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorImageLayer.js +10 -3
- package/renderer/canvas/VectorLayer.d.ts +7 -4
- package/renderer/canvas/VectorLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorLayer.js +8 -0
- package/renderer/canvas/VectorTileLayer.d.ts +18 -16
- package/renderer/canvas/VectorTileLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorTileLayer.js +79 -54
- package/renderer/vector.d.ts.map +1 -1
- package/renderer/webgl/Layer.d.ts +1 -6
- package/renderer/webgl/Layer.d.ts.map +1 -1
- package/renderer/webgl/Layer.js +2 -6
- package/renderer/webgl/PointsLayer.d.ts +23 -8
- package/renderer/webgl/PointsLayer.d.ts.map +1 -1
- package/renderer/webgl/PointsLayer.js +22 -1
- 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 +7 -16
- package/renderer/webgl/TileLayerBase.d.ts.map +1 -1
- package/renderer/webgl/TileLayerBase.js +69 -84
- package/renderer/webgl/VectorLayer.d.ts +32 -8
- package/renderer/webgl/VectorLayer.d.ts.map +1 -1
- package/renderer/webgl/VectorLayer.js +53 -0
- package/renderer/webgl/VectorTileLayer.d.ts +34 -29
- package/renderer/webgl/VectorTileLayer.d.ts.map +1 -1
- package/renderer/webgl/VectorTileLayer.js +27 -0
- package/renderer/webgl/worldUtil.d.ts.map +1 -1
- package/reproj/DataTile.d.ts.map +1 -1
- package/reproj/DataTile.js +121 -119
- package/reproj/Image.d.ts +2 -1
- package/reproj/Image.d.ts.map +1 -1
- package/reproj/Image.js +4 -2
- package/reproj/Tile.d.ts.map +1 -1
- package/reproj/Tile.js +16 -19
- package/reproj/Triangulation.d.ts.map +1 -1
- package/reproj.d.ts +1 -1
- package/reproj.d.ts.map +1 -1
- package/resolution.d.ts.map +1 -1
- package/resolutionconstraint.d.ts.map +1 -1
- package/rotationconstraint.d.ts.map +1 -1
- package/size.d.ts.map +1 -1
- package/source/BingMaps.d.ts +3 -3
- package/source/BingMaps.d.ts.map +1 -1
- package/source/BingMaps.js +1 -2
- package/source/CartoDB.d.ts +2 -2
- package/source/CartoDB.d.ts.map +1 -1
- package/source/CartoDB.js +1 -1
- package/source/Cluster.d.ts +5 -5
- package/source/Cluster.d.ts.map +1 -1
- package/source/Cluster.js +5 -2
- package/source/DataTile.d.ts +51 -22
- package/source/DataTile.d.ts.map +1 -1
- package/source/DataTile.js +67 -9
- package/source/GeoTIFF.d.ts +4 -7
- package/source/GeoTIFF.d.ts.map +1 -1
- package/source/GeoTIFF.js +4 -3
- package/source/Google.d.ts +2 -1
- package/source/Google.d.ts.map +1 -1
- package/source/Google.js +4 -2
- package/source/IIIF.d.ts +1 -1
- package/source/IIIF.js +1 -1
- package/source/Image.d.ts +3 -2
- 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/ImageTile.d.ts +102 -0
- package/source/ImageTile.d.ts.map +1 -0
- package/source/ImageTile.js +206 -0
- package/source/ImageWMS.d.ts.map +1 -1
- package/source/ImageWMS.js +4 -0
- package/source/OGCMapTile.d.ts +2 -2
- package/source/OGCMapTile.js +1 -1
- package/source/OGCVectorTile.d.ts +9 -9
- package/source/OGCVectorTile.d.ts.map +1 -1
- package/source/OGCVectorTile.js +4 -4
- package/source/OSM.d.ts +2 -7
- package/source/OSM.d.ts.map +1 -1
- package/source/OSM.js +1 -3
- package/source/Raster.d.ts +41 -26
- package/source/Raster.d.ts.map +1 -1
- package/source/Raster.js +83 -102
- package/source/Source.d.ts +1 -1
- package/source/Source.d.ts.map +1 -1
- package/source/Source.js +5 -14
- package/source/StadiaMaps.d.ts +2 -2
- package/source/StadiaMaps.d.ts.map +1 -1
- package/source/StadiaMaps.js +2 -18
- package/source/Tile.d.ts +7 -36
- package/source/Tile.d.ts.map +1 -1
- package/source/Tile.js +9 -69
- package/source/TileArcGISRest.d.ts +2 -2
- package/source/TileArcGISRest.d.ts.map +1 -1
- package/source/TileArcGISRest.js +2 -1
- package/source/TileDebug.d.ts.map +1 -1
- package/source/TileDebug.js +0 -1
- package/source/TileEventType.d.ts +1 -1
- package/source/TileImage.d.ts +9 -12
- package/source/TileImage.d.ts.map +1 -1
- package/source/TileImage.js +21 -43
- package/source/TileJSON.d.ts +2 -2
- package/source/TileJSON.d.ts.map +1 -1
- package/source/TileJSON.js +1 -1
- package/source/TileWMS.d.ts +2 -2
- package/source/TileWMS.d.ts.map +1 -1
- package/source/TileWMS.js +3 -4
- package/source/UTFGrid.d.ts +5 -3
- package/source/UTFGrid.d.ts.map +1 -1
- package/source/UTFGrid.js +7 -8
- package/source/UrlTile.d.ts +16 -13
- package/source/UrlTile.d.ts.map +1 -1
- package/source/UrlTile.js +13 -7
- package/source/Vector.d.ts +21 -21
- package/source/Vector.d.ts.map +1 -1
- package/source/Vector.js +16 -13
- package/source/VectorEventType.d.ts +1 -1
- package/source/VectorTile.d.ts +13 -24
- package/source/VectorTile.d.ts.map +1 -1
- package/source/VectorTile.js +19 -87
- package/source/WMTS.d.ts +3 -3
- package/source/WMTS.d.ts.map +1 -1
- package/source/WMTS.js +5 -4
- package/source/XYZ.d.ts +14 -17
- package/source/XYZ.d.ts.map +1 -1
- package/source/XYZ.js +8 -8
- package/source/Zoomify.d.ts +5 -4
- package/source/Zoomify.d.ts.map +1 -1
- package/source/Zoomify.js +5 -2
- package/source/arcgisRest.d.ts +4 -4
- package/source/arcgisRest.d.ts.map +1 -1
- package/source/arcgisRest.js +5 -5
- package/source/mapguide.d.ts +3 -3
- package/source/mapguide.d.ts.map +1 -1
- package/source/mapguide.js +11 -8
- package/source/ogcTileUtil.d.ts +2 -2
- package/source/ogcTileUtil.d.ts.map +1 -1
- package/source/ogcTileUtil.js +7 -7
- package/source/static.d.ts +3 -3
- package/source/static.d.ts.map +1 -1
- package/source/static.js +7 -7
- package/source/wms.d.ts +2 -2
- package/source/wms.d.ts.map +1 -1
- package/source/wms.js +16 -19
- package/source.d.ts +1 -0
- package/source.d.ts.map +1 -1
- package/source.js +1 -0
- package/sphere.d.ts +1 -1
- package/structs/LRUCache.d.ts.map +1 -1
- package/structs/PriorityQueue.d.ts.map +1 -1
- package/structs/RBush.d.ts +10 -32
- package/structs/RBush.d.ts.map +1 -1
- package/structs/RBush.js +9 -12
- package/style/Circle.d.ts +2 -1
- package/style/Circle.d.ts.map +1 -1
- package/style/Circle.js +2 -1
- package/style/Fill.d.ts +3 -3
- package/style/Fill.d.ts.map +1 -1
- package/style/Fill.js +1 -1
- package/style/Icon.d.ts +8 -5
- package/style/Icon.d.ts.map +1 -1
- package/style/Icon.js +21 -0
- package/style/IconImage.d.ts.map +1 -1
- package/style/IconImage.js +3 -2
- package/style/IconImageCache.d.ts.map +1 -1
- package/style/Image.d.ts +3 -3
- package/style/Image.d.ts.map +1 -1
- package/style/RegularShape.d.ts +11 -5
- package/style/RegularShape.d.ts.map +1 -1
- package/style/RegularShape.js +23 -5
- package/style/Stroke.d.ts.map +1 -1
- package/style/Style.d.ts +5 -5
- package/style/Style.d.ts.map +1 -1
- package/style/Style.js +2 -2
- package/style/Text.d.ts +2 -2
- package/style/Text.d.ts.map +1 -1
- package/style/flat.d.ts.map +1 -1
- package/style/webgl.d.ts.map +1 -1
- package/tilecoord.d.ts +7 -0
- package/tilecoord.d.ts.map +1 -1
- package/tilecoord.js +11 -1
- package/tilegrid/TileGrid.d.ts +1 -1
- package/tilegrid/TileGrid.d.ts.map +1 -1
- package/tilegrid/WMTS.d.ts.map +1 -1
- package/tilegrid/WMTS.js +1 -1
- package/tileurlfunction.d.ts +3 -7
- package/tileurlfunction.d.ts.map +1 -1
- package/tileurlfunction.js +14 -47
- package/transform.d.ts +15 -15
- package/transform.d.ts.map +1 -1
- package/uri.d.ts +23 -3
- package/uri.d.ts.map +1 -1
- package/uri.js +75 -0
- package/util.d.ts.map +1 -1
- package/util.js +1 -1
- package/vec/mat4.d.ts.map +1 -1
- package/webgl/BaseTileRepresentation.d.ts +3 -3
- package/webgl/BaseTileRepresentation.d.ts.map +1 -1
- package/webgl/BaseTileRepresentation.js +9 -2
- package/webgl/Buffer.d.ts.map +1 -1
- package/webgl/Helper.d.ts.map +1 -1
- package/webgl/Helper.js +1 -0
- package/webgl/PostProcessingPass.d.ts +48 -12
- package/webgl/PostProcessingPass.d.ts.map +1 -1
- package/webgl/PostProcessingPass.js +42 -6
- package/webgl/RenderTarget.d.ts.map +1 -1
- package/webgl/ShaderBuilder.d.ts +1 -1
- package/webgl/TileGeometry.d.ts.map +1 -1
- package/webgl/TileGeometry.js +4 -1
- package/webgl/TileTexture.d.ts.map +1 -1
- package/webgl/TileTexture.js +14 -8
- package/webgl/styleparser.d.ts.map +1 -1
- package/webgl/styleparser.js +54 -66
- package/webgl.d.ts.map +1 -1
- package/worker/webgl.js +1 -1
- package/xml.d.ts.map +1 -1
- package/xml.js +27 -39
- package/source/SentinelHub.d.ts +0 -507
- package/source/SentinelHub.d.ts.map +0 -1
- package/source/SentinelHub.js +0 -616
- package/structs/LinkedList.d.ts +0 -130
- package/structs/LinkedList.d.ts.map +0 -1
- package/structs/LinkedList.js +0 -259
package/expr/gpu.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export function colorToGlsl(color: string | import("../color.js").Color): string
|
|
|
23
23
|
* @param {number|import('../size.js').Size} size Size.
|
|
24
24
|
* @return {string} The color expressed in the `vec4(1.0, 1.0, 1.0, 1.0)` form.
|
|
25
25
|
*/
|
|
26
|
-
export function sizeToGlsl(size: number | import(
|
|
26
|
+
export function sizeToGlsl(size: number | import("../size.js").Size): string;
|
|
27
27
|
/**
|
|
28
28
|
* Returns a stable equivalent number for the string literal.
|
|
29
29
|
* @param {string} string String literal value
|
|
@@ -95,9 +95,9 @@ export function newCompilationContext(): CompilationContext;
|
|
|
95
95
|
* @param {CompilationContext} compilationContext An existing compilation context
|
|
96
96
|
* @return {CompiledExpression} The compiled expression.
|
|
97
97
|
*/
|
|
98
|
-
export function buildExpression(encoded: import(
|
|
98
|
+
export function buildExpression(encoded: import("./expression.js").EncodedExpression, type: number, parsingContext: import("./expression.js").ParsingContext, compilationContext: CompilationContext): CompiledExpression;
|
|
99
99
|
export const PALETTE_TEXTURE_ARRAY: "u_paletteTextures";
|
|
100
|
-
export type ParsingContext = import(
|
|
100
|
+
export type ParsingContext = import("./expression.js").ParsingContext;
|
|
101
101
|
export type Expression = import("./expression.js").Expression;
|
|
102
102
|
export type LiteralExpression = import("./expression.js").LiteralExpression;
|
|
103
103
|
export type CompilationContextProperty = {
|
package/expr/gpu.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gpu.d.ts","sourceRoot":"","sources":["gpu.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"gpu.d.ts","sourceRoot":"","sources":["gpu.js"],"names":[],"mappings":"AA8BA;;;;GAIG;AACH,gCAHW,MAAM,GACL,MAAM,CAKjB;AAED;;;;GAIG;AACH,mCAHW,KAAK,CAAC,MAAM,CAAC,GACZ,MAAM,CASjB;AAED;;;;;;GAMG;AACH,mCALW,MAAM,GAAC,OAAO,aAAa,EAAE,KAAK,GAGjC,MAAM,CAYjB;AAED;;;;GAIG;AACH,iCAHW,MAAM,GAAC,OAAO,YAAY,EAAE,IAAI,GAC/B,MAAM,CAKjB;AAMD;;;;GAIG;AACH,kDAHW,MAAM,GACL,MAAM,CAOjB;AAED;;;;;;GAMG;AACH,qCAHW,MAAM,GACL,MAAM,CAIjB;AAED;;;;GAIG;AACH,qDAHW,MAAM,GACL,MAAM,CAIjB;AAED;;GAEG;AACH;;;GAGG;AACH;;;GAGG;AAEH;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;;;;;;GASG;AAEH;;GAEG;AACH,yCAFY,kBAAkB,CAW7B;AAMD;;GAEG;AAEH;;;GAGG;AAEH;;;;;;GAMG;AACH,yCANW,OAAO,iBAAiB,EAAE,iBAAiB,QAC3C,MAAM,kBACN,OAAO,iBAAiB,EAAE,cAAc,sBACxC,kBAAkB,GACjB,kBAAkB,CAU7B;AA1BD,wDAAyD;6BApD5C,OAAO,iBAAiB,EAAE,cAAc;yBAIxC,OAAO,iBAAiB,EAAE,UAAU;gCAIpC,OAAO,iBAAiB,EAAE,iBAAiB;;;;;UAK1C,MAAM;;;;UACN,MAAM;;;;wBACG,OAAO,eAAe,EAAE,WAAW,KAAG,GAAC;;;;;;UAKhD,MAAM;;;;UACN,MAAM;;;;gCACY,GAAC;;;;;;;;;;gBAMnB;YAAO,MAAM,GAAE,0BAA0B;KAAC;;;;eAC1C;YAAO,MAAM,GAAE,0BAA0B;KAAC;;;;eAC1C;YAAO,MAAM,GAAE,MAAM;KAAC;;;;;;;;;;;;WAGtB,OAAO,mBAAmB,EAAE,UAAU;;iCAsBvC,MAAM;;;;uBAIN,CAAS,IAAkB,EAAlB,kBAAkB,EAAE,IAAc,EAAd,cAAc,EAAE,IAAM,EAAN,MAAM,KAAG,MAAM;2BAhL9C,4BAA4B;+BAahD,iBAAiB"}
|
package/expr/gpu.js
CHANGED
|
@@ -6,15 +6,12 @@ import {
|
|
|
6
6
|
BooleanType,
|
|
7
7
|
CallExpression,
|
|
8
8
|
ColorType,
|
|
9
|
-
NoneType,
|
|
10
9
|
NumberArrayType,
|
|
11
10
|
NumberType,
|
|
12
11
|
Ops,
|
|
13
12
|
SizeType,
|
|
14
13
|
StringType,
|
|
15
14
|
computeGeometryType,
|
|
16
|
-
isType,
|
|
17
|
-
overlapsType,
|
|
18
15
|
parse,
|
|
19
16
|
typeName,
|
|
20
17
|
} from './expression.js';
|
|
@@ -197,17 +194,7 @@ export function buildExpression(
|
|
|
197
194
|
parsingContext,
|
|
198
195
|
compilationContext,
|
|
199
196
|
) {
|
|
200
|
-
const expression = parse(encoded,
|
|
201
|
-
if (isType(expression.type, NoneType)) {
|
|
202
|
-
throw new Error(`No matching type was found`);
|
|
203
|
-
}
|
|
204
|
-
if (!overlapsType(type, expression.type)) {
|
|
205
|
-
const expected = typeName(type);
|
|
206
|
-
const actual = typeName(expression.type);
|
|
207
|
-
throw new Error(
|
|
208
|
-
`Expected expression to be of type ${expected}, got ${actual}`,
|
|
209
|
-
);
|
|
210
|
-
}
|
|
197
|
+
const expression = parse(encoded, type, parsingContext);
|
|
211
198
|
return compile(expression, type, compilationContext);
|
|
212
199
|
}
|
|
213
200
|
|
package/extent.d.ts
CHANGED
|
@@ -193,7 +193,7 @@ export function extendXY(extent: Extent, x: number, y: number): void;
|
|
|
193
193
|
* @return {S|boolean} Value.
|
|
194
194
|
* @template S
|
|
195
195
|
*/
|
|
196
|
-
export function forEachCorner<S>(extent: Extent, callback: (arg0: import("./coordinate.js").Coordinate) => S):
|
|
196
|
+
export function forEachCorner<S>(extent: Extent, callback: (arg0: import("./coordinate.js").Coordinate) => S): S | boolean;
|
|
197
197
|
/**
|
|
198
198
|
* Get the size of an extent.
|
|
199
199
|
* @param {Extent} extent Extent.
|
|
@@ -384,5 +384,5 @@ export type Extent = Array<number>;
|
|
|
384
384
|
/**
|
|
385
385
|
* Extent corner.
|
|
386
386
|
*/
|
|
387
|
-
export type Corner =
|
|
387
|
+
export type Corner = "bottom-left" | "bottom-right" | "top-left" | "top-right";
|
|
388
388
|
//# sourceMappingURL=extent.d.ts.map
|
package/extent.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extent.d.ts","sourceRoot":"","sources":["extent.js"],"names":[],"mappings":"AAKA;;;;GAIG;AAEH;;;GAGG;AAEH;;;;;;GAMG;AACH,4CAJW,
|
|
1
|
+
{"version":3,"file":"extent.d.ts","sourceRoot":"","sources":["extent.js"],"names":[],"mappings":"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"}
|
package/featureloader.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* load features.
|
|
4
4
|
*
|
|
5
5
|
* This function takes up to 5 arguments. These are an {@link module:ol/extent~Extent} representing
|
|
6
|
-
* the area to be loaded, a `{number}` representing the resolution (map units per pixel),
|
|
6
|
+
* the area to be loaded, a `{number}` representing the resolution (map units per pixel), a
|
|
7
7
|
* {@link module:ol/proj/Projection~Projection} for the projection, an optional success callback that should get
|
|
8
8
|
* the loaded features passed as an argument and an optional failure callback with no arguments. If
|
|
9
9
|
* the callbacks are not used, the corresponding vector source will not fire `'featuresloadend'` and
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* source.
|
|
15
15
|
*
|
|
16
16
|
* @template {import("./Feature.js").FeatureLike} [FeatureType=import("./Feature.js").default]
|
|
17
|
-
* @typedef {function(this:(import("./source/Vector").default
|
|
17
|
+
* @typedef {function(this:(import("./source/Vector").default<FeatureType>|import("./VectorTile.js").default),
|
|
18
18
|
* import("./extent.js").Extent,
|
|
19
19
|
* number,
|
|
20
20
|
* import("./proj/Projection.js").default,
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
* @api
|
|
35
35
|
*/
|
|
36
36
|
/**
|
|
37
|
-
* @template {import("./Feature.js").FeatureLike} [FeatureType=import("./Feature.js").
|
|
37
|
+
* @template {import("./Feature.js").FeatureLike} [FeatureType=import("./Feature.js").default]
|
|
38
38
|
* @param {string|FeatureUrlFunction} url Feature URL service.
|
|
39
|
-
* @param {import("./format/Feature.js").default<
|
|
39
|
+
* @param {import("./format/Feature.js").default<FeatureType>} format Feature format.
|
|
40
40
|
* @param {import("./extent.js").Extent} extent Extent.
|
|
41
41
|
* @param {number} resolution Resolution.
|
|
42
42
|
* @param {import("./proj/Projection.js").default} projection Projection.
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
* @param {function(): void} failure Failure
|
|
46
46
|
* Function called when loading failed.
|
|
47
47
|
*/
|
|
48
|
-
export function loadFeaturesXhr<FeatureType extends import("./Feature.js").FeatureLike = import("./Feature.js").
|
|
48
|
+
export function loadFeaturesXhr<FeatureType extends import("./Feature.js").FeatureLike = import("./Feature.js").default<import("./geom.js").Geometry>>(url: string | FeatureUrlFunction, format: import("./format/Feature.js").default<FeatureType>, extent: import("./extent.js").Extent, resolution: number, projection: import("./proj/Projection.js").default, success: (arg0: Array<FeatureType>, arg1: import("./proj/Projection.js").default) => void, failure: () => void): void;
|
|
49
49
|
/**
|
|
50
50
|
* Create an XHR feature loader for a `url` and `format`. The feature loader
|
|
51
51
|
* loads features (with XHR), parses the features, and adds them to the
|
|
52
52
|
* vector source.
|
|
53
|
-
* @template {import("./Feature.js").FeatureLike}
|
|
53
|
+
* @template {import("./Feature.js").FeatureLike} FeatureType
|
|
54
54
|
* @param {string|FeatureUrlFunction} url Feature URL service.
|
|
55
|
-
* @param {import("./format/Feature.js").default<
|
|
55
|
+
* @param {import("./format/Feature.js").default<FeatureType>} format Feature format.
|
|
56
56
|
* @return {FeatureLoader<FeatureType>} The feature loader.
|
|
57
57
|
* @api
|
|
58
58
|
*/
|
|
59
|
-
export function xhr<FeatureType extends import("./Feature.js").FeatureLike
|
|
59
|
+
export function xhr<FeatureType extends import("./Feature.js").FeatureLike>(url: string | FeatureUrlFunction, format: import("./format/Feature.js").default<FeatureType>): FeatureLoader<FeatureType>;
|
|
60
60
|
/**
|
|
61
61
|
* Setter for the withCredentials configuration for the XHR.
|
|
62
62
|
*
|
|
@@ -70,7 +70,7 @@ export function setWithCredentials(xhrWithCredentials: boolean): void;
|
|
|
70
70
|
* load features.
|
|
71
71
|
*
|
|
72
72
|
* This function takes up to 5 arguments. These are an {@link module :ol/extent~Extent} representing
|
|
73
|
-
* the area to be loaded, a `{number}` representing the resolution (map units per pixel),
|
|
73
|
+
* the area to be loaded, a `{number}` representing the resolution (map units per pixel), a
|
|
74
74
|
* {@link module :ol/proj/Projection~Projection} for the projection, an optional success callback that should get
|
|
75
75
|
* the loaded features passed as an argument and an optional failure callback with no arguments. If
|
|
76
76
|
* the callbacks are not used, the corresponding vector source will not fire `'featuresloadend'` and
|
|
@@ -80,7 +80,7 @@ export function setWithCredentials(xhrWithCredentials: boolean): void;
|
|
|
80
80
|
* The function is responsible for loading the features and adding them to the
|
|
81
81
|
* source.
|
|
82
82
|
*/
|
|
83
|
-
export type FeatureLoader<FeatureType extends import("./Feature.js").FeatureLike = import("./Feature.js").default<import("./geom.js").Geometry>> = (this: (import("./source/Vector").default | import("./VectorTile.js").default), arg1: import("./extent.js").Extent, arg2: number, arg3: import("./proj/Projection.js").default, arg4: ((arg0: Array<FeatureType>) => void) | undefined, arg5: (() => void) | undefined) => void;
|
|
83
|
+
export type FeatureLoader<FeatureType extends import("./Feature.js").FeatureLike = import("./Feature.js").default<import("./geom.js").Geometry>> = (this: (import("./source/Vector").default<FeatureType> | import("./VectorTile.js").default<any>), arg1: import("./extent.js").Extent, arg2: number, arg3: import("./proj/Projection.js").default, arg4: ((arg0: Array<FeatureType>) => void) | undefined, arg5: (() => void) | undefined) => void;
|
|
84
84
|
/**
|
|
85
85
|
* {@link module :ol/source/Vector~VectorSource} sources use a function of this type to
|
|
86
86
|
* get the url to load features from.
|
package/featureloader.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featureloader.d.ts","sourceRoot":"","sources":["featureloader.js"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH;;;;;;;;;;GAUG;AAEH;;;;;;;;;;;GAWG;AACH,
|
|
1
|
+
{"version":3,"file":"featureloader.d.ts","sourceRoot":"","sources":["featureloader.js"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH;;;;;;;;;;GAUG;AAEH;;;;;;;;;;;GAWG;AACH,gCAXmD,WAAW,SAAjD,OAAQ,cAAc,EAAE,WAAY,sEACtC,MAAM,GAAC,kBAAkB,UACzB,OAAO,qBAAqB,EAAE,OAAO,CAAC,WAAW,CAAC,UAClD,OAAO,aAAa,EAAE,MAAM,cAC5B,MAAM,cACN,OAAO,sBAAsB,EAAE,OAAO,WACtC,CAAS,IAAkB,EAAlB,KAAK,CAAC,WAAW,CAAC,EAAE,IAAsC,EAAtC,OAAO,sBAAsB,EAAE,OAAO,KAAG,IAAI,WAE1E,MAAY,IAAI,QAkE1B;AAED;;;;;;;;;GASG;AACH,oBANkD,WAAW,SAAhD,OAAQ,cAAc,EAAE,WAAY,OACtC,MAAM,GAAC,kBAAkB,UACzB,OAAO,qBAAqB,EAAE,OAAO,CAAC,WAAW,CAAC,GACjD,aAAa,CAAC,WAAW,CAAC,CAoCrC;AAED;;;;;;GAMG;AACH,uDAJW,OAAO,QAMjB;;;;;;;;;;;;;;;;0BAzJkD,WAAW,SAAjD,OAAQ,cAAc,EAAE,WAAY,mEACpC,CAAS,IAAuF,EAAlF,CAAC,OAAO,iBAAiB,EAAE,OAAO,CAAC,WAAW,CAAC,GAAC,sCAAiC,CAAC,EAC5G,IAAwC,EAAxC,OAAmB,aAAa,EAAE,MAAM,EACxC,IAAkB,EAAlB,MAAkB,EAClB,IAAkD,EAAlD,OAAmB,sBAAsB,EAAE,OAAO,EAClD,IAA+C,EAA/C,CAAA,CAAqB,IAAkB,EAAlB,KAAK,CAAC,WAAW,CAAC,KAAG,IAAI,aAAC,EAC/C,IAA6B,EAA7B,CAAA,MAAwB,IAAI,aAAC,KAAG,IAAI;;;;;;;;;;iCAYxB,CAAS,IAA4B,EAA5B,OAAO,aAAa,EAAE,MAAM,EAAE,IAAM,EAAN,MAAM,EAAE,IAAsC,EAAtC,OAAO,sBAAsB,EAAE,OAAO,KAAG,MAAM"}
|
package/featureloader.js
CHANGED
|
@@ -15,7 +15,7 @@ let withCredentials = false;
|
|
|
15
15
|
* load features.
|
|
16
16
|
*
|
|
17
17
|
* This function takes up to 5 arguments. These are an {@link module:ol/extent~Extent} representing
|
|
18
|
-
* the area to be loaded, a `{number}` representing the resolution (map units per pixel),
|
|
18
|
+
* the area to be loaded, a `{number}` representing the resolution (map units per pixel), a
|
|
19
19
|
* {@link module:ol/proj/Projection~Projection} for the projection, an optional success callback that should get
|
|
20
20
|
* the loaded features passed as an argument and an optional failure callback with no arguments. If
|
|
21
21
|
* the callbacks are not used, the corresponding vector source will not fire `'featuresloadend'` and
|
|
@@ -26,7 +26,7 @@ let withCredentials = false;
|
|
|
26
26
|
* source.
|
|
27
27
|
*
|
|
28
28
|
* @template {import("./Feature.js").FeatureLike} [FeatureType=import("./Feature.js").default]
|
|
29
|
-
* @typedef {function(this:(import("./source/Vector").default
|
|
29
|
+
* @typedef {function(this:(import("./source/Vector").default<FeatureType>|import("./VectorTile.js").default),
|
|
30
30
|
* import("./extent.js").Extent,
|
|
31
31
|
* number,
|
|
32
32
|
* import("./proj/Projection.js").default,
|
|
@@ -48,9 +48,9 @@ let withCredentials = false;
|
|
|
48
48
|
*/
|
|
49
49
|
|
|
50
50
|
/**
|
|
51
|
-
* @template {import("./Feature.js").FeatureLike} [FeatureType=import("./Feature.js").
|
|
51
|
+
* @template {import("./Feature.js").FeatureLike} [FeatureType=import("./Feature.js").default]
|
|
52
52
|
* @param {string|FeatureUrlFunction} url Feature URL service.
|
|
53
|
-
* @param {import("./format/Feature.js").default<
|
|
53
|
+
* @param {import("./format/Feature.js").default<FeatureType>} format Feature format.
|
|
54
54
|
* @param {import("./extent.js").Extent} extent Extent.
|
|
55
55
|
* @param {number} resolution Resolution.
|
|
56
56
|
* @param {import("./proj/Projection.js").default} projection Projection.
|
|
@@ -128,9 +128,9 @@ export function loadFeaturesXhr(
|
|
|
128
128
|
* Create an XHR feature loader for a `url` and `format`. The feature loader
|
|
129
129
|
* loads features (with XHR), parses the features, and adds them to the
|
|
130
130
|
* vector source.
|
|
131
|
-
* @template {import("./Feature.js").FeatureLike}
|
|
131
|
+
* @template {import("./Feature.js").FeatureLike} FeatureType
|
|
132
132
|
* @param {string|FeatureUrlFunction} url Feature URL service.
|
|
133
|
-
* @param {import("./format/Feature.js").default<
|
|
133
|
+
* @param {import("./format/Feature.js").default<FeatureType>} format Feature format.
|
|
134
134
|
* @return {FeatureLoader<FeatureType>} The feature loader.
|
|
135
135
|
* @api
|
|
136
136
|
*/
|
package/format/EsriJSON.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export type Options = {
|
|
|
43
43
|
*
|
|
44
44
|
* @api
|
|
45
45
|
*/
|
|
46
|
-
declare class EsriJSON extends JSONFeature<
|
|
46
|
+
declare class EsriJSON extends JSONFeature<Feature<import("../geom/Geometry.js").default>> {
|
|
47
47
|
/**
|
|
48
48
|
* @param {Options} [options] Options.
|
|
49
49
|
*/
|
|
@@ -60,22 +60,17 @@ declare class EsriJSON extends JSONFeature<typeof Feature> {
|
|
|
60
60
|
* @param {string} [idField] Name of the field where to get the id from.
|
|
61
61
|
* @protected
|
|
62
62
|
* @return {import("../Feature.js").default} Feature.
|
|
63
|
+
* @override
|
|
63
64
|
*/
|
|
64
|
-
protected readFeatureFromObject(object: any, options?: import("./Feature.js").ReadOptions | undefined, idField?: string | undefined): import("../Feature.js").default;
|
|
65
|
-
/**
|
|
66
|
-
* @param {Object} object Object.
|
|
67
|
-
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
68
|
-
* @protected
|
|
69
|
-
* @return {Array<Feature>} Features.
|
|
70
|
-
*/
|
|
71
|
-
protected readFeaturesFromObject(object: any, options?: import("./Feature.js").ReadOptions | undefined): Array<Feature>;
|
|
65
|
+
protected override readFeatureFromObject(object: any, options?: import("./Feature.js").ReadOptions | undefined, idField?: string | undefined): import("../Feature.js").default;
|
|
72
66
|
/**
|
|
73
67
|
* @param {EsriJSONGeometry} object Object.
|
|
74
68
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
75
69
|
* @protected
|
|
76
70
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
71
|
+
* @override
|
|
77
72
|
*/
|
|
78
|
-
protected readGeometryFromObject(object: EsriJSONGeometry, options?: import("./Feature.js").ReadOptions | undefined): import("../geom/Geometry.js").default;
|
|
73
|
+
protected override readGeometryFromObject(object: EsriJSONGeometry, options?: import("./Feature.js").ReadOptions | undefined): import("../geom/Geometry.js").default;
|
|
79
74
|
/**
|
|
80
75
|
* Encode a geometry as a EsriJSON object.
|
|
81
76
|
*
|
|
@@ -83,8 +78,9 @@ declare class EsriJSON extends JSONFeature<typeof Feature> {
|
|
|
83
78
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
84
79
|
* @return {EsriJSONGeometry} Object.
|
|
85
80
|
* @api
|
|
81
|
+
* @override
|
|
86
82
|
*/
|
|
87
|
-
writeGeometryObject(geometry: import("../geom/Geometry.js").default, options?: import("./Feature.js").WriteOptions | undefined): EsriJSONGeometry;
|
|
83
|
+
override writeGeometryObject(geometry: import("../geom/Geometry.js").default, options?: import("./Feature.js").WriteOptions | undefined): EsriJSONGeometry;
|
|
88
84
|
/**
|
|
89
85
|
* Encode an array of features as a EsriJSON object.
|
|
90
86
|
*
|
|
@@ -92,8 +88,9 @@ declare class EsriJSON extends JSONFeature<typeof Feature> {
|
|
|
92
88
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
93
89
|
* @return {EsriJSONFeatureSet} EsriJSON Object.
|
|
94
90
|
* @api
|
|
91
|
+
* @override
|
|
95
92
|
*/
|
|
96
|
-
writeFeaturesObject(features: Array<import("../Feature.js").default>, options?: import("./Feature.js").WriteOptions | undefined): EsriJSONFeatureSet;
|
|
93
|
+
override writeFeaturesObject(features: Array<import("../Feature.js").default>, options?: import("./Feature.js").WriteOptions | undefined): EsriJSONFeatureSet;
|
|
97
94
|
}
|
|
98
95
|
import Feature from '../Feature.js';
|
|
99
96
|
import JSONFeature from './JSONFeature.js';
|
package/format/EsriJSON.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EsriJSON.d.ts","sourceRoot":"","sources":["EsriJSON.js"],"names":[],"mappings":";8BAoBa,OAAO,iBAAiB,EAAE,OAAO;iCACjC,OAAO,iBAAiB,EAAE,UAAU;+BACpC,OAAO,iBAAiB,EAAE,QAAQ;4BAClC,OAAO,iBAAiB,EAAE,KAAK;+BAC/B,OAAO,iBAAiB,EAAE,QAAQ;8BAClC,OAAO,iBAAiB,EAAE,OAAO;iCACjC,OAAO,iBAAiB,EAAE,UAAU;4BACpC,OAAO,iBAAiB,EAAE,KAAK;+BAC/B,OAAO,iBAAiB,EAAE,QAAQ;2CAClC,OAAO,iBAAiB,EAAE,oBAAoB;;;;;WAK7C,
|
|
1
|
+
{"version":3,"file":"EsriJSON.d.ts","sourceRoot":"","sources":["EsriJSON.js"],"names":[],"mappings":";8BAoBa,OAAO,iBAAiB,EAAE,OAAO;iCACjC,OAAO,iBAAiB,EAAE,UAAU;+BACpC,OAAO,iBAAiB,EAAE,QAAQ;4BAClC,OAAO,iBAAiB,EAAE,KAAK;+BAC/B,OAAO,iBAAiB,EAAE,QAAQ;8BAClC,OAAO,iBAAiB,EAAE,OAAO;iCACjC,OAAO,iBAAiB,EAAE,UAAU;4BACpC,OAAO,iBAAiB,EAAE,KAAK;+BAC/B,OAAO,iBAAiB,EAAE,QAAQ;2CAClC,OAAO,iBAAiB,EAAE,oBAAoB;;;;;WAK7C,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;AAgChD;;;GAGG;AAEH;;;;;GAKG;AACH;IACE;;OAEG;IACH,2CAWC;IANC;;;;OAIG;IACH,sBAAyC;IAG3C;;;;;;;OAOG;IACH,+IAHY,OAAO,eAAe,EAAE,OAAO,CAmB1C;IA8BD;;;;;;OAMG;IACH,kDANW,gBAAgB,6DAGf,OAAO,qBAAqB,EAAE,OAAO,CAKhD;IAsBD;;;;;;;;OAQG;IACH,uCANW,OAAO,qBAAqB,EAAE,OAAO,8DAEpC,gBAAgB,CAM3B;IAwCD;;;;;;;;OAQG;IACH,uCANW,KAAK,CAAC,OAAO,eAAe,EAAE,OAAO,CAAC,8DAErC,kBAAkB,CAa7B;CACF;oBAtPmB,eAAe;wBACX,kBAAkB"}
|
package/format/EsriJSON.js
CHANGED
|
@@ -98,6 +98,7 @@ class EsriJSON extends JSONFeature {
|
|
|
98
98
|
* @param {string} [idField] Name of the field where to get the id from.
|
|
99
99
|
* @protected
|
|
100
100
|
* @return {import("../Feature.js").default} Feature.
|
|
101
|
+
* @override
|
|
101
102
|
*/
|
|
102
103
|
readFeatureFromObject(object, options, idField) {
|
|
103
104
|
const esriJSONFeature = /** @type {EsriJSONFeature} */ (object);
|
|
@@ -122,6 +123,7 @@ class EsriJSON extends JSONFeature {
|
|
|
122
123
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
123
124
|
* @protected
|
|
124
125
|
* @return {Array<Feature>} Features.
|
|
126
|
+
* @override
|
|
125
127
|
*/
|
|
126
128
|
readFeaturesFromObject(object, options) {
|
|
127
129
|
options = options ? options : {};
|
|
@@ -149,6 +151,7 @@ class EsriJSON extends JSONFeature {
|
|
|
149
151
|
* @param {import("./Feature.js").ReadOptions} [options] Read options.
|
|
150
152
|
* @protected
|
|
151
153
|
* @return {import("../geom/Geometry.js").default} Geometry.
|
|
154
|
+
* @override
|
|
152
155
|
*/
|
|
153
156
|
readGeometryFromObject(object, options) {
|
|
154
157
|
return readGeometry(object, options);
|
|
@@ -158,6 +161,7 @@ class EsriJSON extends JSONFeature {
|
|
|
158
161
|
* @param {Object} object Object.
|
|
159
162
|
* @protected
|
|
160
163
|
* @return {import("../proj/Projection.js").default} Projection.
|
|
164
|
+
* @override
|
|
161
165
|
*/
|
|
162
166
|
readProjectionFromObject(object) {
|
|
163
167
|
if (
|
|
@@ -180,6 +184,7 @@ class EsriJSON extends JSONFeature {
|
|
|
180
184
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
181
185
|
* @return {EsriJSONGeometry} Object.
|
|
182
186
|
* @api
|
|
187
|
+
* @override
|
|
183
188
|
*/
|
|
184
189
|
writeGeometryObject(geometry, options) {
|
|
185
190
|
return writeGeometry(geometry, this.adaptOptions(options));
|
|
@@ -192,6 +197,7 @@ class EsriJSON extends JSONFeature {
|
|
|
192
197
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
193
198
|
* @return {Object} Object.
|
|
194
199
|
* @api
|
|
200
|
+
* @override
|
|
195
201
|
*/
|
|
196
202
|
writeFeatureObject(feature, options) {
|
|
197
203
|
options = this.adaptOptions(options);
|
|
@@ -229,6 +235,7 @@ class EsriJSON extends JSONFeature {
|
|
|
229
235
|
* @param {import("./Feature.js").WriteOptions} [options] Write options.
|
|
230
236
|
* @return {EsriJSONFeatureSet} EsriJSON Object.
|
|
231
237
|
* @api
|
|
238
|
+
* @override
|
|
232
239
|
*/
|
|
233
240
|
writeFeaturesObject(features, options) {
|
|
234
241
|
options = this.adaptOptions(options);
|
package/format/Feature.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @param {WriteOptions|ReadOptions} [options] Options.
|
|
6
6
|
* @return {T} Transformed geometry.
|
|
7
7
|
*/
|
|
8
|
-
export function transformGeometryWithOptions<T extends import("../geom.js").
|
|
8
|
+
export function transformGeometryWithOptions<T extends import("../geom/Geometry.js").default | RenderFeature>(geometry: T, write: boolean, options?: ReadOptions | WriteOptions | undefined): T;
|
|
9
9
|
/**
|
|
10
10
|
* @param {import("../extent.js").Extent} extent Extent.
|
|
11
11
|
* @param {ReadOptions} [options] Read options.
|
|
@@ -83,12 +83,12 @@ export type WriteOptions = {
|
|
|
83
83
|
*/
|
|
84
84
|
decimals?: number | undefined;
|
|
85
85
|
};
|
|
86
|
-
export type Type =
|
|
86
|
+
export type Type = "arraybuffer" | "json" | "text" | "xml";
|
|
87
87
|
export type SimpleGeometryObject = {
|
|
88
88
|
/**
|
|
89
89
|
* Type.
|
|
90
90
|
*/
|
|
91
|
-
type: import(
|
|
91
|
+
type: import("../geom/Geometry.js").Type;
|
|
92
92
|
/**
|
|
93
93
|
* Flat coordinates.
|
|
94
94
|
*/
|
|
@@ -103,7 +103,7 @@ export type SimpleGeometryObject = {
|
|
|
103
103
|
layout?: import("../geom/Geometry.js").GeometryLayout | undefined;
|
|
104
104
|
};
|
|
105
105
|
export type GeometryCollectionObject = Array<GeometryObject>;
|
|
106
|
-
export type GeometryObject = SimpleGeometryObject |
|
|
106
|
+
export type GeometryObject = SimpleGeometryObject | GeometryCollectionObject;
|
|
107
107
|
export type FeatureObject = {
|
|
108
108
|
/**
|
|
109
109
|
* Id.
|
|
@@ -123,7 +123,7 @@ export type FeatureObject = {
|
|
|
123
123
|
/**
|
|
124
124
|
* *
|
|
125
125
|
*/
|
|
126
|
-
export type FeatureToFeatureClass<T extends
|
|
126
|
+
export type FeatureToFeatureClass<T extends import("../Feature.js").FeatureLike> = T extends RenderFeature ? typeof RenderFeature : typeof Feature;
|
|
127
127
|
/**
|
|
128
128
|
* *
|
|
129
129
|
*/
|
|
@@ -191,7 +191,7 @@ import RenderFeature from '../render/Feature.js';
|
|
|
191
191
|
* @property {Object<string, *>} [properties] Properties.
|
|
192
192
|
*/
|
|
193
193
|
/***
|
|
194
|
-
* @template {Feature
|
|
194
|
+
* @template {import('../Feature.js').FeatureLike} T
|
|
195
195
|
* @typedef {T extends RenderFeature ? typeof RenderFeature : typeof Feature} FeatureToFeatureClass
|
|
196
196
|
*/
|
|
197
197
|
/***
|
|
@@ -207,11 +207,11 @@ import RenderFeature from '../render/Feature.js';
|
|
|
207
207
|
* {@link module:ol/Feature~Feature} objects from a variety of commonly used geospatial
|
|
208
208
|
* file formats. See the documentation for each format for more details.
|
|
209
209
|
*
|
|
210
|
-
* @template {import('../Feature.js').
|
|
210
|
+
* @template {import('../Feature.js').FeatureLike} [FeatureType=import("../Feature.js").default]
|
|
211
211
|
* @abstract
|
|
212
212
|
* @api
|
|
213
213
|
*/
|
|
214
|
-
declare class FeatureFormat<
|
|
214
|
+
declare class FeatureFormat<FeatureType extends import("../Feature.js").FeatureLike = Feature<import("../geom.js").Geometry>> {
|
|
215
215
|
/**
|
|
216
216
|
* @protected
|
|
217
217
|
* @type {import("../proj/Projection.js").default|undefined}
|
|
@@ -224,9 +224,9 @@ declare class FeatureFormat<T extends import("../Feature.js").FeatureClass = typ
|
|
|
224
224
|
protected defaultFeatureProjection: import("../proj/Projection.js").default | undefined;
|
|
225
225
|
/**
|
|
226
226
|
* @protected
|
|
227
|
-
* @type {
|
|
227
|
+
* @type {FeatureToFeatureClass<FeatureType>}
|
|
228
228
|
*/
|
|
229
|
-
protected featureClass:
|
|
229
|
+
protected featureClass: FeatureToFeatureClass<FeatureType>;
|
|
230
230
|
/**
|
|
231
231
|
* A list media types supported by the format in descending order of preference.
|
|
232
232
|
* @type {Array<string>}
|
|
@@ -261,18 +261,18 @@ declare class FeatureFormat<T extends import("../Feature.js").FeatureClass = typ
|
|
|
261
261
|
* @abstract
|
|
262
262
|
* @param {Document|Element|Object|string} source Source.
|
|
263
263
|
* @param {ReadOptions} [options] Read options.
|
|
264
|
-
* @return {
|
|
264
|
+
* @return {FeatureType|Array<FeatureType>} Feature.
|
|
265
265
|
*/
|
|
266
|
-
readFeature(source: Document | Element | any | string, options?: ReadOptions | undefined):
|
|
266
|
+
readFeature(source: Document | Element | any | string, options?: ReadOptions | undefined): FeatureType | Array<FeatureType>;
|
|
267
267
|
/**
|
|
268
268
|
* Read all features from a source.
|
|
269
269
|
*
|
|
270
270
|
* @abstract
|
|
271
271
|
* @param {Document|Element|ArrayBuffer|Object|string} source Source.
|
|
272
272
|
* @param {ReadOptions} [options] Read options.
|
|
273
|
-
* @return {Array<
|
|
273
|
+
* @return {Array<FeatureType>} Features.
|
|
274
274
|
*/
|
|
275
|
-
readFeatures(source: Document | Element | ArrayBuffer | any | string, options?: ReadOptions | undefined): Array<
|
|
275
|
+
readFeatures(source: Document | Element | ArrayBuffer | any | string, options?: ReadOptions | undefined): Array<FeatureType>;
|
|
276
276
|
/**
|
|
277
277
|
* Read a single geometry from a source.
|
|
278
278
|
*
|
package/format/Feature.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feature.d.ts","sourceRoot":"","sources":["Feature.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Feature.d.ts","sourceRoot":"","sources":["Feature.js"],"names":[],"mappings":"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"}
|
package/format/Feature.js
CHANGED
|
@@ -95,7 +95,7 @@ import {
|
|
|
95
95
|
*/
|
|
96
96
|
|
|
97
97
|
/***
|
|
98
|
-
* @template {Feature
|
|
98
|
+
* @template {import('../Feature.js').FeatureLike} T
|
|
99
99
|
* @typedef {T extends RenderFeature ? typeof RenderFeature : typeof Feature} FeatureToFeatureClass
|
|
100
100
|
*/
|
|
101
101
|
|
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
* {@link module:ol/Feature~Feature} objects from a variety of commonly used geospatial
|
|
114
114
|
* file formats. See the documentation for each format for more details.
|
|
115
115
|
*
|
|
116
|
-
* @template {import('../Feature.js').
|
|
116
|
+
* @template {import('../Feature.js').FeatureLike} [FeatureType=import("../Feature.js").default]
|
|
117
117
|
* @abstract
|
|
118
118
|
* @api
|
|
119
119
|
*/
|
|
@@ -133,9 +133,11 @@ class FeatureFormat {
|
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
135
|
* @protected
|
|
136
|
-
* @type {
|
|
136
|
+
* @type {FeatureToFeatureClass<FeatureType>}
|
|
137
137
|
*/
|
|
138
|
-
this.featureClass = /** @type {
|
|
138
|
+
this.featureClass = /** @type {FeatureToFeatureClass<FeatureType>} */ (
|
|
139
|
+
Feature
|
|
140
|
+
);
|
|
139
141
|
|
|
140
142
|
/**
|
|
141
143
|
* A list media types supported by the format in descending order of preference.
|
|
@@ -206,7 +208,7 @@ class FeatureFormat {
|
|
|
206
208
|
* @abstract
|
|
207
209
|
* @param {Document|Element|Object|string} source Source.
|
|
208
210
|
* @param {ReadOptions} [options] Read options.
|
|
209
|
-
* @return {
|
|
211
|
+
* @return {FeatureType|Array<FeatureType>} Feature.
|
|
210
212
|
*/
|
|
211
213
|
readFeature(source, options) {
|
|
212
214
|
return abstract();
|
|
@@ -218,7 +220,7 @@ class FeatureFormat {
|
|
|
218
220
|
* @abstract
|
|
219
221
|
* @param {Document|Element|ArrayBuffer|Object|string} source Source.
|
|
220
222
|
* @param {ReadOptions} [options] Read options.
|
|
221
|
-
* @return {Array<
|
|
223
|
+
* @return {Array<FeatureType>} Features.
|
|
222
224
|
*/
|
|
223
225
|
readFeatures(source, options) {
|
|
224
226
|
return abstract();
|
package/format/GML2.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GML2.d.ts","sourceRoot":"","sources":["GML2.js"],"names":[],"mappings":";AAyCA;;;;;;GAMG;AACH;IAqBE;;;;OAIG;IACH,0BAJW,IAAI,eACJ,
|
|
1
|
+
{"version":3,"file":"GML2.d.ts","sourceRoot":"","sources":["GML2.js"],"names":[],"mappings":"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"}
|
package/format/GML2.js
CHANGED
|
@@ -92,7 +92,7 @@ class GML2 extends GMLBase {
|
|
|
92
92
|
const x = parseFloat(coords[0]);
|
|
93
93
|
const y = parseFloat(coords[1]);
|
|
94
94
|
const z = coords.length === 3 ? parseFloat(coords[2]) : 0;
|
|
95
|
-
if (axisOrientation.
|
|
95
|
+
if (axisOrientation.startsWith('en')) {
|
|
96
96
|
flatCoordinates.push(x, y, z);
|
|
97
97
|
} else {
|
|
98
98
|
flatCoordinates.push(y, x, z);
|
|
@@ -481,14 +481,12 @@ class GML2 extends GMLBase {
|
|
|
481
481
|
* @private
|
|
482
482
|
*/
|
|
483
483
|
getCoords_(point, srsName, hasZ) {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
? point[0] + ',' + point[1]
|
|
491
|
-
: point[1] + ',' + point[0];
|
|
484
|
+
const axisOrientation = srsName
|
|
485
|
+
? getProjection(srsName).getAxisOrientation()
|
|
486
|
+
: 'enu';
|
|
487
|
+
let coords = axisOrientation.startsWith('en')
|
|
488
|
+
? point[0] + ',' + point[1]
|
|
489
|
+
: point[1] + ',' + point[0];
|
|
492
490
|
if (hasZ) {
|
|
493
491
|
// For newly created points, Z can be undefined.
|
|
494
492
|
const z = point[2] || 0;
|
package/format/GML3.d.ts
CHANGED
|
@@ -285,8 +285,9 @@ declare class GML3 extends GMLBase {
|
|
|
285
285
|
* @param {import("./Feature.js").WriteOptions} [options] Options.
|
|
286
286
|
* @return {Element} Node.
|
|
287
287
|
* @api
|
|
288
|
+
* @override
|
|
288
289
|
*/
|
|
289
|
-
writeFeaturesNode(features: Array<import("../Feature.js").default>, options?: import("./Feature.js").WriteOptions | undefined): Element;
|
|
290
|
+
override writeFeaturesNode(features: Array<import("../Feature.js").default>, options?: import("./Feature.js").WriteOptions | undefined): Element;
|
|
290
291
|
/**
|
|
291
292
|
* @const
|
|
292
293
|
* @type {Object<string, Object<string, import("../xml.js").Parser>>}
|
package/format/GML3.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GML3.d.ts","sourceRoot":"","sources":["GML3.js"],"names":[],"mappings":";AAqDA;;;;;;;GAOG;AACH;IASI;;;OAGG;IACH,iBAAuE;IAEvE;;;OAGG;IACH,eAAiE;IAEjE;;;OAGG;IACH,oBAC8D;IAE9D;;;OAGG;IACH,sBACkE;IASlE;;;OAGG;IACH,aAA6D;IAG/D;;;;OAIG;IACH,qBAJW,OAAO,eACP,
|
|
1
|
+
{"version":3,"file":"GML3.d.ts","sourceRoot":"","sources":["GML3.js"],"names":[],"mappings":"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"}
|