itowns 2.44.3-next.0 → 2.44.3-next.10

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 (58) hide show
  1. package/CODING.md +1 -1
  2. package/dist/455.js +1 -1
  3. package/dist/455.js.map +1 -1
  4. package/dist/debug.js +1 -1
  5. package/dist/debug.js.LICENSE.txt +1 -1
  6. package/dist/debug.js.map +1 -1
  7. package/dist/itowns.js +1 -1
  8. package/dist/itowns.js.map +1 -1
  9. package/dist/itowns_lasworker.js +1 -1
  10. package/dist/itowns_lasworker.js.map +1 -1
  11. package/dist/itowns_widgets.js +1 -1
  12. package/dist/itowns_widgets.js.map +1 -1
  13. package/examples/3dtiles_loader.html +104 -43
  14. package/examples/config.json +2 -10
  15. package/lib/Controls/GlobeControls.js +41 -22
  16. package/lib/Controls/StateControl.js +4 -1
  17. package/lib/Controls/StreetControls.js +5 -2
  18. package/lib/Converter/Feature2Mesh.js +11 -4
  19. package/lib/Converter/textureConverter.js +3 -3
  20. package/lib/Core/Feature.js +2 -2
  21. package/lib/Core/Geographic/Extent.js +74 -266
  22. package/lib/Core/Prefab/Globe/GlobeLayer.js +1 -4
  23. package/lib/Core/Prefab/Planar/PlanarLayer.js +1 -4
  24. package/lib/Core/Style.js +2 -2
  25. package/lib/Core/Tile/Tile.js +219 -0
  26. package/lib/Core/Tile/TileGrid.js +46 -0
  27. package/lib/Core/TileMesh.js +3 -2
  28. package/lib/Core/View.js +1 -1
  29. package/lib/Layer/C3DTilesLayer.js +15 -14
  30. package/lib/Layer/CopcLayer.js +1 -1
  31. package/lib/Layer/LabelLayer.js +9 -5
  32. package/lib/Layer/OGC3DTilesLayer.js +36 -9
  33. package/lib/Layer/TiledGeometryLayer.js +3 -16
  34. package/lib/Parser/GeoJsonParser.js +1 -1
  35. package/lib/Parser/LASParser.js +1 -1
  36. package/lib/Parser/Potree2BinParser.js +1 -1
  37. package/lib/Parser/VectorTileParser.js +1 -1
  38. package/lib/Parser/XbilParser.js +15 -4
  39. package/lib/Provider/URLBuilder.js +22 -11
  40. package/lib/Renderer/Camera.js +1 -1
  41. package/lib/Renderer/LayeredMaterial.js +1 -1
  42. package/lib/Renderer/PointsMaterial.js +1 -1
  43. package/lib/Source/CopcSource.js +1 -1
  44. package/lib/Source/TMSSource.js +9 -7
  45. package/lib/Source/VectorTilesSource.js +2 -2
  46. package/lib/Source/WFSSource.js +4 -1
  47. package/lib/Source/WMSSource.js +4 -1
  48. package/lib/ThreeExtended/capabilities/WebGL.js +16 -11
  49. package/lib/ThreeExtended/loaders/GLTFLoader.js +10 -6
  50. package/lib/ThreeExtended/loaders/KTX2Loader.js +14 -7
  51. package/lib/Utils/CameraUtils.js +5 -4
  52. package/lib/Utils/gui/C3DTilesStyle.js +2 -3
  53. package/package.json +33 -28
  54. package/examples/3dtiles_25d.html +0 -120
  55. package/examples/3dtiles_basic.html +0 -94
  56. package/examples/3dtiles_batch_table.html +0 -86
  57. package/examples/3dtiles_ion.html +0 -126
  58. package/examples/3dtiles_pointcloud.html +0 -95
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  /*!
9
- * Chart.js v4.4.3
9
+ * Chart.js v4.4.4
10
10
  * https://www.chartjs.org
11
11
  * (c) 2024 Chart.js Contributors
12
12
  * Released under the MIT License