@planet/maps 9.1.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/Map.js +2 -2
- package/Overlay.js +1 -1
- package/View.js +1 -1
- package/control/Attribution.js +1 -1
- package/control/Control.js +1 -1
- package/control/FullScreen.js +1 -1
- package/control/MousePosition.js +1 -1
- package/control/OverviewMap.js +1 -1
- package/control/Rotate.js +1 -1
- package/control/ScaleLine.js +1 -1
- package/control/Zoom.js +1 -1
- package/control/ZoomSlider.js +1 -1
- package/control/ZoomToExtent.js +1 -1
- package/interaction/DblClickDragZoom.js +1 -1
- package/interaction/DoubleClickZoom.js +1 -1
- package/interaction/DragAndDrop.js +1 -1
- package/interaction/DragBox.js +1 -1
- package/interaction/DragPan.js +1 -1
- package/interaction/DragRotate.js +1 -1
- package/interaction/DragRotateAndZoom.js +1 -1
- package/interaction/DragZoom.js +1 -1
- package/interaction/Draw.js +1 -1
- package/interaction/Extent.js +1 -1
- package/interaction/Interaction.js +1 -1
- package/interaction/KeyboardPan.js +1 -1
- package/interaction/KeyboardZoom.js +1 -1
- package/interaction/Link.js +1 -1
- package/interaction/Modify.js +1 -1
- package/interaction/MouseWheelZoom.js +1 -1
- package/interaction/PinchRotate.js +1 -1
- package/interaction/PinchZoom.js +1 -1
- package/interaction/Pointer.js +1 -1
- package/interaction/Property.js +1 -1
- package/interaction/Select.js +1 -1
- package/interaction/Snap.js +1 -1
- package/interaction/Translate.js +1 -1
- package/internal/render.js +1 -1
- package/layer/Base.js +1 -1
- package/layer/BaseImage.js +1 -1
- package/layer/BaseTile.js +1 -1
- package/layer/BaseVector.js +1 -1
- package/layer/Graticule.js +1 -1
- package/layer/Group.js +1 -1
- package/layer/Heatmap.js +1 -1
- package/layer/Image.js +1 -1
- package/layer/Layer.js +1 -1
- package/layer/MapboxVector.js +2 -2
- package/layer/Tile.js +1 -1
- package/layer/Vector.js +1 -1
- package/layer/VectorImage.js +1 -1
- package/layer/VectorTile.js +1 -1
- package/layer/WebGLPoints.js +1 -1
- package/layer/WebGLTile.js +1 -1
- package/package.json +12 -12
- package/source/BingMaps.js +1 -1
- package/source/CartoDB.js +1 -1
- package/source/Cluster.js +1 -1
- package/source/DataTile.js +1 -1
- package/source/GeoTIFF.js +1 -1
- package/source/Google.js +24 -0
- package/source/IIIF.js +1 -1
- package/source/Image.js +1 -1
- package/source/ImageArcGISRest.js +1 -1
- package/source/ImageCanvas.js +1 -1
- package/source/ImageMapGuide.js +1 -1
- package/source/ImageStatic.js +1 -1
- package/source/ImageWMS.js +1 -1
- package/source/OGCMapTile.js +1 -1
- package/source/OGCVectorTile.js +1 -1
- package/source/OSM.js +1 -1
- package/source/Raster.js +1 -1
- package/source/Source.js +1 -1
- package/source/StadiaMaps.js +1 -1
- package/source/Tile.js +1 -1
- package/source/TileArcGISRest.js +1 -1
- package/source/TileDebug.js +1 -1
- package/source/TileImage.js +1 -1
- package/source/TileJSON.js +1 -1
- package/source/TileWMS.js +1 -1
- package/source/UTFGrid.js +1 -1
- package/source/UrlTile.js +1 -1
- package/source/Vector.js +1 -1
- package/source/VectorTile.js +1 -1
- package/source/WMTS.js +1 -1
- package/source/XYZ.js +1 -1
- package/source/Zoomify.js +1 -1
package/Map.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright Planet Labs PBC
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -69,5 +69,5 @@ Map.propTypes = {
|
|
|
69
69
|
};
|
|
70
70
|
|
|
71
71
|
export default forwardRef((props, ref) =>
|
|
72
|
-
createElement(Map, {innerRef: ref, ...props})
|
|
72
|
+
createElement(Map, {innerRef: ref, ...props}),
|
|
73
73
|
);
|
package/Overlay.js
CHANGED
package/View.js
CHANGED
package/control/Attribution.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/Control.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/FullScreen.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/MousePosition.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/OverviewMap.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/Rotate.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/ScaleLine.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/Zoom.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/ZoomSlider.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/control/ZoomToExtent.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/DragBox.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/DragPan.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/DragZoom.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Draw.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Extent.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Link.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Modify.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/PinchZoom.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Pointer.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Property.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Select.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Snap.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/interaction/Translate.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/internal/render.js
CHANGED
package/layer/Base.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/BaseImage.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/BaseTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/BaseVector.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/Graticule.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/Group.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/Heatmap.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/Image.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/Layer.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/MapboxVector.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -22,7 +22,7 @@ const MapboxVector = forwardRef(({children, ...props}, ref) => {
|
|
|
22
22
|
return createElement(
|
|
23
23
|
'layer',
|
|
24
24
|
{cls: OLMBVectorLayer, ref, ...props},
|
|
25
|
-
children
|
|
25
|
+
children,
|
|
26
26
|
);
|
|
27
27
|
});
|
|
28
28
|
|
package/layer/Tile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/Vector.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/VectorImage.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/VectorTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/WebGLPoints.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/layer/WebGLTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planet/maps",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "Declarative mapping components for React",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
"react": "*"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@astrojs/mdx": "^
|
|
32
|
+
"@astrojs/mdx": "^2.0.0",
|
|
33
33
|
"@astrojs/react": "^3.0.2",
|
|
34
34
|
"@octokit/rest": "^20.0.1",
|
|
35
35
|
"@playwright/test": "^1.25.2",
|
|
36
36
|
"@types/react": "^18.0.27",
|
|
37
37
|
"@types/react-dom": "^18.0.10",
|
|
38
|
-
"astro": "^
|
|
38
|
+
"astro": "^4.0.3",
|
|
39
39
|
"es-main": "^1.2.0",
|
|
40
|
-
"eslint": "^8.
|
|
41
|
-
"eslint-config-planet": "^
|
|
42
|
-
"eslint-plugin-astro": "^0.
|
|
43
|
-
"eslint-plugin-mdx": "^
|
|
40
|
+
"eslint": "^8.57.0",
|
|
41
|
+
"eslint-config-planet": "^21.0.0",
|
|
42
|
+
"eslint-plugin-astro": "^0.31.0",
|
|
43
|
+
"eslint-plugin-mdx": "^3.0.0",
|
|
44
44
|
"eslint-plugin-react": "^7.32.1",
|
|
45
45
|
"fs-extra": "^11.1.0",
|
|
46
46
|
"import-meta-resolve": "^4.0.0",
|
|
47
|
-
"jsdom": "^
|
|
47
|
+
"jsdom": "^24.0.0",
|
|
48
48
|
"mustache": "^4.2.0",
|
|
49
|
-
"ol": "^
|
|
50
|
-
"ol-mapbox-style": "^12.
|
|
49
|
+
"ol": "^9.0.0",
|
|
50
|
+
"ol-mapbox-style": "^12.2.1",
|
|
51
51
|
"prop-types": "^15.8.1",
|
|
52
52
|
"react": "^18.2.0",
|
|
53
53
|
"react-dom": "^18.2.0",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"remark-parse": "^11.0.0",
|
|
56
56
|
"semapro": "^1.1.0",
|
|
57
57
|
"semver": "^7.3.7",
|
|
58
|
-
"shikiji": "^0.
|
|
58
|
+
"shikiji": "^0.10.2",
|
|
59
59
|
"unified": "^11.0.2",
|
|
60
60
|
"vite": "^5.0.0",
|
|
61
|
-
"vitest": "^0.
|
|
61
|
+
"vitest": "^1.0.4",
|
|
62
62
|
"yargs-parser": "^21.1.1"
|
|
63
63
|
},
|
|
64
64
|
"eslintConfig": {
|
package/source/BingMaps.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/CartoDB.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Cluster.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/DataTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/GeoTIFF.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Google.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
|
+
/**
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
import OLGoogle from 'ol/source/Google.js';
|
|
18
|
+
import {createElement, forwardRef} from 'react';
|
|
19
|
+
|
|
20
|
+
const Google = forwardRef((props, ref) => {
|
|
21
|
+
return createElement('source', {cls: OLGoogle, ref, ...props});
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export default Google;
|
package/source/IIIF.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Image.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/ImageCanvas.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/ImageMapGuide.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/ImageStatic.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/ImageWMS.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/OGCMapTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/OGCVectorTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/OSM.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Raster.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Source.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/StadiaMaps.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Tile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/TileArcGISRest.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/TileDebug.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/TileImage.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/TileJSON.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/TileWMS.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/UTFGrid.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/UrlTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Vector.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/VectorTile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/WMTS.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/XYZ.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
package/source/Zoomify.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This file is generated by tools/generate.js. DO NOT EDIT.
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright Planet Labs PBC
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|