@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.
Files changed (183) hide show
  1. package/Map.d.ts +48 -0
  2. package/Map.d.ts.map +1 -0
  3. package/Overlay.d.ts +26 -0
  4. package/Overlay.d.ts.map +1 -0
  5. package/View.d.ts +26 -0
  6. package/View.d.ts.map +1 -0
  7. package/control/Attribution.d.ts +24 -0
  8. package/control/Attribution.d.ts.map +1 -0
  9. package/control/Control.d.ts +24 -0
  10. package/control/Control.d.ts.map +1 -0
  11. package/control/FullScreen.d.ts +24 -0
  12. package/control/FullScreen.d.ts.map +1 -0
  13. package/control/MousePosition.d.ts +24 -0
  14. package/control/MousePosition.d.ts.map +1 -0
  15. package/control/OverviewMap.d.ts +24 -0
  16. package/control/OverviewMap.d.ts.map +1 -0
  17. package/control/Rotate.d.ts +24 -0
  18. package/control/Rotate.d.ts.map +1 -0
  19. package/control/ScaleLine.d.ts +24 -0
  20. package/control/ScaleLine.d.ts.map +1 -0
  21. package/control/Zoom.d.ts +24 -0
  22. package/control/Zoom.d.ts.map +1 -0
  23. package/control/ZoomSlider.d.ts +24 -0
  24. package/control/ZoomSlider.d.ts.map +1 -0
  25. package/control/ZoomToExtent.d.ts +24 -0
  26. package/control/ZoomToExtent.d.ts.map +1 -0
  27. package/interaction/DblClickDragZoom.d.ts +24 -0
  28. package/interaction/DblClickDragZoom.d.ts.map +1 -0
  29. package/interaction/DoubleClickZoom.d.ts +24 -0
  30. package/interaction/DoubleClickZoom.d.ts.map +1 -0
  31. package/interaction/DragAndDrop.d.ts +24 -0
  32. package/interaction/DragAndDrop.d.ts.map +1 -0
  33. package/interaction/DragBox.d.ts +24 -0
  34. package/interaction/DragBox.d.ts.map +1 -0
  35. package/interaction/DragPan.d.ts +24 -0
  36. package/interaction/DragPan.d.ts.map +1 -0
  37. package/interaction/DragRotate.d.ts +24 -0
  38. package/interaction/DragRotate.d.ts.map +1 -0
  39. package/interaction/DragRotateAndZoom.d.ts +24 -0
  40. package/interaction/DragRotateAndZoom.d.ts.map +1 -0
  41. package/interaction/DragZoom.d.ts +24 -0
  42. package/interaction/DragZoom.d.ts.map +1 -0
  43. package/interaction/Draw.d.ts +24 -0
  44. package/interaction/Draw.d.ts.map +1 -0
  45. package/interaction/Extent.d.ts +24 -0
  46. package/interaction/Extent.d.ts.map +1 -0
  47. package/interaction/Interaction.d.ts +24 -0
  48. package/interaction/Interaction.d.ts.map +1 -0
  49. package/interaction/KeyboardPan.d.ts +24 -0
  50. package/interaction/KeyboardPan.d.ts.map +1 -0
  51. package/interaction/KeyboardZoom.d.ts +24 -0
  52. package/interaction/KeyboardZoom.d.ts.map +1 -0
  53. package/interaction/Link.d.ts +24 -0
  54. package/interaction/Link.d.ts.map +1 -0
  55. package/interaction/Modify.d.ts +24 -0
  56. package/interaction/Modify.d.ts.map +1 -0
  57. package/interaction/MouseWheelZoom.d.ts +24 -0
  58. package/interaction/MouseWheelZoom.d.ts.map +1 -0
  59. package/interaction/PinchRotate.d.ts +24 -0
  60. package/interaction/PinchRotate.d.ts.map +1 -0
  61. package/interaction/PinchZoom.d.ts +24 -0
  62. package/interaction/PinchZoom.d.ts.map +1 -0
  63. package/interaction/Pointer.d.ts +24 -0
  64. package/interaction/Pointer.d.ts.map +1 -0
  65. package/interaction/Select.d.ts +24 -0
  66. package/interaction/Select.d.ts.map +1 -0
  67. package/interaction/Snap.d.ts +24 -0
  68. package/interaction/Snap.d.ts.map +1 -0
  69. package/interaction/Translate.d.ts +24 -0
  70. package/interaction/Translate.d.ts.map +1 -0
  71. package/internal/config.d.ts +18 -0
  72. package/internal/config.d.ts.map +1 -0
  73. package/internal/render.d.ts +21 -0
  74. package/internal/render.d.ts.map +1 -0
  75. package/internal/update.d.ts +40 -0
  76. package/internal/update.d.ts.map +1 -0
  77. package/layer/Base.d.ts +29 -0
  78. package/layer/Base.d.ts.map +1 -0
  79. package/layer/BaseImage.d.ts +29 -0
  80. package/layer/BaseImage.d.ts.map +1 -0
  81. package/layer/BaseTile.d.ts +29 -0
  82. package/layer/BaseTile.d.ts.map +1 -0
  83. package/layer/BaseVector.d.ts +29 -0
  84. package/layer/BaseVector.d.ts.map +1 -0
  85. package/layer/Flow.d.ts +29 -0
  86. package/layer/Flow.d.ts.map +1 -0
  87. package/layer/Graticule.d.ts +29 -0
  88. package/layer/Graticule.d.ts.map +1 -0
  89. package/layer/Group.d.ts +29 -0
  90. package/layer/Group.d.ts.map +1 -0
  91. package/layer/Heatmap.d.ts +29 -0
  92. package/layer/Heatmap.d.ts.map +1 -0
  93. package/layer/Image.d.ts +29 -0
  94. package/layer/Image.d.ts.map +1 -0
  95. package/layer/Layer.d.ts +29 -0
  96. package/layer/Layer.d.ts.map +1 -0
  97. package/layer/MapboxVector.d.ts +20 -0
  98. package/layer/MapboxVector.d.ts.map +1 -0
  99. package/layer/Tile.d.ts +29 -0
  100. package/layer/Tile.d.ts.map +1 -0
  101. package/layer/Vector.d.ts +29 -0
  102. package/layer/Vector.d.ts.map +1 -0
  103. package/layer/VectorImage.d.ts +29 -0
  104. package/layer/VectorImage.d.ts.map +1 -0
  105. package/layer/VectorTile.d.ts +29 -0
  106. package/layer/VectorTile.d.ts.map +1 -0
  107. package/layer/WebGLPoints.d.ts +29 -0
  108. package/layer/WebGLPoints.d.ts.map +1 -0
  109. package/layer/WebGLTile.d.ts +29 -0
  110. package/layer/WebGLTile.d.ts.map +1 -0
  111. package/layer/WebGLVector.d.ts +29 -0
  112. package/layer/WebGLVector.d.ts.map +1 -0
  113. package/layer/WebGLVectorTile.d.ts +29 -0
  114. package/layer/WebGLVectorTile.d.ts.map +1 -0
  115. package/package.json +1 -1
  116. package/source/BingMaps.d.ts +24 -0
  117. package/source/BingMaps.d.ts.map +1 -0
  118. package/source/CartoDB.d.ts +24 -0
  119. package/source/CartoDB.d.ts.map +1 -0
  120. package/source/Cluster.d.ts +24 -0
  121. package/source/Cluster.d.ts.map +1 -0
  122. package/source/DataTile.d.ts +24 -0
  123. package/source/DataTile.d.ts.map +1 -0
  124. package/source/GeoTIFF.d.ts +24 -0
  125. package/source/GeoTIFF.d.ts.map +1 -0
  126. package/source/Google.d.ts +24 -0
  127. package/source/Google.d.ts.map +1 -0
  128. package/source/IIIF.d.ts +24 -0
  129. package/source/IIIF.d.ts.map +1 -0
  130. package/source/Image.d.ts +24 -0
  131. package/source/Image.d.ts.map +1 -0
  132. package/source/ImageArcGISRest.d.ts +24 -0
  133. package/source/ImageArcGISRest.d.ts.map +1 -0
  134. package/source/ImageCanvas.d.ts +24 -0
  135. package/source/ImageCanvas.d.ts.map +1 -0
  136. package/source/ImageMapGuide.d.ts +24 -0
  137. package/source/ImageMapGuide.d.ts.map +1 -0
  138. package/source/ImageStatic.d.ts +24 -0
  139. package/source/ImageStatic.d.ts.map +1 -0
  140. package/source/ImageTile.d.ts +24 -0
  141. package/source/ImageTile.d.ts.map +1 -0
  142. package/source/ImageWMS.d.ts +24 -0
  143. package/source/ImageWMS.d.ts.map +1 -0
  144. package/source/OGCMapTile.d.ts +24 -0
  145. package/source/OGCMapTile.d.ts.map +1 -0
  146. package/source/OGCVectorTile.d.ts +24 -0
  147. package/source/OGCVectorTile.d.ts.map +1 -0
  148. package/source/OSM.d.ts +24 -0
  149. package/source/OSM.d.ts.map +1 -0
  150. package/source/Raster.d.ts +24 -0
  151. package/source/Raster.d.ts.map +1 -0
  152. package/source/SentinelHub.d.ts +24 -0
  153. package/source/SentinelHub.d.ts.map +1 -0
  154. package/source/Source.d.ts +24 -0
  155. package/source/Source.d.ts.map +1 -0
  156. package/source/StadiaMaps.d.ts +24 -0
  157. package/source/StadiaMaps.d.ts.map +1 -0
  158. package/source/Tile.d.ts +24 -0
  159. package/source/Tile.d.ts.map +1 -0
  160. package/source/TileArcGISRest.d.ts +24 -0
  161. package/source/TileArcGISRest.d.ts.map +1 -0
  162. package/source/TileDebug.d.ts +24 -0
  163. package/source/TileDebug.d.ts.map +1 -0
  164. package/source/TileImage.d.ts +24 -0
  165. package/source/TileImage.d.ts.map +1 -0
  166. package/source/TileJSON.d.ts +24 -0
  167. package/source/TileJSON.d.ts.map +1 -0
  168. package/source/TileWMS.d.ts +24 -0
  169. package/source/TileWMS.d.ts.map +1 -0
  170. package/source/UTFGrid.d.ts +24 -0
  171. package/source/UTFGrid.d.ts.map +1 -0
  172. package/source/UrlTile.d.ts +24 -0
  173. package/source/UrlTile.d.ts.map +1 -0
  174. package/source/Vector.d.ts +24 -0
  175. package/source/Vector.d.ts.map +1 -0
  176. package/source/VectorTile.d.ts +24 -0
  177. package/source/VectorTile.d.ts.map +1 -0
  178. package/source/WMTS.d.ts +24 -0
  179. package/source/WMTS.d.ts.map +1 -0
  180. package/source/XYZ.d.ts +24 -0
  181. package/source/XYZ.d.ts.map +1 -0
  182. package/source/Zoomify.d.ts +24 -0
  183. package/source/Zoomify.d.ts.map +1 -0
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} GoogleProps
3
+ * @property {ConstructorParameters<typeof OLGoogle>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {GoogleProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function Google(props: GoogleProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/Google.js").Options | undefined;
15
+ cls: typeof OLGoogle;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type GoogleProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/Google.js").Options | undefined;
22
+ };
23
+ import OLGoogle from 'ol/source/Google.js';
24
+ //# sourceMappingURL=Google.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Google.d.ts","sourceRoot":"","sources":["Google.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,sCAFW,WAAW,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI3C;;;;;;;qBAboB,qBAAqB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} IIIFProps
3
+ * @property {ConstructorParameters<typeof OLIIIF>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {IIIFProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function IIIF(props: IIIFProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLIIIF>[0];
15
+ cls: typeof OLIIIF;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type IIIFProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLIIIF>[0];
22
+ };
23
+ import OLIIIF from 'ol/source/IIIF.js';
24
+ //# sourceMappingURL=IIIF.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IIIF.d.ts","sourceRoot":"","sources":["IIIF.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,mBAAmB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} ImageProps
3
+ * @property {ConstructorParameters<typeof OLImage>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {ImageProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function Image(props: ImageProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/Image.js").Options | undefined;
15
+ cls: typeof OLImage;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type ImageProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/Image.js").Options | undefined;
22
+ };
23
+ import OLImage from 'ol/source/Image.js';
24
+ //# sourceMappingURL=Image.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["Image.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,qCAFW,UAAU,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI1C;;;;;;;oBAbmB,oBAAoB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} ImageArcGISRestProps
3
+ * @property {ConstructorParameters<typeof OLImageArcGISRest>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {ImageArcGISRestProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function ImageArcGISRest(props: ImageArcGISRestProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLImageArcGISRest>[0];
15
+ cls: typeof OLImageArcGISRest;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type ImageArcGISRestProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLImageArcGISRest>[0];
22
+ };
23
+ import OLImageArcGISRest from 'ol/source/ImageArcGISRest.js';
24
+ //# sourceMappingURL=ImageArcGISRest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageArcGISRest.d.ts","sourceRoot":"","sources":["ImageArcGISRest.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,+CAFW,oBAAoB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJvC,qBAAqB,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC;;wDAQ/D;;;;;cARa,qBAAqB,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC;;8BALlC,8BAA8B"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} ImageCanvasProps
3
+ * @property {ConstructorParameters<typeof OLImageCanvas>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {ImageCanvasProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function ImageCanvas(props: ImageCanvasProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLImageCanvas>[0];
15
+ cls: typeof OLImageCanvas;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type ImageCanvasProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLImageCanvas>[0];
22
+ };
23
+ import OLImageCanvas from 'ol/source/ImageCanvas.js';
24
+ //# sourceMappingURL=ImageCanvas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageCanvas.d.ts","sourceRoot":"","sources":["ImageCanvas.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,0BAA0B"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} ImageMapGuideProps
3
+ * @property {ConstructorParameters<typeof OLImageMapGuide>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {ImageMapGuideProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function ImageMapGuide(props: ImageMapGuideProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/ImageMapGuide.js").Options | undefined;
15
+ cls: typeof OLImageMapGuide;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type ImageMapGuideProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/ImageMapGuide.js").Options | undefined;
22
+ };
23
+ import OLImageMapGuide from 'ol/source/ImageMapGuide.js';
24
+ //# sourceMappingURL=ImageMapGuide.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageMapGuide.d.ts","sourceRoot":"","sources":["ImageMapGuide.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,6CAFW,kBAAkB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAIlD;;;;;;;4BAb2B,4BAA4B"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} ImageStaticProps
3
+ * @property {ConstructorParameters<typeof OLImageStatic>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {ImageStaticProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function ImageStatic(props: ImageStaticProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/ImageStatic.js").Options | undefined;
15
+ cls: typeof OLImageStatic;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type ImageStaticProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/ImageStatic.js").Options | undefined;
22
+ };
23
+ import OLImageStatic from 'ol/source/ImageStatic.js';
24
+ //# sourceMappingURL=ImageStatic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageStatic.d.ts","sourceRoot":"","sources":["ImageStatic.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,2CAFW,gBAAgB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAIhD;;;;;;;0BAbyB,0BAA0B"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} ImageTileProps
3
+ * @property {ConstructorParameters<typeof OLImageTile>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {ImageTileProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function ImageTile(props: ImageTileProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLImageTile>[0];
15
+ cls: typeof OLImageTile;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type ImageTileProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLImageTile>[0];
22
+ };
23
+ import OLImageTile from 'ol/source/ImageTile.js';
24
+ //# sourceMappingURL=ImageTile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageTile.d.ts","sourceRoot":"","sources":["ImageTile.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,wBAAwB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} ImageWMSProps
3
+ * @property {ConstructorParameters<typeof OLImageWMS>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {ImageWMSProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function ImageWMS(props: ImageWMSProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLImageWMS>[0];
15
+ cls: typeof OLImageWMS;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type ImageWMSProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLImageWMS>[0];
22
+ };
23
+ import OLImageWMS from 'ol/source/ImageWMS.js';
24
+ //# sourceMappingURL=ImageWMS.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageWMS.d.ts","sourceRoot":"","sources":["ImageWMS.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,wCAFW,aAAa,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJhC,qBAAqB,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC,CAAC;;wDAQxD;;;;;cARa,qBAAqB,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC,CAAC;;uBALlC,uBAAuB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} OGCMapTileProps
3
+ * @property {ConstructorParameters<typeof OLOGCMapTile>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {OGCMapTileProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function OGCMapTile(props: OGCMapTileProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/OGCMapTile.js").Options | undefined;
15
+ cls: typeof OLOGCMapTile;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type OGCMapTileProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/OGCMapTile.js").Options | undefined;
22
+ };
23
+ import OLOGCMapTile from 'ol/source/OGCMapTile.js';
24
+ //# sourceMappingURL=OGCMapTile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OGCMapTile.d.ts","sourceRoot":"","sources":["OGCMapTile.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,0CAFW,eAAe,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI/C;;;;;;;yBAbwB,yBAAyB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} OGCVectorTileProps
3
+ * @property {ConstructorParameters<typeof OLOGCVectorTile>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {OGCVectorTileProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function OGCVectorTile(props: OGCVectorTileProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/OGCVectorTile.js").Options<import("ol/Feature").FeatureLike> | undefined;
15
+ cls: typeof OLOGCVectorTile;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type OGCVectorTileProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/OGCVectorTile.js").Options<import("ol/Feature").FeatureLike> | undefined;
22
+ };
23
+ import OLOGCVectorTile from 'ol/source/OGCVectorTile.js';
24
+ //# sourceMappingURL=OGCVectorTile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OGCVectorTile.d.ts","sourceRoot":"","sources":["OGCVectorTile.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,6CAFW,kBAAkB,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAIlD;;;;;;;4BAb2B,4BAA4B"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} OSMProps
3
+ * @property {ConstructorParameters<typeof OLOSM>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {OSMProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function OSM(props: OSMProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLOSM>[0];
15
+ cls: typeof OLOSM;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type OSMProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLOSM>[0];
22
+ };
23
+ import OLOSM from 'ol/source/OSM.js';
24
+ //# sourceMappingURL=OSM.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OSM.d.ts","sourceRoot":"","sources":["OSM.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,mCAFW,QAAQ,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cAJ3B,qBAAqB,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC;;wDAQnD;;;;;cARa,qBAAqB,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC;;kBALlC,kBAAkB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} RasterProps
3
+ * @property {ConstructorParameters<typeof OLRaster>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {RasterProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function Raster(props: RasterProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/Raster.js").Options | undefined;
15
+ cls: typeof OLRaster;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type RasterProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/Raster.js").Options | undefined;
22
+ };
23
+ import OLRaster from 'ol/source/Raster.js';
24
+ //# sourceMappingURL=Raster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Raster.d.ts","sourceRoot":"","sources":["Raster.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,sCAFW,WAAW,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI3C;;;;;;;qBAboB,qBAAqB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} SentinelHubProps
3
+ * @property {ConstructorParameters<typeof OLSentinelHub>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {SentinelHubProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function SentinelHub(props: SentinelHubProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLSentinelHub>[0];
15
+ cls: typeof OLSentinelHub;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type SentinelHubProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLSentinelHub>[0];
22
+ };
23
+ import OLSentinelHub from 'ol/source/SentinelHub.js';
24
+ //# sourceMappingURL=SentinelHub.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SentinelHub.d.ts","sourceRoot":"","sources":["SentinelHub.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,0BAA0B"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} SourceProps
3
+ * @property {ConstructorParameters<typeof OLSource>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {SourceProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function Source(props: SourceProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/Source.js").Options | undefined;
15
+ cls: typeof OLSource;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type SourceProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/Source.js").Options | undefined;
22
+ };
23
+ import OLSource from 'ol/source/Source.js';
24
+ //# sourceMappingURL=Source.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Source.d.ts","sourceRoot":"","sources":["Source.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,sCAFW,WAAW,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI3C;;;;;;;qBAboB,qBAAqB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} StadiaMapsProps
3
+ * @property {ConstructorParameters<typeof OLStadiaMaps>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {StadiaMapsProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function StadiaMaps(props: StadiaMapsProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/StadiaMaps.js").Options | undefined;
15
+ cls: typeof OLStadiaMaps;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type StadiaMapsProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/StadiaMaps.js").Options | undefined;
22
+ };
23
+ import OLStadiaMaps from 'ol/source/StadiaMaps.js';
24
+ //# sourceMappingURL=StadiaMaps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StadiaMaps.d.ts","sourceRoot":"","sources":["StadiaMaps.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,0CAFW,eAAe,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI/C;;;;;;;yBAbwB,yBAAyB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} TileProps
3
+ * @property {ConstructorParameters<typeof OLTile>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {TileProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function Tile(props: TileProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/Tile.js").Options | undefined;
15
+ cls: typeof OLTile;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type TileProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/Tile.js").Options | undefined;
22
+ };
23
+ import OLTile from 'ol/source/Tile.js';
24
+ //# sourceMappingURL=Tile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["Tile.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,oCAFW,SAAS,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAIzC;;;;;;;mBAbkB,mBAAmB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} TileArcGISRestProps
3
+ * @property {ConstructorParameters<typeof OLTileArcGISRest>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {TileArcGISRestProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function TileArcGISRest(props: TileArcGISRestProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLTileArcGISRest>[0];
15
+ cls: typeof OLTileArcGISRest;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type TileArcGISRestProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLTileArcGISRest>[0];
22
+ };
23
+ import OLTileArcGISRest from 'ol/source/TileArcGISRest.js';
24
+ //# sourceMappingURL=TileArcGISRest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TileArcGISRest.d.ts","sourceRoot":"","sources":["TileArcGISRest.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,6BAA6B"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} TileDebugProps
3
+ * @property {ConstructorParameters<typeof OLTileDebug>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {TileDebugProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function TileDebug(props: TileDebugProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLTileDebug>[0];
15
+ cls: typeof OLTileDebug;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type TileDebugProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLTileDebug>[0];
22
+ };
23
+ import OLTileDebug from 'ol/source/TileDebug.js';
24
+ //# sourceMappingURL=TileDebug.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TileDebug.d.ts","sourceRoot":"","sources":["TileDebug.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,wBAAwB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} TileImageProps
3
+ * @property {ConstructorParameters<typeof OLTileImage>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {TileImageProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function TileImage(props: TileImageProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/TileImage.js").Options | undefined;
15
+ cls: typeof OLTileImage;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type TileImageProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/TileImage.js").Options | undefined;
22
+ };
23
+ import OLTileImage from 'ol/source/TileImage.js';
24
+ //# sourceMappingURL=TileImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TileImage.d.ts","sourceRoot":"","sources":["TileImage.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,yCAFW,cAAc,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI9C;;;;;;;wBAbuB,wBAAwB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} TileJSONProps
3
+ * @property {ConstructorParameters<typeof OLTileJSON>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {TileJSONProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function TileJSON(props: TileJSONProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: import("ol/source/TileJSON.js").Options | undefined;
15
+ cls: typeof OLTileJSON;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type TileJSONProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: import("ol/source/TileJSON.js").Options | undefined;
22
+ };
23
+ import OLTileJSON from 'ol/source/TileJSON.js';
24
+ //# sourceMappingURL=TileJSON.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TileJSON.d.ts","sourceRoot":"","sources":["TileJSON.js"],"names":[],"mappings":"AAmBA;;;GAGG;AAEH;;GAEG;AACH,wCAFW,aAAa,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI7C;;;;;;;uBAbsB,uBAAuB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @typedef {Object} TileWMSProps
3
+ * @property {ConstructorParameters<typeof OLTileWMS>[0]} [options] The source options.
4
+ */
5
+ /**
6
+ * @param {TileWMSProps | Object<string, any>} props The source props.
7
+ */
8
+ export default function TileWMS(props: TileWMSProps | {
9
+ [x: string]: any;
10
+ }): import("react").ReactElement<{
11
+ /**
12
+ * The source options.
13
+ */
14
+ options?: ConstructorParameters<typeof OLTileWMS>[0];
15
+ cls: typeof OLTileWMS;
16
+ }, string | import("react").JSXElementConstructor<any>>;
17
+ export type TileWMSProps = {
18
+ /**
19
+ * The source options.
20
+ */
21
+ options?: ConstructorParameters<typeof OLTileWMS>[0];
22
+ };
23
+ import OLTileWMS from 'ol/source/TileWMS.js';
24
+ //# sourceMappingURL=TileWMS.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TileWMS.d.ts","sourceRoot":"","sources":["TileWMS.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,sBAAsB"}