@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.
Files changed (86) hide show
  1. package/Map.js +2 -2
  2. package/Overlay.js +1 -1
  3. package/View.js +1 -1
  4. package/control/Attribution.js +1 -1
  5. package/control/Control.js +1 -1
  6. package/control/FullScreen.js +1 -1
  7. package/control/MousePosition.js +1 -1
  8. package/control/OverviewMap.js +1 -1
  9. package/control/Rotate.js +1 -1
  10. package/control/ScaleLine.js +1 -1
  11. package/control/Zoom.js +1 -1
  12. package/control/ZoomSlider.js +1 -1
  13. package/control/ZoomToExtent.js +1 -1
  14. package/interaction/DblClickDragZoom.js +1 -1
  15. package/interaction/DoubleClickZoom.js +1 -1
  16. package/interaction/DragAndDrop.js +1 -1
  17. package/interaction/DragBox.js +1 -1
  18. package/interaction/DragPan.js +1 -1
  19. package/interaction/DragRotate.js +1 -1
  20. package/interaction/DragRotateAndZoom.js +1 -1
  21. package/interaction/DragZoom.js +1 -1
  22. package/interaction/Draw.js +1 -1
  23. package/interaction/Extent.js +1 -1
  24. package/interaction/Interaction.js +1 -1
  25. package/interaction/KeyboardPan.js +1 -1
  26. package/interaction/KeyboardZoom.js +1 -1
  27. package/interaction/Link.js +1 -1
  28. package/interaction/Modify.js +1 -1
  29. package/interaction/MouseWheelZoom.js +1 -1
  30. package/interaction/PinchRotate.js +1 -1
  31. package/interaction/PinchZoom.js +1 -1
  32. package/interaction/Pointer.js +1 -1
  33. package/interaction/Property.js +1 -1
  34. package/interaction/Select.js +1 -1
  35. package/interaction/Snap.js +1 -1
  36. package/interaction/Translate.js +1 -1
  37. package/internal/render.js +1 -1
  38. package/layer/Base.js +1 -1
  39. package/layer/BaseImage.js +1 -1
  40. package/layer/BaseTile.js +1 -1
  41. package/layer/BaseVector.js +1 -1
  42. package/layer/Graticule.js +1 -1
  43. package/layer/Group.js +1 -1
  44. package/layer/Heatmap.js +1 -1
  45. package/layer/Image.js +1 -1
  46. package/layer/Layer.js +1 -1
  47. package/layer/MapboxVector.js +2 -2
  48. package/layer/Tile.js +1 -1
  49. package/layer/Vector.js +1 -1
  50. package/layer/VectorImage.js +1 -1
  51. package/layer/VectorTile.js +1 -1
  52. package/layer/WebGLPoints.js +1 -1
  53. package/layer/WebGLTile.js +1 -1
  54. package/package.json +12 -12
  55. package/source/BingMaps.js +1 -1
  56. package/source/CartoDB.js +1 -1
  57. package/source/Cluster.js +1 -1
  58. package/source/DataTile.js +1 -1
  59. package/source/GeoTIFF.js +1 -1
  60. package/source/Google.js +24 -0
  61. package/source/IIIF.js +1 -1
  62. package/source/Image.js +1 -1
  63. package/source/ImageArcGISRest.js +1 -1
  64. package/source/ImageCanvas.js +1 -1
  65. package/source/ImageMapGuide.js +1 -1
  66. package/source/ImageStatic.js +1 -1
  67. package/source/ImageWMS.js +1 -1
  68. package/source/OGCMapTile.js +1 -1
  69. package/source/OGCVectorTile.js +1 -1
  70. package/source/OSM.js +1 -1
  71. package/source/Raster.js +1 -1
  72. package/source/Source.js +1 -1
  73. package/source/StadiaMaps.js +1 -1
  74. package/source/Tile.js +1 -1
  75. package/source/TileArcGISRest.js +1 -1
  76. package/source/TileDebug.js +1 -1
  77. package/source/TileImage.js +1 -1
  78. package/source/TileJSON.js +1 -1
  79. package/source/TileWMS.js +1 -1
  80. package/source/UTFGrid.js +1 -1
  81. package/source/UrlTile.js +1 -1
  82. package/source/Vector.js +1 -1
  83. package/source/VectorTile.js +1 -1
  84. package/source/WMTS.js +1 -1
  85. package/source/XYZ.js +1 -1
  86. package/source/Zoomify.js +1 -1
package/Map.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023 Planet Labs PBC
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023 Planet Labs PBC
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.
package/View.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2023 Planet Labs PBC
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.
@@ -1,6 +1,6 @@
1
1
  // This file is generated by tools/generate.js. DO NOT EDIT.
2
2
  /**
3
- * Copyright 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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.
@@ -307,7 +307,7 @@ export function render(element, container) {
307
307
  null,
308
308
  '',
309
309
  logRecoverableError,
310
- null
310
+ null,
311
311
  );
312
312
  roots.set(container, root);
313
313
  }
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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": "9.1.1",
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": "^1.1.0",
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": "^3.1.4",
38
+ "astro": "^4.0.3",
39
39
  "es-main": "^1.2.0",
40
- "eslint": "^8.32.0",
41
- "eslint-config-planet": "^20.0.3",
42
- "eslint-plugin-astro": "^0.29.0",
43
- "eslint-plugin-mdx": "^2.0.5",
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": "^23.0.0",
47
+ "jsdom": "^24.0.0",
48
48
  "mustache": "^4.2.0",
49
- "ol": "^8.1.0",
50
- "ol-mapbox-style": "^12.0.0",
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.7.4",
58
+ "shikiji": "^0.10.2",
59
59
  "unified": "^11.0.2",
60
60
  "vite": "^5.0.0",
61
- "vitest": "^0.34.1",
61
+ "vitest": "^1.0.4",
62
62
  "yargs-parser": "^21.1.1"
63
63
  },
64
64
  "eslintConfig": {
@@ -1,6 +1,6 @@
1
1
  // This file is generated by tools/generate.js. DO NOT EDIT.
2
2
  /**
3
- * Copyright 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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.
@@ -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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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 2023 Planet Labs PBC
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.