itowns 2.44.2-next.6 → 2.44.2
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/changelog.md +27 -0
- package/dist/itowns.js +1 -1
- package/dist/itowns.js.map +1 -1
- package/lib/Controls/FirstPersonControls.js +0 -1
- package/lib/Controls/FlyControls.js +0 -1
- package/lib/Controls/GlobeControls.js +5 -5
- package/lib/Controls/StreetControls.js +1 -2
- package/lib/Converter/Feature2Mesh.js +2 -2
- package/lib/Core/3DTiles/C3DTBatchTable.js +1 -1
- package/lib/Core/3DTiles/C3DTBatchTableHierarchyExtension.js +0 -1
- package/lib/Core/3DTiles/C3DTBoundingVolume.js +1 -2
- package/lib/Core/3DTiles/C3DTExtensions.js +3 -3
- package/lib/Core/3DTiles/C3DTileset.js +1 -1
- package/lib/Core/Feature.js +5 -5
- package/lib/Core/Geographic/Coordinates.js +15 -15
- package/lib/Core/Geographic/Extent.js +3 -0
- package/lib/Core/Geographic/GeoidGrid.js +19 -19
- package/lib/Core/Prefab/Globe/Atmosphere.js +1 -2
- package/lib/Core/Prefab/Globe/GlobeLayer.js +0 -1
- package/lib/Core/Prefab/GlobeView.js +2 -3
- package/lib/Core/Prefab/Planar/PlanarLayer.js +0 -1
- package/lib/Core/Prefab/PlanarView.js +2 -3
- package/lib/Core/Style.js +11 -20
- package/lib/Core/TileMesh.js +0 -1
- package/lib/Core/View.js +6 -8
- package/lib/Layer/C3DTilesLayer.js +3 -4
- package/lib/Layer/ColorLayer.js +2 -3
- package/lib/Layer/CopcLayer.js +0 -1
- package/lib/Layer/ElevationLayer.js +0 -1
- package/lib/Layer/EntwinePointTileLayer.js +0 -1
- package/lib/Layer/FeatureGeometryLayer.js +0 -1
- package/lib/Layer/GeometryLayer.js +3 -5
- package/lib/Layer/LabelLayer.js +0 -1
- package/lib/Layer/Layer.js +6 -6
- package/lib/Layer/OGC3DTilesLayer.js +0 -2
- package/lib/Layer/OrientedImageLayer.js +3 -3
- package/lib/Layer/PointCloudLayer.js +0 -1
- package/lib/Layer/Potree2Layer.js +0 -1
- package/lib/Layer/PotreeLayer.js +0 -1
- package/lib/Layer/TiledGeometryLayer.js +0 -1
- package/lib/Main.js +1 -1
- package/lib/Parser/GDFParser.js +2 -2
- package/lib/Parser/GTXParser.js +3 -3
- package/lib/Parser/GeoJsonParser.js +2 -2
- package/lib/Parser/GpxParser.js +2 -4
- package/lib/Parser/ISGParser.js +2 -2
- package/lib/Parser/KMLParser.js +2 -4
- package/lib/Parser/ShapefileParser.js +3 -4
- package/lib/Parser/VectorTileParser.js +3 -3
- package/lib/Parser/iGLTFLoader.js +0 -1
- package/lib/Provider/Fetcher.js +22 -21
- package/lib/Renderer/OBB.js +4 -3
- package/lib/Renderer/OrientedImageCamera.js +1 -2
- package/lib/Renderer/OrientedImageMaterial.js +4 -5
- package/lib/Renderer/PointsMaterial.js +6 -7
- package/lib/Renderer/RasterTile.js +1 -1
- package/lib/Source/C3DTilesGoogleSource.js +0 -2
- package/lib/Source/C3DTilesIonSource.js +0 -2
- package/lib/Source/C3DTilesSource.js +0 -2
- package/lib/Source/CopcSource.js +2 -5
- package/lib/Source/EntwinePointTileSource.js +0 -3
- package/lib/Source/FileSource.js +0 -3
- package/lib/Source/OGC3DTilesGoogleSource.js +0 -3
- package/lib/Source/OGC3DTilesIonSource.js +0 -3
- package/lib/Source/OGC3DTilesSource.js +0 -3
- package/lib/Source/OrientedImageSource.js +3 -3
- package/lib/Source/Potree2Source.js +0 -5
- package/lib/Source/PotreeSource.js +0 -5
- package/lib/Source/Source.js +10 -11
- package/lib/Source/TMSSource.js +5 -8
- package/lib/Source/VectorTilesSource.js +0 -2
- package/lib/Source/WFSSource.js +1 -4
- package/lib/Source/WMSSource.js +3 -6
- package/lib/Source/WMTSSource.js +1 -4
- package/lib/Utils/OrientationUtils.js +10 -11
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
<a name="2.44.2"></a>
|
|
2
|
+
## [2.44.2](https://github.com/iTowns/itowns/compare/v2.44.1...v2.44.2) (2024-09-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **3dtiles:** support point cloud attenuated mode in OGC3DTiles layer ([afcb250](https://github.com/iTowns/itowns/commit/afcb250))
|
|
8
|
+
* **exampleCOPC:** fix elevation behavior ([95d2194](https://github.com/iTowns/itowns/commit/95d2194))
|
|
9
|
+
* **PointCloud:** Fix clipping point cloud ([2019826](https://github.com/iTowns/itowns/commit/2019826))
|
|
10
|
+
* **pointcloud:** Fix point cloud distance to camera whatever point cloud initial placement is ([ff9a86a](https://github.com/iTowns/itowns/commit/ff9a86a))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Workflow and chores
|
|
14
|
+
|
|
15
|
+
* release v2.44.2 ([f785666](https://github.com/iTowns/itowns/commit/f785666))
|
|
16
|
+
* **deps:** bump actions/download-artifact in /.github/workflows ([8e872be](https://github.com/iTowns/itowns/commit/8e872be))
|
|
17
|
+
* **deps:** bump body-parser and express ([a01de04](https://github.com/iTowns/itowns/commit/a01de04))
|
|
18
|
+
* fix dependency vulnerabilities ([29dfc60](https://github.com/iTowns/itowns/commit/29dfc60))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Documentation
|
|
22
|
+
|
|
23
|
+
* remove empty class used for documentation ([9479973](https://github.com/iTowns/itowns/commit/9479973))
|
|
24
|
+
* rewrite some docs to follow jsdoc semantics ([cbb1b96](https://github.com/iTowns/itowns/commit/cbb1b96))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
1
28
|
<a name="2.44.1"></a>
|
|
2
29
|
## [2.44.1](https://github.com/iTowns/itowns/compare/v2.44.0...v2.44.1) (2024-09-06)
|
|
3
30
|
|