@planet/maps 11.0.0-dev.1740442925922 → 11.0.0-dev.1740443282248
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/Map.d.ts +48 -0
- package/Map.d.ts.map +1 -0
- package/Overlay.d.ts +26 -0
- package/Overlay.d.ts.map +1 -0
- package/View.d.ts +26 -0
- package/View.d.ts.map +1 -0
- package/control/Attribution.d.ts +24 -0
- package/control/Attribution.d.ts.map +1 -0
- package/control/Control.d.ts +24 -0
- package/control/Control.d.ts.map +1 -0
- package/control/FullScreen.d.ts +24 -0
- package/control/FullScreen.d.ts.map +1 -0
- package/control/MousePosition.d.ts +24 -0
- package/control/MousePosition.d.ts.map +1 -0
- package/control/OverviewMap.d.ts +24 -0
- package/control/OverviewMap.d.ts.map +1 -0
- package/control/Rotate.d.ts +24 -0
- package/control/Rotate.d.ts.map +1 -0
- package/control/ScaleLine.d.ts +24 -0
- package/control/ScaleLine.d.ts.map +1 -0
- package/control/Zoom.d.ts +24 -0
- package/control/Zoom.d.ts.map +1 -0
- package/control/ZoomSlider.d.ts +24 -0
- package/control/ZoomSlider.d.ts.map +1 -0
- package/control/ZoomToExtent.d.ts +24 -0
- package/control/ZoomToExtent.d.ts.map +1 -0
- package/interaction/DblClickDragZoom.d.ts +24 -0
- package/interaction/DblClickDragZoom.d.ts.map +1 -0
- package/interaction/DoubleClickZoom.d.ts +24 -0
- package/interaction/DoubleClickZoom.d.ts.map +1 -0
- package/interaction/DragAndDrop.d.ts +24 -0
- package/interaction/DragAndDrop.d.ts.map +1 -0
- package/interaction/DragBox.d.ts +24 -0
- package/interaction/DragBox.d.ts.map +1 -0
- package/interaction/DragPan.d.ts +24 -0
- package/interaction/DragPan.d.ts.map +1 -0
- package/interaction/DragRotate.d.ts +24 -0
- package/interaction/DragRotate.d.ts.map +1 -0
- package/interaction/DragRotateAndZoom.d.ts +24 -0
- package/interaction/DragRotateAndZoom.d.ts.map +1 -0
- package/interaction/DragZoom.d.ts +24 -0
- package/interaction/DragZoom.d.ts.map +1 -0
- package/interaction/Draw.d.ts +24 -0
- package/interaction/Draw.d.ts.map +1 -0
- package/interaction/Extent.d.ts +24 -0
- package/interaction/Extent.d.ts.map +1 -0
- package/interaction/Interaction.d.ts +24 -0
- package/interaction/Interaction.d.ts.map +1 -0
- package/interaction/KeyboardPan.d.ts +24 -0
- package/interaction/KeyboardPan.d.ts.map +1 -0
- package/interaction/KeyboardZoom.d.ts +24 -0
- package/interaction/KeyboardZoom.d.ts.map +1 -0
- package/interaction/Link.d.ts +24 -0
- package/interaction/Link.d.ts.map +1 -0
- package/interaction/Modify.d.ts +24 -0
- package/interaction/Modify.d.ts.map +1 -0
- package/interaction/MouseWheelZoom.d.ts +24 -0
- package/interaction/MouseWheelZoom.d.ts.map +1 -0
- package/interaction/PinchRotate.d.ts +24 -0
- package/interaction/PinchRotate.d.ts.map +1 -0
- package/interaction/PinchZoom.d.ts +24 -0
- package/interaction/PinchZoom.d.ts.map +1 -0
- package/interaction/Pointer.d.ts +24 -0
- package/interaction/Pointer.d.ts.map +1 -0
- package/interaction/Select.d.ts +24 -0
- package/interaction/Select.d.ts.map +1 -0
- package/interaction/Snap.d.ts +24 -0
- package/interaction/Snap.d.ts.map +1 -0
- package/interaction/Translate.d.ts +24 -0
- package/interaction/Translate.d.ts.map +1 -0
- package/internal/config.d.ts +18 -0
- package/internal/config.d.ts.map +1 -0
- package/internal/render.d.ts +21 -0
- package/internal/render.d.ts.map +1 -0
- package/internal/update.d.ts +40 -0
- package/internal/update.d.ts.map +1 -0
- package/layer/Base.d.ts +29 -0
- package/layer/Base.d.ts.map +1 -0
- package/layer/BaseImage.d.ts +29 -0
- package/layer/BaseImage.d.ts.map +1 -0
- package/layer/BaseTile.d.ts +29 -0
- package/layer/BaseTile.d.ts.map +1 -0
- package/layer/BaseVector.d.ts +29 -0
- package/layer/BaseVector.d.ts.map +1 -0
- package/layer/Flow.d.ts +29 -0
- package/layer/Flow.d.ts.map +1 -0
- package/layer/Graticule.d.ts +29 -0
- package/layer/Graticule.d.ts.map +1 -0
- package/layer/Group.d.ts +29 -0
- package/layer/Group.d.ts.map +1 -0
- package/layer/Heatmap.d.ts +29 -0
- package/layer/Heatmap.d.ts.map +1 -0
- package/layer/Image.d.ts +29 -0
- package/layer/Image.d.ts.map +1 -0
- package/layer/Layer.d.ts +29 -0
- package/layer/Layer.d.ts.map +1 -0
- package/layer/MapboxVector.d.ts +20 -0
- package/layer/MapboxVector.d.ts.map +1 -0
- package/layer/Tile.d.ts +29 -0
- package/layer/Tile.d.ts.map +1 -0
- package/layer/Vector.d.ts +29 -0
- package/layer/Vector.d.ts.map +1 -0
- package/layer/VectorImage.d.ts +29 -0
- package/layer/VectorImage.d.ts.map +1 -0
- package/layer/VectorTile.d.ts +29 -0
- package/layer/VectorTile.d.ts.map +1 -0
- package/layer/WebGLPoints.d.ts +29 -0
- package/layer/WebGLPoints.d.ts.map +1 -0
- package/layer/WebGLTile.d.ts +29 -0
- package/layer/WebGLTile.d.ts.map +1 -0
- package/layer/WebGLVector.d.ts +29 -0
- package/layer/WebGLVector.d.ts.map +1 -0
- package/layer/WebGLVectorTile.d.ts +29 -0
- package/layer/WebGLVectorTile.d.ts.map +1 -0
- package/package.json +1 -1
- package/source/BingMaps.d.ts +24 -0
- package/source/BingMaps.d.ts.map +1 -0
- package/source/CartoDB.d.ts +24 -0
- package/source/CartoDB.d.ts.map +1 -0
- package/source/Cluster.d.ts +24 -0
- package/source/Cluster.d.ts.map +1 -0
- package/source/DataTile.d.ts +24 -0
- package/source/DataTile.d.ts.map +1 -0
- package/source/GeoTIFF.d.ts +24 -0
- package/source/GeoTIFF.d.ts.map +1 -0
- package/source/Google.d.ts +24 -0
- package/source/Google.d.ts.map +1 -0
- package/source/IIIF.d.ts +24 -0
- package/source/IIIF.d.ts.map +1 -0
- package/source/Image.d.ts +24 -0
- package/source/Image.d.ts.map +1 -0
- package/source/ImageArcGISRest.d.ts +24 -0
- package/source/ImageArcGISRest.d.ts.map +1 -0
- package/source/ImageCanvas.d.ts +24 -0
- package/source/ImageCanvas.d.ts.map +1 -0
- package/source/ImageMapGuide.d.ts +24 -0
- package/source/ImageMapGuide.d.ts.map +1 -0
- package/source/ImageStatic.d.ts +24 -0
- package/source/ImageStatic.d.ts.map +1 -0
- package/source/ImageTile.d.ts +24 -0
- package/source/ImageTile.d.ts.map +1 -0
- package/source/ImageWMS.d.ts +24 -0
- package/source/ImageWMS.d.ts.map +1 -0
- package/source/OGCMapTile.d.ts +24 -0
- package/source/OGCMapTile.d.ts.map +1 -0
- package/source/OGCVectorTile.d.ts +24 -0
- package/source/OGCVectorTile.d.ts.map +1 -0
- package/source/OSM.d.ts +24 -0
- package/source/OSM.d.ts.map +1 -0
- package/source/Raster.d.ts +24 -0
- package/source/Raster.d.ts.map +1 -0
- package/source/SentinelHub.d.ts +24 -0
- package/source/SentinelHub.d.ts.map +1 -0
- package/source/Source.d.ts +24 -0
- package/source/Source.d.ts.map +1 -0
- package/source/StadiaMaps.d.ts +24 -0
- package/source/StadiaMaps.d.ts.map +1 -0
- package/source/Tile.d.ts +24 -0
- package/source/Tile.d.ts.map +1 -0
- package/source/TileArcGISRest.d.ts +24 -0
- package/source/TileArcGISRest.d.ts.map +1 -0
- package/source/TileDebug.d.ts +24 -0
- package/source/TileDebug.d.ts.map +1 -0
- package/source/TileImage.d.ts +24 -0
- package/source/TileImage.d.ts.map +1 -0
- package/source/TileJSON.d.ts +24 -0
- package/source/TileJSON.d.ts.map +1 -0
- package/source/TileWMS.d.ts +24 -0
- package/source/TileWMS.d.ts.map +1 -0
- package/source/UTFGrid.d.ts +24 -0
- package/source/UTFGrid.d.ts.map +1 -0
- package/source/UrlTile.d.ts +24 -0
- package/source/UrlTile.d.ts.map +1 -0
- package/source/Vector.d.ts +24 -0
- package/source/Vector.d.ts.map +1 -0
- package/source/VectorTile.d.ts +24 -0
- package/source/VectorTile.d.ts.map +1 -0
- package/source/WMTS.d.ts +24 -0
- package/source/WMTS.d.ts.map +1 -0
- package/source/XYZ.d.ts +24 -0
- package/source/XYZ.d.ts.map +1 -0
- package/source/Zoomify.d.ts +24 -0
- package/source/Zoomify.d.ts.map +1 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} DrawProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLDraw>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {DrawProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Draw(props: DrawProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: import("ol/interaction/Draw.js").Options | undefined;
|
|
15
|
+
cls: typeof OLDraw;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type DrawProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: import("ol/interaction/Draw.js").Options | undefined;
|
|
22
|
+
};
|
|
23
|
+
import OLDraw from 'ol/interaction/Draw.js';
|
|
24
|
+
//# sourceMappingURL=Draw.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Draw.d.ts","sourceRoot":"","sources":["Draw.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,oCAFW,SAAS,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAIzC;;;;;;;mBAbkB,wBAAwB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} ExtentProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLExtent>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {ExtentProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Extent(props: ExtentProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLExtent>[0];
|
|
15
|
+
cls: typeof OLExtent;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type ExtentProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLExtent>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLExtent from 'ol/interaction/Extent.js';
|
|
24
|
+
//# sourceMappingURL=Extent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Extent.d.ts","sourceRoot":"","sources":["Extent.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,sCAFW,WAAW,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJ9B,qBAAqB,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,CAAC;;wDAQtD;;;;;cARa,qBAAqB,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,CAAC;;qBALlC,0BAA0B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} InteractionProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLInteraction>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {InteractionProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Interaction(props: InteractionProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLInteraction>[0];
|
|
15
|
+
cls: typeof OLInteraction;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type InteractionProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLInteraction>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLInteraction from 'ol/interaction/Interaction.js';
|
|
24
|
+
//# sourceMappingURL=Interaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Interaction.d.ts","sourceRoot":"","sources":["Interaction.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,2CAFW,gBAAgB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJnC,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC;;wDAQ3D;;;;;cARa,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC;;0BALlC,+BAA+B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} KeyboardPanProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLKeyboardPan>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {KeyboardPanProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function KeyboardPan(props: KeyboardPanProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLKeyboardPan>[0];
|
|
15
|
+
cls: typeof OLKeyboardPan;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type KeyboardPanProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLKeyboardPan>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLKeyboardPan from 'ol/interaction/KeyboardPan.js';
|
|
24
|
+
//# sourceMappingURL=KeyboardPan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyboardPan.d.ts","sourceRoot":"","sources":["KeyboardPan.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,2CAFW,gBAAgB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJnC,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC;;wDAQ3D;;;;;cARa,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC;;0BALlC,+BAA+B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} KeyboardZoomProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLKeyboardZoom>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {KeyboardZoomProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function KeyboardZoom(props: KeyboardZoomProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLKeyboardZoom>[0];
|
|
15
|
+
cls: typeof OLKeyboardZoom;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type KeyboardZoomProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLKeyboardZoom>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLKeyboardZoom from 'ol/interaction/KeyboardZoom.js';
|
|
24
|
+
//# sourceMappingURL=KeyboardZoom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyboardZoom.d.ts","sourceRoot":"","sources":["KeyboardZoom.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,4CAFW,iBAAiB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJpC,qBAAqB,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC;;wDAQ5D;;;;;cARa,qBAAqB,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC;;2BALlC,gCAAgC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} LinkProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLLink>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {LinkProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Link(props: LinkProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLLink>[0];
|
|
15
|
+
cls: typeof OLLink;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type LinkProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLLink>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLLink from 'ol/interaction/Link.js';
|
|
24
|
+
//# sourceMappingURL=Link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["Link.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,oCAFW,SAAS,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJ5B,qBAAqB,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;;wDAQpD;;;;;cARa,qBAAqB,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;;mBALlC,wBAAwB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} ModifyProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLModify>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {ModifyProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Modify(props: ModifyProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: import("ol/interaction/Modify.js").Options | undefined;
|
|
15
|
+
cls: typeof OLModify;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type ModifyProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: import("ol/interaction/Modify.js").Options | undefined;
|
|
22
|
+
};
|
|
23
|
+
import OLModify from 'ol/interaction/Modify.js';
|
|
24
|
+
//# sourceMappingURL=Modify.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modify.d.ts","sourceRoot":"","sources":["Modify.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,sCAFW,WAAW,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI3C;;;;;;;qBAboB,0BAA0B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} MouseWheelZoomProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLMouseWheelZoom>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {MouseWheelZoomProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function MouseWheelZoom(props: MouseWheelZoomProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLMouseWheelZoom>[0];
|
|
15
|
+
cls: typeof OLMouseWheelZoom;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type MouseWheelZoomProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLMouseWheelZoom>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLMouseWheelZoom from 'ol/interaction/MouseWheelZoom.js';
|
|
24
|
+
//# sourceMappingURL=MouseWheelZoom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MouseWheelZoom.d.ts","sourceRoot":"","sources":["MouseWheelZoom.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,8CAFW,mBAAmB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJtC,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC;;wDAQ9D;;;;;cARa,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC;;6BALlC,kCAAkC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} PinchRotateProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLPinchRotate>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {PinchRotateProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function PinchRotate(props: PinchRotateProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLPinchRotate>[0];
|
|
15
|
+
cls: typeof OLPinchRotate;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type PinchRotateProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLPinchRotate>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLPinchRotate from 'ol/interaction/PinchRotate.js';
|
|
24
|
+
//# sourceMappingURL=PinchRotate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PinchRotate.d.ts","sourceRoot":"","sources":["PinchRotate.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,2CAFW,gBAAgB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJnC,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC;;wDAQ3D;;;;;cARa,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC;;0BALlC,+BAA+B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} PinchZoomProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLPinchZoom>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {PinchZoomProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function PinchZoom(props: PinchZoomProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLPinchZoom>[0];
|
|
15
|
+
cls: typeof OLPinchZoom;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type PinchZoomProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLPinchZoom>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLPinchZoom from 'ol/interaction/PinchZoom.js';
|
|
24
|
+
//# sourceMappingURL=PinchZoom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PinchZoom.d.ts","sourceRoot":"","sources":["PinchZoom.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,yCAFW,cAAc,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJjC,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;wDAQzD;;;;;cARa,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;wBALlC,6BAA6B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} PointerProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLPointer>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {PointerProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Pointer(props: PointerProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLPointer>[0];
|
|
15
|
+
cls: typeof OLPointer;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type PointerProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLPointer>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLPointer from 'ol/interaction/Pointer.js';
|
|
24
|
+
//# sourceMappingURL=Pointer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pointer.d.ts","sourceRoot":"","sources":["Pointer.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,uCAFW,YAAY,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJ/B,qBAAqB,CAAC,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC;;wDAQvD;;;;;cARa,qBAAqB,CAAC,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC;;sBALlC,2BAA2B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} SelectProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLSelect>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {SelectProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Select(props: SelectProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLSelect>[0];
|
|
15
|
+
cls: typeof OLSelect;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type SelectProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLSelect>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLSelect from 'ol/interaction/Select.js';
|
|
24
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,sCAFW,WAAW,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJ9B,qBAAqB,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,CAAC;;wDAQtD;;;;;cARa,qBAAqB,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,CAAC;;qBALlC,0BAA0B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} SnapProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLSnap>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {SnapProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Snap(props: SnapProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLSnap>[0];
|
|
15
|
+
cls: typeof OLSnap;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type SnapProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLSnap>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLSnap from 'ol/interaction/Snap.js';
|
|
24
|
+
//# sourceMappingURL=Snap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Snap.d.ts","sourceRoot":"","sources":["Snap.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,oCAFW,SAAS,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJ5B,qBAAqB,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;;wDAQpD;;;;;cARa,qBAAqB,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;;mBALlC,wBAAwB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} TranslateProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLTranslate>[0]} [options] The interaction options.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @param {TranslateProps | Object<string, any>} props The interaction props.
|
|
7
|
+
*/
|
|
8
|
+
export default function Translate(props: TranslateProps | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}): import("react").ReactElement<{
|
|
11
|
+
/**
|
|
12
|
+
* The interaction options.
|
|
13
|
+
*/
|
|
14
|
+
options?: ConstructorParameters<typeof OLTranslate>[0];
|
|
15
|
+
cls: typeof OLTranslate;
|
|
16
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
export type TranslateProps = {
|
|
18
|
+
/**
|
|
19
|
+
* The interaction options.
|
|
20
|
+
*/
|
|
21
|
+
options?: ConstructorParameters<typeof OLTranslate>[0];
|
|
22
|
+
};
|
|
23
|
+
import OLTranslate from 'ol/interaction/Translate.js';
|
|
24
|
+
//# sourceMappingURL=Translate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Translate.d.ts","sourceRoot":"","sources":["Translate.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,yCAFW,cAAc,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJjC,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;wDAQzD;;;;;cARa,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;wBALlC,6BAA6B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The constants below represent the primitive element types handled by the renderer.
|
|
3
|
+
*/
|
|
4
|
+
export const MAP: "map";
|
|
5
|
+
export const VIEW: "view";
|
|
6
|
+
export const OVERLAY: "overlay";
|
|
7
|
+
export const CONTROL: "control";
|
|
8
|
+
export const INTERACTION: "interaction";
|
|
9
|
+
export const LAYER: "layer";
|
|
10
|
+
export const SOURCE: "source";
|
|
11
|
+
export namespace directories {
|
|
12
|
+
let control: string;
|
|
13
|
+
let interaction: string;
|
|
14
|
+
let layer: string;
|
|
15
|
+
let source: string;
|
|
16
|
+
}
|
|
17
|
+
export const ignore: string[];
|
|
18
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["config.js"],"names":[],"mappings":"AAAA;;GAEG;AACH,kBAAmB,KAAK,CAAC;AACzB,mBAAoB,MAAM,CAAC;AAC3B,sBAAuB,SAAS,CAAC;AACjC,sBAAuB,SAAS,CAAC;AACjC,0BAA2B,aAAa,CAAC;AACzC,oBAAqB,OAAO,CAAC;AAC7B,qBAAsB,QAAQ,CAAC;;;;;;;AAc/B,8BAUE"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export function updateInstanceFromProps(arg0: any, arg1: string, arg2: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}, arg3: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
}): any;
|
|
6
|
+
/**
|
|
7
|
+
* @param {React.ReactNode} element The element to render.
|
|
8
|
+
* @param {any} container The container.
|
|
9
|
+
*/
|
|
10
|
+
export function render(element: React.ReactNode, container: any): void;
|
|
11
|
+
export type InstanceProps = {
|
|
12
|
+
/**
|
|
13
|
+
* A class.
|
|
14
|
+
*/
|
|
15
|
+
cls: new (options: any) => any;
|
|
16
|
+
/**
|
|
17
|
+
* The options.
|
|
18
|
+
*/
|
|
19
|
+
options?: any;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=render.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"render.d.ts","sourceRoot":"","sources":["render.js"],"names":[],"mappings":";;;;;AA4bA;;;GAGG;AACH,gCAHW,KAAK,CAAC,SAAS,aACf,GAAG,QAsBb;;;;;SAhVa,KAAI,OAAO,EAAE,GAAG,KAAK,GAAG;;;;cACxB,GAAG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {function(any, string, Object<string, any>, Object<string, any>): any} Updater
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @param {Array<any>} [a1] An array.
|
|
6
|
+
* @param {Array<any>} [a2] An array.
|
|
7
|
+
* @return {boolean} All elements in the array are the same;
|
|
8
|
+
*/
|
|
9
|
+
export function arrayEquals(a1?: Array<any>, a2?: Array<any>): boolean;
|
|
10
|
+
/**
|
|
11
|
+
* @param {import("ol/View.js").default} view The view.
|
|
12
|
+
* @param {string} type The string type.
|
|
13
|
+
* @param {Object<string, any>} oldProps The old props.
|
|
14
|
+
* @param {Object<string, any>} newProps The new props.
|
|
15
|
+
*/
|
|
16
|
+
export function prepareViewUpdate(view: import("ol/View.js").default, type: string, oldProps: {
|
|
17
|
+
[x: string]: any;
|
|
18
|
+
}, newProps: {
|
|
19
|
+
[x: string]: any;
|
|
20
|
+
}): {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
} | null;
|
|
23
|
+
/**
|
|
24
|
+
* @type {Object<string, boolean>}
|
|
25
|
+
*/
|
|
26
|
+
export const reservedProps: {
|
|
27
|
+
[x: string]: boolean;
|
|
28
|
+
};
|
|
29
|
+
export type Updater = (arg0: any, arg1: string, arg2: {
|
|
30
|
+
[x: string]: any;
|
|
31
|
+
}, arg3: {
|
|
32
|
+
[x: string]: any;
|
|
33
|
+
}) => any;
|
|
34
|
+
declare function prepareGenericUpdate(arg0: any, arg1: string, arg2: {
|
|
35
|
+
[x: string]: any;
|
|
36
|
+
}, arg3: {
|
|
37
|
+
[x: string]: any;
|
|
38
|
+
}): any;
|
|
39
|
+
export { prepareGenericUpdate as prepareControlUpdate, prepareGenericUpdate as prepareInteractionUpdate, prepareGenericUpdate as prepareLayerUpdate, prepareGenericUpdate as prepareOverlayUpdate, prepareGenericUpdate as prepareSourceUpdate };
|
|
40
|
+
//# sourceMappingURL=update.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["update.js"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;GAIG;AACH,iCAJW,KAAK,CAAC,GAAG,CAAC,OACV,KAAK,CAAC,GAAG,CAAC,GACT,OAAO,CAkBlB;AAYD;;;;;GAKG;AACH,wCALW,OAAO,YAAY,EAAE,OAAO,QAC5B,MAAM;;;;;;SA2DhB;AAvED;;GAEG;AACH;;EAKE;sBAlCW,CAAS,IAAG,EAAH,GAAG,EAAE,IAAM,EAAN,MAAM,EAAE,IAAmB,EAAnB;QAAO,MAAM,GAAE,GAAG;CAAC,EAAE,IAAmB,EAAnB;QAAO,MAAM,GAAE,GAAG;CAAC,KAAG,GAAG;AAApE,4CAAS,GAAG,QAAE,MAAM;;;;IAA6C,GAAG,CAAA"}
|
package/layer/Base.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} BaseProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLBase>[0]} [options] The layer options.
|
|
4
|
+
* @property {React.ReactNode} children The layer source.
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @param {BaseProps | Object<string, any>} props The layer props.
|
|
8
|
+
*/
|
|
9
|
+
export default function Base({ children, ...props }: BaseProps | {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
}): import("react").ReactElement<{
|
|
12
|
+
/**
|
|
13
|
+
* The layer options.
|
|
14
|
+
*/
|
|
15
|
+
options?: import("ol/layer/Base.js").Options | undefined;
|
|
16
|
+
cls: typeof OLBase;
|
|
17
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
18
|
+
export type BaseProps = {
|
|
19
|
+
/**
|
|
20
|
+
* The layer options.
|
|
21
|
+
*/
|
|
22
|
+
options?: import("ol/layer/Base.js").Options | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The layer source.
|
|
25
|
+
*/
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
};
|
|
28
|
+
import OLBase from 'ol/layer/Base.js';
|
|
29
|
+
//# sourceMappingURL=Base.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["Base.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AAEH;;GAEG;AACH,qDAFW,SAAS,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAIzC;;;;;;;;;cARa,KAAK,CAAC,SAAS;;mBANV,kBAAkB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} BaseImageProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLBaseImage>[0]} [options] The layer options.
|
|
4
|
+
* @property {React.ReactNode} children The layer source.
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @param {BaseImageProps | Object<string, any>} props The layer props.
|
|
8
|
+
*/
|
|
9
|
+
export default function BaseImage({ children, ...props }: BaseImageProps | {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
}): import("react").ReactElement<{
|
|
12
|
+
/**
|
|
13
|
+
* The layer options.
|
|
14
|
+
*/
|
|
15
|
+
options?: ConstructorParameters<typeof OLBaseImage>[0];
|
|
16
|
+
cls: typeof OLBaseImage;
|
|
17
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
18
|
+
export type BaseImageProps = {
|
|
19
|
+
/**
|
|
20
|
+
* The layer options.
|
|
21
|
+
*/
|
|
22
|
+
options?: ConstructorParameters<typeof OLBaseImage>[0];
|
|
23
|
+
/**
|
|
24
|
+
* The layer source.
|
|
25
|
+
*/
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
};
|
|
28
|
+
import OLBaseImage from 'ol/layer/BaseImage.js';
|
|
29
|
+
//# sourceMappingURL=BaseImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseImage.d.ts","sourceRoot":"","sources":["BaseImage.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AAEH;;GAEG;AACH,0DAFW,cAAc,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cALjC,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;wDASzD;;;;;cATa,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;;;cAC5C,KAAK,CAAC,SAAS;;wBANL,uBAAuB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} BaseTileProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLBaseTile>[0]} [options] The layer options.
|
|
4
|
+
* @property {React.ReactNode} children The layer source.
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @param {BaseTileProps | Object<string, any>} props The layer props.
|
|
8
|
+
*/
|
|
9
|
+
export default function BaseTile({ children, ...props }: BaseTileProps | {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
}): import("react").ReactElement<{
|
|
12
|
+
/**
|
|
13
|
+
* The layer options.
|
|
14
|
+
*/
|
|
15
|
+
options?: ConstructorParameters<typeof OLBaseTile>[0];
|
|
16
|
+
cls: typeof OLBaseTile;
|
|
17
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
18
|
+
export type BaseTileProps = {
|
|
19
|
+
/**
|
|
20
|
+
* The layer options.
|
|
21
|
+
*/
|
|
22
|
+
options?: ConstructorParameters<typeof OLBaseTile>[0];
|
|
23
|
+
/**
|
|
24
|
+
* The layer source.
|
|
25
|
+
*/
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
};
|
|
28
|
+
import OLBaseTile from 'ol/layer/BaseTile.js';
|
|
29
|
+
//# sourceMappingURL=BaseTile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseTile.d.ts","sourceRoot":"","sources":["BaseTile.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AAEH;;GAEG;AACH,yDAFW,aAAa,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cALhC,qBAAqB,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC,CAAC;;wDASxD;;;;;cATa,qBAAqB,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC,CAAC;;;;cAC3C,KAAK,CAAC,SAAS;;uBANN,sBAAsB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @typedef {Object} BaseVectorProps
|
|
3
|
+
* @property {ConstructorParameters<typeof OLBaseVector>[0]} [options] The layer options.
|
|
4
|
+
* @property {React.ReactNode} children The layer source.
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @param {BaseVectorProps | Object<string, any>} props The layer props.
|
|
8
|
+
*/
|
|
9
|
+
export default function BaseVector({ children, ...props }: BaseVectorProps | {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
}): import("react").ReactElement<{
|
|
12
|
+
/**
|
|
13
|
+
* The layer options.
|
|
14
|
+
*/
|
|
15
|
+
options?: ConstructorParameters<typeof OLBaseVector>[0];
|
|
16
|
+
cls: typeof OLBaseVector;
|
|
17
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
18
|
+
export type BaseVectorProps = {
|
|
19
|
+
/**
|
|
20
|
+
* The layer options.
|
|
21
|
+
*/
|
|
22
|
+
options?: ConstructorParameters<typeof OLBaseVector>[0];
|
|
23
|
+
/**
|
|
24
|
+
* The layer source.
|
|
25
|
+
*/
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
};
|
|
28
|
+
import OLBaseVector from 'ol/layer/BaseVector.js';
|
|
29
|
+
//# sourceMappingURL=BaseVector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseVector.d.ts","sourceRoot":"","sources":["BaseVector.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AAEH;;GAEG;AACH,2DAFW,eAAe,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cALlC,qBAAqB,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC;;wDAS1D;;;;;cATa,qBAAqB,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC;;;;cAC7C,KAAK,CAAC,SAAS;;yBANJ,wBAAwB"}
|