itowns 2.40.1-next.8 → 2.41.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/changelog.md +57 -0
- package/dist/itowns.js +1 -1
- package/dist/itowns.js.LICENSE.txt +2 -0
- package/dist/itowns.js.map +1 -1
- package/examples/libs/basis/README.md +46 -0
- package/examples/libs/basis/basis_transcoder.js +21 -0
- package/examples/libs/basis/basis_transcoder.wasm +0 -0
- package/lib/Main.js +7 -1
- package/lib/Parser/B3dmParser.js +33 -8
- package/lib/ThreeExtended/libs/ktx-parse.module.js +768 -0
- package/lib/ThreeExtended/libs/zstddec.module.js +53 -0
- package/lib/ThreeExtended/loaders/KTX2Loader.js +711 -0
- package/lib/ThreeExtended/utils/WorkerPool.js +98 -0
- package/package.json +4 -4
package/changelog.md
CHANGED
|
@@ -1,3 +1,60 @@
|
|
|
1
|
+
<a name="2.41.0"></a>
|
|
2
|
+
# [2.41.0](https://github.com/iTowns/itowns/compare/v2.40.0...v2.41.0) (2023-10-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **3dtiles:** add method to enable ktx2 loader for gltf ([a260109](https://github.com/iTowns/itowns/commit/a260109))
|
|
8
|
+
* **points:** Add attenuated mode for points size rendering ([6db3c5e](https://github.com/iTowns/itowns/commit/6db3c5e))
|
|
9
|
+
* **points:** Add option to render points in shape square or circle ([363f137](https://github.com/iTowns/itowns/commit/363f137))
|
|
10
|
+
* **VectorTile:** add coordProj in pushCoordinatesValues() to get access to position when using style.base_altitude. ([451e5d6](https://github.com/iTowns/itowns/commit/451e5d6))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **example:** fix example Gpx 3d and functional test ([781a47d](https://github.com/iTowns/itowns/commit/781a47d))
|
|
16
|
+
* fix Glob error when lauching npm install on windows ([e56bf65](https://github.com/iTowns/itowns/commit/e56bf65))
|
|
17
|
+
* **picking:** Fix point reference of picking ([#2192](https://github.com/iTowns/itowns/issues/2192)) ([1cd4db9](https://github.com/iTowns/itowns/commit/1cd4db9))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Examples
|
|
21
|
+
|
|
22
|
+
* **VectorTile:** new example using official mapbox flux, showing buildings placed at ground level. ([cefebce](https://github.com/iTowns/itowns/commit/cefebce))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Code Refactoring
|
|
26
|
+
|
|
27
|
+
* **Feature:** Feature.pushCoordinates() change in arguments order ([44e9532](https://github.com/iTowns/itowns/commit/44e9532))
|
|
28
|
+
* **VectorTile:** Code clean up ([284c46b](https://github.com/iTowns/itowns/commit/284c46b))
|
|
29
|
+
* **View:** Deprecate WebGL 1.0 support ([1cf7075](https://github.com/iTowns/itowns/commit/1cf7075))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Workflow and chores
|
|
33
|
+
|
|
34
|
+
* release v2.41.0 ([d47e36c](https://github.com/iTowns/itowns/commit/d47e36c))
|
|
35
|
+
* add commit message checker ([9370312](https://github.com/iTowns/itowns/commit/9370312))
|
|
36
|
+
* **integration:** add release commit to message check ([b88de83](https://github.com/iTowns/itowns/commit/b88de83))
|
|
37
|
+
* **release:** add npm install to npm bump command ([cc6239d](https://github.com/iTowns/itowns/commit/cc6239d))
|
|
38
|
+
* separate build and test jobs ([c3bc003](https://github.com/iTowns/itowns/commit/c3bc003))
|
|
39
|
+
* **workflow:** add npm provenance to npm package ([cb29ab6](https://github.com/iTowns/itowns/commit/cb29ab6))
|
|
40
|
+
* **workflow:** fix publish rights with npm provenance ([63f70be](https://github.com/iTowns/itowns/commit/63f70be))
|
|
41
|
+
* **workflow:** update github actions to node 18 ([5143c25](https://github.com/iTowns/itowns/commit/5143c25))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Documentation
|
|
45
|
+
|
|
46
|
+
* **CONTRIBUTING.md:** add commits type list ([b91404a](https://github.com/iTowns/itowns/commit/b91404a))
|
|
47
|
+
* **CONTRIBUTING.md:** fix typo ([ac6c328](https://github.com/iTowns/itowns/commit/ac6c328))
|
|
48
|
+
* **WebGL1:** Remove tutorial "Getting Started - WebGL 1.0/2.0" ([57f7b59](https://github.com/iTowns/itowns/commit/57f7b59))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### BREAKING CHANGES
|
|
52
|
+
|
|
53
|
+
* **VectorTile:** Feature.pushCoordinatesValues() signature change from pushCoordinatesValues(feature, long, lat, normal) to pushCoordinatesValues(feature, coordIn, coordProj)
|
|
54
|
+
* **Feature:** Feature.pushCoordinates() change in arguments order from pushCoordinates(coordIn, feature) to pushCoordinates(feature, coordIn)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
1
58
|
<a name="2.40.0"></a>
|
|
2
59
|
# [2.40.0](https://github.com/iTowns/itowns/compare/v2.38.2...v2.40.0) (2023-07-28)
|
|
3
60
|
|