itowns 2.44.3-next.40 → 2.44.3-next.42
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/README.md +3 -129
- package/package.json +16 -72
- package/CODING.md +0 -120
- package/CONTRIBUTING.md +0 -150
- package/CONTRIBUTORS.md +0 -56
- package/LICENSE.md +0 -44
- package/changelog.md +0 -1361
- package/dist/455.js +0 -2
- package/dist/455.js.map +0 -1
- package/dist/debug.js +0 -3
- package/dist/debug.js.LICENSE.txt +0 -13
- package/dist/debug.js.map +0 -1
- package/dist/itowns.js +0 -3
- package/dist/itowns.js.LICENSE.txt +0 -5
- package/dist/itowns.js.map +0 -1
- package/dist/itowns_lasparser.js +0 -2
- package/dist/itowns_lasparser.js.map +0 -1
- package/dist/itowns_lasworker.js +0 -2
- package/dist/itowns_lasworker.js.map +0 -1
- package/dist/itowns_potree2worker.js +0 -2
- package/dist/itowns_potree2worker.js.map +0 -1
- package/dist/itowns_widgets.js +0 -2
- package/dist/itowns_widgets.js.map +0 -1
- package/examples/.eslintrc.cjs +0 -35
- package/examples/jsm/.eslintrc.cjs +0 -38
- package/lib/Controls/FirstPersonControls.js +0 -308
- package/lib/Controls/FlyControls.js +0 -175
- package/lib/Controls/GlobeControls.js +0 -1179
- package/lib/Controls/PlanarControls.js +0 -1025
- package/lib/Controls/StateControl.js +0 -432
- package/lib/Controls/StreetControls.js +0 -392
- package/lib/Converter/Feature2Mesh.js +0 -614
- package/lib/Converter/Feature2Texture.js +0 -175
- package/lib/Converter/convertToTile.js +0 -70
- package/lib/Converter/textureConverter.js +0 -43
- package/lib/Core/3DTiles/C3DTBatchTable.js +0 -131
- package/lib/Core/3DTiles/C3DTBatchTableHierarchyExtension.js +0 -96
- package/lib/Core/3DTiles/C3DTBoundingVolume.js +0 -157
- package/lib/Core/3DTiles/C3DTExtensions.js +0 -97
- package/lib/Core/3DTiles/C3DTFeature.js +0 -110
- package/lib/Core/3DTiles/C3DTilesEnums.js +0 -20
- package/lib/Core/3DTiles/C3DTileset.js +0 -99
- package/lib/Core/3DTiles/utils/BinaryPropertyAccessor.js +0 -100
- package/lib/Core/AnimationPlayer.js +0 -142
- package/lib/Core/CopcNode.js +0 -174
- package/lib/Core/Deprecated/Undeprecator.js +0 -74
- package/lib/Core/EntwinePointTileNode.js +0 -126
- package/lib/Core/Feature.js +0 -489
- package/lib/Core/Geographic/CoordStars.js +0 -80
- package/lib/Core/Geographic/Coordinates.js +0 -331
- package/lib/Core/Geographic/Crs.js +0 -170
- package/lib/Core/Geographic/Extent.js +0 -550
- package/lib/Core/Geographic/GeoidGrid.js +0 -109
- package/lib/Core/Label.js +0 -222
- package/lib/Core/MainLoop.js +0 -209
- package/lib/Core/Math/Ellipsoid.js +0 -185
- package/lib/Core/Picking.js +0 -255
- package/lib/Core/PointCloudNode.js +0 -42
- package/lib/Core/Potree2Node.js +0 -206
- package/lib/Core/Potree2PointAttributes.js +0 -139
- package/lib/Core/PotreeNode.js +0 -101
- package/lib/Core/Prefab/Globe/Atmosphere.js +0 -295
- package/lib/Core/Prefab/Globe/GlobeLayer.js +0 -152
- package/lib/Core/Prefab/Globe/GlobeTileBuilder.js +0 -111
- package/lib/Core/Prefab/Globe/SkyShader.js +0 -78
- package/lib/Core/Prefab/GlobeView.js +0 -156
- package/lib/Core/Prefab/Planar/PlanarLayer.js +0 -59
- package/lib/Core/Prefab/Planar/PlanarTileBuilder.js +0 -72
- package/lib/Core/Prefab/PlanarView.js +0 -62
- package/lib/Core/Prefab/TileBuilder.js +0 -82
- package/lib/Core/Prefab/computeBufferTileGeometry.js +0 -248
- package/lib/Core/Scheduler/Cache.js +0 -17
- package/lib/Core/Scheduler/CancelledCommandException.js +0 -15
- package/lib/Core/Scheduler/Scheduler.js +0 -294
- package/lib/Core/Style.js +0 -660
- package/lib/Core/StyleOptions.js +0 -486
- package/lib/Core/System/Capabilities.js +0 -63
- package/lib/Core/Tile/Tile.js +0 -207
- package/lib/Core/Tile/TileGrid.js +0 -49
- package/lib/Core/TileGeometry.js +0 -124
- package/lib/Core/TileMesh.js +0 -108
- package/lib/Core/View.js +0 -1116
- package/lib/Layer/C3DTilesLayer.js +0 -459
- package/lib/Layer/ColorLayer.js +0 -154
- package/lib/Layer/CopcLayer.js +0 -63
- package/lib/Layer/ElevationLayer.js +0 -139
- package/lib/Layer/EntwinePointTileLayer.js +0 -71
- package/lib/Layer/FeatureGeometryLayer.js +0 -77
- package/lib/Layer/GeoidLayer.js +0 -80
- package/lib/Layer/GeometryLayer.js +0 -233
- package/lib/Layer/InfoLayer.js +0 -64
- package/lib/Layer/LabelLayer.js +0 -470
- package/lib/Layer/Layer.js +0 -335
- package/lib/Layer/LayerUpdateState.js +0 -89
- package/lib/Layer/LayerUpdateStrategy.js +0 -80
- package/lib/Layer/OGC3DTilesLayer.js +0 -543
- package/lib/Layer/OrientedImageLayer.js +0 -228
- package/lib/Layer/PointCloudLayer.js +0 -405
- package/lib/Layer/Potree2Layer.js +0 -171
- package/lib/Layer/PotreeLayer.js +0 -72
- package/lib/Layer/RasterLayer.js +0 -37
- package/lib/Layer/ReferencingLayerProperties.js +0 -62
- package/lib/Layer/TiledGeometryLayer.js +0 -459
- package/lib/Loader/LASLoader.js +0 -193
- package/lib/Loader/Potree2BrotliLoader.js +0 -261
- package/lib/Loader/Potree2Loader.js +0 -207
- package/lib/Main.js +0 -115
- package/lib/MainBundle.js +0 -4
- package/lib/Parser/B3dmParser.js +0 -174
- package/lib/Parser/CameraCalibrationParser.js +0 -94
- package/lib/Parser/GDFParser.js +0 -72
- package/lib/Parser/GTXParser.js +0 -75
- package/lib/Parser/GeoJsonParser.js +0 -212
- package/lib/Parser/GpxParser.js +0 -25
- package/lib/Parser/ISGParser.js +0 -71
- package/lib/Parser/KMLParser.js +0 -25
- package/lib/Parser/LASParser.js +0 -137
- package/lib/Parser/MapBoxUrlParser.js +0 -83
- package/lib/Parser/PntsParser.js +0 -131
- package/lib/Parser/Potree2BinParser.js +0 -92
- package/lib/Parser/PotreeBinParser.js +0 -106
- package/lib/Parser/PotreeCinParser.js +0 -29
- package/lib/Parser/ShapefileParser.js +0 -78
- package/lib/Parser/VectorTileParser.js +0 -215
- package/lib/Parser/XbilParser.js +0 -120
- package/lib/Parser/deprecated/LegacyGLTFLoader.js +0 -1386
- package/lib/Parser/iGLTFLoader.js +0 -168
- package/lib/Process/3dTilesProcessing.js +0 -304
- package/lib/Process/FeatureProcessing.js +0 -76
- package/lib/Process/LayeredMaterialNodeProcessing.js +0 -221
- package/lib/Process/ObjectRemovalHelper.js +0 -97
- package/lib/Process/handlerNodeError.js +0 -23
- package/lib/Provider/3dTilesProvider.js +0 -149
- package/lib/Provider/DataSourceProvider.js +0 -8
- package/lib/Provider/Fetcher.js +0 -233
- package/lib/Provider/PointCloudProvider.js +0 -45
- package/lib/Provider/TileProvider.js +0 -16
- package/lib/Provider/URLBuilder.js +0 -116
- package/lib/Renderer/Camera.js +0 -281
- package/lib/Renderer/Color.js +0 -56
- package/lib/Renderer/ColorLayersOrdering.js +0 -115
- package/lib/Renderer/CommonMaterial.js +0 -31
- package/lib/Renderer/Label2DRenderer.js +0 -192
- package/lib/Renderer/LayeredMaterial.js +0 -243
- package/lib/Renderer/OBB.js +0 -151
- package/lib/Renderer/OrientedImageCamera.js +0 -118
- package/lib/Renderer/OrientedImageMaterial.js +0 -167
- package/lib/Renderer/PointsMaterial.js +0 -485
- package/lib/Renderer/RasterTile.js +0 -208
- package/lib/Renderer/RenderMode.js +0 -31
- package/lib/Renderer/Shader/ShaderChunk.js +0 -160
- package/lib/Renderer/Shader/ShaderUtils.js +0 -47
- package/lib/Renderer/SphereHelper.js +0 -17
- package/lib/Renderer/WebXR.js +0 -51
- package/lib/Renderer/c3DEngine.js +0 -214
- package/lib/Source/C3DTilesGoogleSource.js +0 -74
- package/lib/Source/C3DTilesIonSource.js +0 -54
- package/lib/Source/C3DTilesSource.js +0 -30
- package/lib/Source/CopcSource.js +0 -126
- package/lib/Source/EntwinePointTileSource.js +0 -72
- package/lib/Source/FileSource.js +0 -188
- package/lib/Source/OGC3DTilesGoogleSource.js +0 -29
- package/lib/Source/OGC3DTilesIonSource.js +0 -34
- package/lib/Source/OGC3DTilesSource.js +0 -21
- package/lib/Source/OrientedImageSource.js +0 -59
- package/lib/Source/Potree2Source.js +0 -167
- package/lib/Source/PotreeSource.js +0 -82
- package/lib/Source/Source.js +0 -203
- package/lib/Source/TMSSource.js +0 -144
- package/lib/Source/VectorTilesSource.js +0 -182
- package/lib/Source/WFSSource.js +0 -170
- package/lib/Source/WMSSource.js +0 -168
- package/lib/Source/WMTSSource.js +0 -92
- package/lib/ThreeExtended/capabilities/WebGL.js +0 -69
- package/lib/ThreeExtended/libs/ktx-parse.module.js +0 -506
- package/lib/ThreeExtended/libs/zstddec.module.js +0 -29
- package/lib/ThreeExtended/loaders/DDSLoader.js +0 -200
- package/lib/ThreeExtended/loaders/DRACOLoader.js +0 -400
- package/lib/ThreeExtended/loaders/GLTFLoader.js +0 -2879
- package/lib/ThreeExtended/loaders/KTX2Loader.js +0 -709
- package/lib/ThreeExtended/math/ColorSpaces.js +0 -59
- package/lib/ThreeExtended/utils/BufferGeometryUtils.js +0 -846
- package/lib/ThreeExtended/utils/WorkerPool.js +0 -70
- package/lib/Utils/CameraUtils.js +0 -555
- package/lib/Utils/DEMUtils.js +0 -350
- package/lib/Utils/FeaturesUtils.js +0 -156
- package/lib/Utils/Gradients.js +0 -16
- package/lib/Utils/OrientationUtils.js +0 -457
- package/lib/Utils/ThreeUtils.js +0 -115
- package/lib/Utils/gui/C3DTilesStyle.js +0 -215
- package/lib/Utils/gui/Main.js +0 -7
- package/lib/Utils/gui/Minimap.js +0 -154
- package/lib/Utils/gui/Navigation.js +0 -245
- package/lib/Utils/gui/Scale.js +0 -107
- package/lib/Utils/gui/Searchbar.js +0 -234
- package/lib/Utils/gui/Widget.js +0 -80
- package/lib/Utils/placeObjectOnGround.js +0 -136
- package/lib/Worker/LASLoaderWorker.js +0 -19
- package/lib/Worker/Potree2Worker.js +0 -21
package/changelog.md
DELETED
|
@@ -1,1361 +0,0 @@
|
|
|
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
|
-
|
|
28
|
-
<a name="2.44.1"></a>
|
|
29
|
-
## [2.44.1](https://github.com/iTowns/itowns/compare/v2.44.0...v2.44.1) (2024-09-06)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* **tutorials:** use OGC3DTilesLayer in 3d tiles tutorials ([e345979](https://github.com/iTowns/itowns/commit/e345979))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Workflow and chores
|
|
38
|
-
|
|
39
|
-
* release v2.44.1 ([fc7f8e9](https://github.com/iTowns/itowns/commit/fc7f8e9))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<a name="2.44.0"></a>
|
|
44
|
-
# [2.44.0](https://github.com/iTowns/itowns/compare/v2.43.1...v2.44.0) (2024-09-02)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Features
|
|
48
|
-
|
|
49
|
-
* **3dtiles:** add new OGC3DTilesLayer using 3d-tiles-renderer-js ([a2fedd8](https://github.com/iTowns/itowns/commit/a2fedd8))
|
|
50
|
-
* Add support for Cloud Optimized Point Clouds (COPC) ([f1e014f](https://github.com/iTowns/itowns/commit/f1e014f))
|
|
51
|
-
* **COG:** Allow tileWidth, tileHeight & resampleMethod parameter ([24ab82f](https://github.com/iTowns/itowns/commit/24ab82f))
|
|
52
|
-
* **deps:** bump proj4 from 2.9.2 to 2.11.0 ([7962fdc](https://github.com/iTowns/itowns/commit/7962fdc))
|
|
53
|
-
* **deps:** bump three from 0.159.0 to 0.165.0 ([258adc6](https://github.com/iTowns/itowns/commit/258adc6))
|
|
54
|
-
* **examples:** add COPC url loader ([6b4a5f2](https://github.com/iTowns/itowns/commit/6b4a5f2))
|
|
55
|
-
* introducing workers for LAS parser ([0505297](https://github.com/iTowns/itowns/commit/0505297))
|
|
56
|
-
* **LasParser:** add parsing of chunks of LAS files ([eec3197](https://github.com/iTowns/itowns/commit/eec3197))
|
|
57
|
-
* **potree2:** Add potree 2.0 loader ([ee56ec7](https://github.com/iTowns/itowns/commit/ee56ec7))
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
* **3dTilesLayer:** fix transparency for 3dTilesLayer ([af4d061](https://github.com/iTowns/itowns/commit/af4d061))
|
|
63
|
-
* **C3DTFeature:** use correct interleaved buffer getter ([#2326](https://github.com/iTowns/itowns/issues/2326)) ([6e20fcb](https://github.com/iTowns/itowns/commit/6e20fcb))
|
|
64
|
-
* **COG:** Fix AggregateError (retry if error occur) ([038dedd](https://github.com/iTowns/itowns/commit/038dedd))
|
|
65
|
-
* **COG:** Fix COG example ([aaa9691](https://github.com/iTowns/itowns/commit/aaa9691))
|
|
66
|
-
* **COG:** Fix COG levels parsing ([921bc03](https://github.com/iTowns/itowns/commit/921bc03))
|
|
67
|
-
* **COG:** Fix selectLevel (incorrect level selection when source extent is huge) ([809a4ad](https://github.com/iTowns/itowns/commit/809a4ad))
|
|
68
|
-
* **COG:** Fix texture width & height (use source.tileWidth & source.tileHeight) ([e03caf5](https://github.com/iTowns/itowns/commit/e03caf5))
|
|
69
|
-
* **deps:** update babel and add [@babel](https://github.com/babel)/core dependency ([77fd215](https://github.com/iTowns/itowns/commit/77fd215))
|
|
70
|
-
* **entwine:** change transparency settings ([47f859d](https://github.com/iTowns/itowns/commit/47f859d))
|
|
71
|
-
* **example:** change klokantech url in 3dtile_ion.html ([14891fd](https://github.com/iTowns/itowns/commit/14891fd))
|
|
72
|
-
* **MVT:** add texture and subdivision size parameter ([f286b40](https://github.com/iTowns/itowns/commit/f286b40))
|
|
73
|
-
* **parser:** wrong shpjs 6.0.1 using ([755ae17](https://github.com/iTowns/itowns/commit/755ae17))
|
|
74
|
-
* **PointCloud:** Allow using custom object3d on PointCloudLayer ([2b81710](https://github.com/iTowns/itowns/commit/2b81710))
|
|
75
|
-
* **PointCloud:** fix after pr feedback ([19c0e65](https://github.com/iTowns/itowns/commit/19c0e65))
|
|
76
|
-
* **pointcloud:** fix non-world projected elevation ([58fc8bb](https://github.com/iTowns/itowns/commit/58fc8bb))
|
|
77
|
-
* **PointCloud:** use preSSE for C3DTilesLayer ([8654ccb](https://github.com/iTowns/itowns/commit/8654ccb))
|
|
78
|
-
* **PointsMaterial.js:** Allow transparency when any class is invisible ([d091207](https://github.com/iTowns/itowns/commit/d091207))
|
|
79
|
-
* **points:** support point classification up to 256 classes ([170f220](https://github.com/iTowns/itowns/commit/170f220))
|
|
80
|
-
* **points:** use param classificationScheme in 3DTiles ([eeef84d](https://github.com/iTowns/itowns/commit/eeef84d))
|
|
81
|
-
* **potree2:** Fix options request issue with raw.githubusercontent.com data source ([9abdeed](https://github.com/iTowns/itowns/commit/9abdeed))
|
|
82
|
-
* **potree2:** Fix sample data url ([d5ee112](https://github.com/iTowns/itowns/commit/d5ee112))
|
|
83
|
-
* **scheduler:** ignore invalid URLs ([c3a67a3](https://github.com/iTowns/itowns/commit/c3a67a3))
|
|
84
|
-
* **shader:** Remove early discard based on vcolor ([16cbbbf](https://github.com/iTowns/itowns/commit/16cbbbf))
|
|
85
|
-
* **test-functional:** fixes on hooks_functional.js ([bc41708](https://github.com/iTowns/itowns/commit/bc41708))
|
|
86
|
-
* **test:** fetcher.js augment timeout limit ([5668334](https://github.com/iTowns/itowns/commit/5668334))
|
|
87
|
-
* **test:** fix change on id for test functional ([3780c56](https://github.com/iTowns/itowns/commit/3780c56))
|
|
88
|
-
* **test:** import HttpsProxyAgent ([624880d](https://github.com/iTowns/itowns/commit/624880d))
|
|
89
|
-
* **TiledGeometryLayer:** add hideSkirt unit test ([3738a06](https://github.com/iTowns/itowns/commit/3738a06))
|
|
90
|
-
* **TiledGeometryLayer:** handle hideSkirt at creation ([0fa08cd](https://github.com/iTowns/itowns/commit/0fa08cd))
|
|
91
|
-
* **VectorTile:** fix Style.setFromVectorTileLayer() when icon.id with {xx} or/and .stops ([85e49a1](https://github.com/iTowns/itowns/commit/85e49a1))
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Examples
|
|
95
|
-
|
|
96
|
-
* **COG:** Set maxSubdivisionLevel to 10 (default is 5) ([1de7124](https://github.com/iTowns/itowns/commit/1de7124))
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Code Refactoring
|
|
100
|
-
|
|
101
|
-
* **3dTilesDebug:** add properties hasPnts for pnts fields in GUI ([ff0ff3d](https://github.com/iTowns/itowns/commit/ff0ff3d))
|
|
102
|
-
* **3dTiles:** supp unused parameter in debug set up ([5bf62f2](https://github.com/iTowns/itowns/commit/5bf62f2))
|
|
103
|
-
* move loaders with little to no dependency to own directory ([1bca2e3](https://github.com/iTowns/itowns/commit/1bca2e3))
|
|
104
|
-
* **PointCloudDebug:** fix SizeMode gui ([bf87dd6](https://github.com/iTowns/itowns/commit/bf87dd6))
|
|
105
|
-
* **points:** material as superset of three PointsMaterial ([63af9e2](https://github.com/iTowns/itowns/commit/63af9e2))
|
|
106
|
-
* **points:** remove compressed normal support in material ([24b3641](https://github.com/iTowns/itowns/commit/24b3641))
|
|
107
|
-
* **points:** remove support of oriented images ([c93a2cd](https://github.com/iTowns/itowns/commit/c93a2cd))
|
|
108
|
-
* **PotreeDebug:** rename PotreeDebug to PointCloudDebug ([d1eb374](https://github.com/iTowns/itowns/commit/d1eb374))
|
|
109
|
-
* **style:** clean up style and test/style.js ([982b908](https://github.com/iTowns/itowns/commit/982b908))
|
|
110
|
-
* **test-functional:** reworks on hooks-functional.js: better gestion of errors and save initial camera position only once ([488d6a1](https://github.com/iTowns/itowns/commit/488d6a1))
|
|
111
|
-
* **test:** setFromVectorTileLayer() with icon ([565472b](https://github.com/iTowns/itowns/commit/565472b))
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Workflow and chores
|
|
115
|
-
|
|
116
|
-
* release v2.44.0 ([d667129](https://github.com/iTowns/itowns/commit/d667129))
|
|
117
|
-
* add threads dependency for web workers ([1976481](https://github.com/iTowns/itowns/commit/1976481))
|
|
118
|
-
* **babel:** modernize config and clean webpack ([048eaec](https://github.com/iTowns/itowns/commit/048eaec))
|
|
119
|
-
* **CONTRIBUTORS.md:** add name ([ad67a6b](https://github.com/iTowns/itowns/commit/ad67a6b))
|
|
120
|
-
* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([936bc22](https://github.com/iTowns/itowns/commit/936bc22))
|
|
121
|
-
* **deps-dev:** bump webpack from 5.93.0 to 5.94.0 ([9b59bd3](https://github.com/iTowns/itowns/commit/9b59bd3))
|
|
122
|
-
* **deps:** bump [@mapbox](https://github.com/mapbox)/vector-tile from 1.3.1 to 2.0.3 ([de9d16c](https://github.com/iTowns/itowns/commit/de9d16c))
|
|
123
|
-
* **deps:** bump [@tweenjs](https://github.com/tweenjs)/tween.js from 18.6.4 to 23.1.2 ([52c0b6c](https://github.com/iTowns/itowns/commit/52c0b6c))
|
|
124
|
-
* **deps:** bump developer dependencies ([ff70c47](https://github.com/iTowns/itowns/commit/ff70c47))
|
|
125
|
-
* **deps:** bump earcut from 2.2.4 to 3.0.0 ([620e91c](https://github.com/iTowns/itowns/commit/620e91c))
|
|
126
|
-
* **deps:** bump pbf from 3.2.1 to 4.0.1 ([544b4a7](https://github.com/iTowns/itowns/commit/544b4a7))
|
|
127
|
-
* **deps:** bump shpjs from 4.0.4 to 6.0.1 ([7c904ff](https://github.com/iTowns/itowns/commit/7c904ff))
|
|
128
|
-
* **deps:** bump ws and puppeteer ([02d141f](https://github.com/iTowns/itowns/commit/02d141f))
|
|
129
|
-
* **deps:** remove unused marked devDependencies ([0c4d101](https://github.com/iTowns/itowns/commit/0c4d101))
|
|
130
|
-
* **devDeps:** remove unused babel-register-esm ([43a3c14](https://github.com/iTowns/itowns/commit/43a3c14))
|
|
131
|
-
* **eslint:** use babel resolver instead of webpack ([4c98e9e](https://github.com/iTowns/itowns/commit/4c98e9e))
|
|
132
|
-
* **issues:** update issue templates ([e6bc462](https://github.com/iTowns/itowns/commit/e6bc462))
|
|
133
|
-
* **test:** add web worker polyfill ([cec42ad](https://github.com/iTowns/itowns/commit/cec42ad))
|
|
134
|
-
* use node hooks to fix coverage issues ([50e785c](https://github.com/iTowns/itowns/commit/50e785c))
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
### Documentation
|
|
138
|
-
|
|
139
|
-
* Add link to governance repo in the README ([d3a317b](https://github.com/iTowns/itowns/commit/d3a317b))
|
|
140
|
-
* **COPC:** expose doc for COPCLayer and COPCSource ([48fb9df](https://github.com/iTowns/itowns/commit/48fb9df))
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### BREAKING CHANGES
|
|
144
|
-
|
|
145
|
-
* **points:** * Remove overlayColor property (replaced by the standard diffuse property)
|
|
146
|
-
* **points:** * Remove non-tested and non-documented orientedImageMaterial property
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
<a name="2.43.1"></a>
|
|
151
|
-
## [2.43.1](https://github.com/iTowns/itowns/compare/v2.43.0...v2.43.1) (2024-04-30)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
|
-
* **LASLoader:** fix default CDN URL ([4d029ef](https://github.com/iTowns/itowns/commit/4d029ef))
|
|
157
|
-
* **PointCloud:** correct some issues after refacto ([65c4008](https://github.com/iTowns/itowns/commit/65c4008))
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Workflow and chores
|
|
161
|
-
|
|
162
|
-
* release v2.43.1 ([719d9e3](https://github.com/iTowns/itowns/commit/719d9e3))
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
<a name="2.43.0"></a>
|
|
167
|
-
# [2.43.0](https://github.com/iTowns/itowns/compare/v2.42.0...v2.43.0) (2024-04-02)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Features
|
|
171
|
-
|
|
172
|
-
* ESM distribution ([ab36885](https://github.com/iTowns/itowns/commit/ab36885))
|
|
173
|
-
* **gltf:** add a GLTFParser to parse gltf 1.0 and 2.0 files ([e6eb4cf](https://github.com/iTowns/itowns/commit/e6eb4cf))
|
|
174
|
-
* Remove WebGL1 support ([5bd5c32](https://github.com/iTowns/itowns/commit/5bd5c32))
|
|
175
|
-
* **TiledGeometryLayer:** layer can now hide skirt ([06c7181](https://github.com/iTowns/itowns/commit/06c7181))
|
|
176
|
-
* **VectorTileSource:** add support for multiple source ([c51e64a](https://github.com/iTowns/itowns/commit/c51e64a))
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Bug Fixes
|
|
180
|
-
|
|
181
|
-
* **3dtiles:** fix tiles disappearing when zooming in and out ([c04e784](https://github.com/iTowns/itowns/commit/c04e784))
|
|
182
|
-
* **elevation:** Fix elevation layer removal from view ([4f361c3](https://github.com/iTowns/itowns/commit/4f361c3))
|
|
183
|
-
* **example:** migrate sources to IGN geoplateforme ([f6baf69](https://github.com/iTowns/itowns/commit/f6baf69))
|
|
184
|
-
* **examples:** fix new IGN VT style url ([17124ec](https://github.com/iTowns/itowns/commit/17124ec))
|
|
185
|
-
* **examples:** fix some issues with entwine planar example ([7d05a0f](https://github.com/iTowns/itowns/commit/7d05a0f))
|
|
186
|
-
* **examples:** migrate ign and grandlyon urls ([3f3ed82](https://github.com/iTowns/itowns/commit/3f3ed82))
|
|
187
|
-
* **Feature2Mesh:** fix proj on base alti ([49e48b5](https://github.com/iTowns/itowns/commit/49e48b5))
|
|
188
|
-
* **PointCloud:** fix precision error for entwinePointTileLayer ([bf38a72](https://github.com/iTowns/itowns/commit/bf38a72))
|
|
189
|
-
* **PotreeDebug:** fix oversight ([e5810d7](https://github.com/iTowns/itowns/commit/e5810d7))
|
|
190
|
-
* **RasterTile:** Fix RasterTile removeEvent when view.dispose is called ([33d0e8d](https://github.com/iTowns/itowns/commit/33d0e8d))
|
|
191
|
-
* **tutorials:** migrate urls to IGN geoplateforme ([5d324ca](https://github.com/iTowns/itowns/commit/5d324ca))
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
### Performance Improvements
|
|
195
|
-
|
|
196
|
-
* **3dtiles:** fix loading time overhead due to internal structures pre-filling ([5d2f384](https://github.com/iTowns/itowns/commit/5d2f384))
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Examples
|
|
200
|
-
|
|
201
|
-
* **ept:** Allow navigation on the pointcloud ([ec7ae6c](https://github.com/iTowns/itowns/commit/ec7ae6c))
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### Code Refactoring
|
|
205
|
-
|
|
206
|
-
* **babelrc:** add geojson and remove gltf from import extension ([dd3f80d](https://github.com/iTowns/itowns/commit/dd3f80d))
|
|
207
|
-
* **example:** entwine_simple_loader add use of param in url ([89d6fbd](https://github.com/iTowns/itowns/commit/89d6fbd))
|
|
208
|
-
* **Fetcher:** supp extent in parsed file ([1240db6](https://github.com/iTowns/itowns/commit/1240db6))
|
|
209
|
-
* **PointCloudLayer:** add new scheme and gradients to generate texture for use in the shader ([a557914](https://github.com/iTowns/itowns/commit/a557914))
|
|
210
|
-
* **source:** supp supportedFetchers and add Fetcher.get(format) ([9fa4cde](https://github.com/iTowns/itowns/commit/9fa4cde))
|
|
211
|
-
* **test:** add CanvasGradient in bootstrap.js ([99be96e](https://github.com/iTowns/itowns/commit/99be96e))
|
|
212
|
-
* **test:** add tests for Fetcher.js ([2fb3298](https://github.com/iTowns/itowns/commit/2fb3298))
|
|
213
|
-
* **test:** unit test clean up ([f6b6bf4](https://github.com/iTowns/itowns/commit/f6b6bf4))
|
|
214
|
-
* **test:** use sinon for multisource ([3b0709b](https://github.com/iTowns/itowns/commit/3b0709b))
|
|
215
|
-
* **unitTests:** use sinon to mock hidden itowns.Fetcher and add json file localy ([9dcfed3](https://github.com/iTowns/itowns/commit/9dcfed3))
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
### Workflow and chores
|
|
219
|
-
|
|
220
|
-
* release v2.43.0 ([066e4e5](https://github.com/iTowns/itowns/commit/066e4e5))
|
|
221
|
-
* **coverage:** replace nyc by c8 ([f55ee06](https://github.com/iTowns/itowns/commit/f55ee06))
|
|
222
|
-
* **deps-dev:** bump express from 4.18.2 to 4.19.2 ([9be39b7](https://github.com/iTowns/itowns/commit/9be39b7))
|
|
223
|
-
* **deps-dev:** bump follow-redirects from 1.15.4 to 1.15.6 ([3163f5f](https://github.com/iTowns/itowns/commit/3163f5f))
|
|
224
|
-
* **deps-dev:** bump ip from 1.1.8 to 1.1.9 ([5d84b37](https://github.com/iTowns/itowns/commit/5d84b37))
|
|
225
|
-
* **deps-dev:** bump webpack-dev-middleware from 5.3.3 to 5.3.4 ([d53c1a5](https://github.com/iTowns/itowns/commit/d53c1a5))
|
|
226
|
-
* **deps:** bump copc and remove unecessary ignore of fs ([d4779cc](https://github.com/iTowns/itowns/commit/d4779cc))
|
|
227
|
-
* npm install [@xmldom](https://github.com/xmldom)/xmldom --save-dev ([1c8256c](https://github.com/iTowns/itowns/commit/1c8256c))
|
|
228
|
-
* npm install sinon --save-dev ([4d21c1e](https://github.com/iTowns/itowns/commit/4d21c1e))
|
|
229
|
-
* replace the CDN from unpkg to jsdelivr ([c7ff763](https://github.com/iTowns/itowns/commit/c7ff763))
|
|
230
|
-
* **scripts:** mark cjs scripts explicitely ([c6bae49](https://github.com/iTowns/itowns/commit/c6bae49))
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
### Documentation
|
|
234
|
-
|
|
235
|
-
* **tutorials:** minor typo and syntax fixes ([7680ccf](https://github.com/iTowns/itowns/commit/7680ccf))
|
|
236
|
-
* **tutorials:** replace deprecated callback ([c6ba5fb](https://github.com/iTowns/itowns/commit/c6ba5fb))
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Tests
|
|
240
|
-
|
|
241
|
-
* **wfs:** fix wfs to 25d example test ([1cb36a7](https://github.com/iTowns/itowns/commit/1cb36a7))
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
### BREAKING CHANGES
|
|
245
|
-
|
|
246
|
-
* - WebGL1 context is no longer supported.
|
|
247
|
-
* The itowns library drops the CommonJS distribution in favor of
|
|
248
|
-
a standard ECMAScript module (ESM) distribution.
|
|
249
|
-
* **3dtiles:** * C3DTFeature constructor parameters changed from
|
|
250
|
-
(tileId, batchId, groups, info, userData, object3d) to
|
|
251
|
-
(tileId, batchId, groups, userData, object3d)
|
|
252
|
-
* C3DTilesLayer.findBatchTable() is not exposed in the API anymore
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
<a name="2.42.0"></a>
|
|
257
|
-
# [2.42.0](https://github.com/iTowns/itowns/compare/v2.41.0...v2.42.0) (2024-02-05)
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
### Features
|
|
261
|
-
|
|
262
|
-
* Add bboxUrlPrecision parameter ([09a037d](https://github.com/iTowns/itowns/commit/09a037d))
|
|
263
|
-
* Add Cloud Optimized GeoTIFF (COG) sample ([#2250](https://github.com/iTowns/itowns/issues/2250)) ([f707e26](https://github.com/iTowns/itowns/commit/f707e26))
|
|
264
|
-
* **controls:** add meta key support in state controls ([74f8b50](https://github.com/iTowns/itowns/commit/74f8b50))
|
|
265
|
-
* **Coordinates:** add toArray method. ([ebadc9c](https://github.com/iTowns/itowns/commit/ebadc9c))
|
|
266
|
-
* **deps:** Update proj4 from 2.9.0 to 2.9.2 ([24eac28](https://github.com/iTowns/itowns/commit/24eac28))
|
|
267
|
-
* **deps:** Update three from 0.154.0 to 0.159.0 ([a2f9105](https://github.com/iTowns/itowns/commit/a2f9105))
|
|
268
|
-
* drop support of old browsers ([e81e117](https://github.com/iTowns/itowns/commit/e81e117))
|
|
269
|
-
* **Feature2Mesh:** Stylize points mesh. ([b7538b0](https://github.com/iTowns/itowns/commit/b7538b0))
|
|
270
|
-
* **LASParser:** change lasparser package from loaders.gl to copc ([aa9d97e](https://github.com/iTowns/itowns/commit/aa9d97e))
|
|
271
|
-
* **View:** add getters for threejs renderer and camera ([57ed8d3](https://github.com/iTowns/itowns/commit/57ed8d3))
|
|
272
|
-
* **view:** add WebXR support. ([1d10290](https://github.com/iTowns/itowns/commit/1d10290))
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
### Bug Fixes
|
|
276
|
-
|
|
277
|
-
* **C3DTilesLayer:** handle tileContent with several child containing C3DTFeature. ([219e015](https://github.com/iTowns/itowns/commit/219e015))
|
|
278
|
-
* **ColorLayer:** Fix rendering issue on white to invisible effect ([04cad6c](https://github.com/iTowns/itowns/commit/04cad6c)), closes [#2236](https://github.com/iTowns/itowns/issues/2236)
|
|
279
|
-
* **examples:** change watercolor tile url ([1bfd639](https://github.com/iTowns/itowns/commit/1bfd639))
|
|
280
|
-
* **examples:** Fix stereo effects example ([3919b72](https://github.com/iTowns/itowns/commit/3919b72)), closes [/github.com/mrdoob/three.js/wiki/Migration-Guide#147--148](https://github.com//github.com/mrdoob/three.js/wiki/Migration-Guide/issues/147--148)
|
|
281
|
-
* **package-lock.json:** Restore resolved and integrity properties ([6737c93](https://github.com/iTowns/itowns/commit/6737c93)), closes [npm/cli#4263](https://github.com/npm/cli/issues/4263)
|
|
282
|
-
* **pointcloud:** Add SSE calculation for orthographic projections ([cae9463](https://github.com/iTowns/itowns/commit/cae9463))
|
|
283
|
-
* **points:** Correct orthographic vertex projection ([e6e1d80](https://github.com/iTowns/itowns/commit/e6e1d80))
|
|
284
|
-
* **StateControl:** use uncaught key event ([7fae54c](https://github.com/iTowns/itowns/commit/7fae54c))
|
|
285
|
-
* **tests:** prevent overwriting `navigator.userAgent` ([f146262](https://github.com/iTowns/itowns/commit/f146262))
|
|
286
|
-
* **VectorTile:** loading texture on VectorTile when node.pendingSubdivision !need improvement! ([e464bdc](https://github.com/iTowns/itowns/commit/e464bdc))
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Performance Improvements
|
|
290
|
-
|
|
291
|
-
* **3dtiles:** Transform 3d tiles region bounding volumes to spheres ([f0eaf96](https://github.com/iTowns/itowns/commit/f0eaf96))
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Code Refactoring
|
|
295
|
-
|
|
296
|
-
* **bboxDigits:** Apply code review ([b118942](https://github.com/iTowns/itowns/commit/b118942))
|
|
297
|
-
* **Feature2Mesh:** add gestion feature with variable size ([4d44cd3](https://github.com/iTowns/itowns/commit/4d44cd3))
|
|
298
|
-
* **FeatureContext:** use Context on LabelLayer and Feature2Texture ([4abab9b](https://github.com/iTowns/itowns/commit/4abab9b))
|
|
299
|
-
* **FeatureCtx:** move class FeatureContext to Style and rename ([2428d56](https://github.com/iTowns/itowns/commit/2428d56))
|
|
300
|
-
* **Feature:** remove geometry.properties.style -> use style fct at Feature level ([b736f72](https://github.com/iTowns/itowns/commit/b736f72))
|
|
301
|
-
* **FeatureToolTip:** update with new gestion of Style ([356e695](https://github.com/iTowns/itowns/commit/356e695))
|
|
302
|
-
* **points:** Uniformize naming with three's points shader ([d46cd44](https://github.com/iTowns/itowns/commit/d46cd44))
|
|
303
|
-
* **Style:** change setFromGeojsonProperties() to static ([8cf99b6](https://github.com/iTowns/itowns/commit/8cf99b6))
|
|
304
|
-
* **style:** change Style.drawingFromContext(ctx) to Style.getFromContext(ctx) for hierarchization of style properties ([17bbe88](https://github.com/iTowns/itowns/commit/17bbe88))
|
|
305
|
-
* **Style:** change Style.setFromVectorTileLayer to static ([5f22009](https://github.com/iTowns/itowns/commit/5f22009))
|
|
306
|
-
* **StyleContext:** add setFeature to access feature.type ([6b44ef9](https://github.com/iTowns/itowns/commit/6b44ef9))
|
|
307
|
-
* **Style:** fuse drawStylefromContext() and symbolStylefromContext() into applyContext() ([db3e455](https://github.com/iTowns/itowns/commit/db3e455))
|
|
308
|
-
* **Style:** homogenize gestion fill.pattern between all existing ([396edfb](https://github.com/iTowns/itowns/commit/396edfb))
|
|
309
|
-
* **Style:** Style hierachisation in Layer.Style instanciation ([55849f6](https://github.com/iTowns/itowns/commit/55849f6))
|
|
310
|
-
* **Style:** supp collection.style and delete notion of style.parent ([40f83b3](https://github.com/iTowns/itowns/commit/40f83b3))
|
|
311
|
-
* **Style:** supp getTextFromProperties() ad it's done with getContext() ([565dd63](https://github.com/iTowns/itowns/commit/565dd63))
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
### Workflow and chores
|
|
315
|
-
|
|
316
|
-
* release v2.42.0 ([ec812b4](https://github.com/iTowns/itowns/commit/ec812b4))
|
|
317
|
-
* **babel:** remove nullish coalescing operator transform ([691a859](https://github.com/iTowns/itowns/commit/691a859))
|
|
318
|
-
* **deps-dev:** bump [@babel](https://github.com/babel)/traverse from 7.22.5 to 7.23.2 ([66171c7](https://github.com/iTowns/itowns/commit/66171c7))
|
|
319
|
-
* **deps-dev:** bump follow-redirects from 1.15.2 to 1.15.4 ([9761d58](https://github.com/iTowns/itowns/commit/9761d58))
|
|
320
|
-
* **deps-dev:** Update conventional-changelog from 3.0.0 to 4.1.0 ([5f084bf](https://github.com/iTowns/itowns/commit/5f084bf))
|
|
321
|
-
* **deps-dev:** Update eslint and its plugins ([1e9371e](https://github.com/iTowns/itowns/commit/1e9371e))
|
|
322
|
-
* **deps-dev:** Update some developer dependencies ([4d74d4a](https://github.com/iTowns/itowns/commit/4d74d4a))
|
|
323
|
-
* **deps-dev:** Update webpack and its loaders ([cdaf12f](https://github.com/iTowns/itowns/commit/cdaf12f))
|
|
324
|
-
* **deps:** add copc.js dependency ([f89df8c](https://github.com/iTowns/itowns/commit/f89df8c))
|
|
325
|
-
* **deps:** supp package loaders.gl/las ([14884f3](https://github.com/iTowns/itowns/commit/14884f3))
|
|
326
|
-
* **deps:** Update [@loaders](https://github.com/loaders).gl/las from 3.4.4 to 4.0.4 ([30ded56](https://github.com/iTowns/itowns/commit/30ded56))
|
|
327
|
-
* **deps:** Update [@tmcw](https://github.com/tmcw)/togeojson from 5.6.2 to 5.8.1 ([e52fba6](https://github.com/iTowns/itowns/commit/e52fba6))
|
|
328
|
-
* **deps:** Update regenerator-runtime from 0.13.11 to 0.14.0 ([878a256](https://github.com/iTowns/itowns/commit/878a256))
|
|
329
|
-
* **dev-deps:** Update puppeteer from 19.4.0 to 21.6.0 ([a681103](https://github.com/iTowns/itowns/commit/a681103))
|
|
330
|
-
* **dev-deps:** Update semver due to moderate vulnerability ([5a6c7e3](https://github.com/iTowns/itowns/commit/5a6c7e3))
|
|
331
|
-
* **examples:** ESMify collada example ([b82622d](https://github.com/iTowns/itowns/commit/b82622d))
|
|
332
|
-
* **examples:** ESMify multiple 2.5D maps ([ac9cea4](https://github.com/iTowns/itowns/commit/ac9cea4))
|
|
333
|
-
* **Feature:** rename base_altitudeDefault to camelCase ([658992d](https://github.com/iTowns/itowns/commit/658992d))
|
|
334
|
-
* **polyfills:** remove polyfill for async/await ([abc6bbb](https://github.com/iTowns/itowns/commit/abc6bbb))
|
|
335
|
-
* **polyfills:** remove polyfill for TextDecoder ([356811e](https://github.com/iTowns/itowns/commit/356811e))
|
|
336
|
-
* **README:** add browser support notice ([f31fec9](https://github.com/iTowns/itowns/commit/f31fec9))
|
|
337
|
-
* **test:** fix bootstrap to follow ES semantics ([4d4e28f](https://github.com/iTowns/itowns/commit/4d4e28f))
|
|
338
|
-
* **webpack:** remove fetch polyfill on bundle ([96b870a](https://github.com/iTowns/itowns/commit/96b870a))
|
|
339
|
-
* **webpack:** remove URL polyfill on bundle ([1928986](https://github.com/iTowns/itowns/commit/1928986))
|
|
340
|
-
* **webpack:** stop watching node modules in dev mode ([47d0c7c](https://github.com/iTowns/itowns/commit/47d0c7c))
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
### Documentation
|
|
344
|
-
|
|
345
|
-
* **ColorLayer:** Update doc on effect_type and effect_parameter ([d508831](https://github.com/iTowns/itowns/commit/d508831))
|
|
346
|
-
* **README:** remove typo ([6329129](https://github.com/iTowns/itowns/commit/6329129))
|
|
347
|
-
* **style:** specify features supported with labels ([de88737](https://github.com/iTowns/itowns/commit/de88737))
|
|
348
|
-
* **View:** document View properties ([ef8d3f4](https://github.com/iTowns/itowns/commit/ef8d3f4))
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
### BREAKING CHANGES
|
|
352
|
-
|
|
353
|
-
* iTowns now officially supports only the two last
|
|
354
|
-
versions + versions with >0.5% market share of popular browsers as
|
|
355
|
-
well as the lastest version of Firefox ESR. WebGL2.0 support is also
|
|
356
|
-
mandatory.
|
|
357
|
-
* **3dtiles:** Remove region, box and sphere properties of C3DTBoundingVolume.
|
|
358
|
-
They have been replaced by volume property which contains a THREE.Box3 (for
|
|
359
|
-
box) or a THREE.Sphere (for sphere or region). Initial bounding volume type
|
|
360
|
-
can be retrieved with the initialVolumeType property.
|
|
361
|
-
* **C3DTilesLayer:** C3DTFeature constructor changed from (tileId, batchId, groups, info, userData) to (tileId, batchId, groups, info, userData, object3d)
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
<a name="2.41.0"></a>
|
|
366
|
-
# [2.41.0](https://github.com/iTowns/itowns/compare/v2.40.0...v2.41.0) (2023-10-16)
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
### Features
|
|
370
|
-
|
|
371
|
-
* **3dtiles:** add method to enable ktx2 loader for gltf ([a260109](https://github.com/iTowns/itowns/commit/a260109))
|
|
372
|
-
* **points:** Add attenuated mode for points size rendering ([6db3c5e](https://github.com/iTowns/itowns/commit/6db3c5e))
|
|
373
|
-
* **points:** Add option to render points in shape square or circle ([363f137](https://github.com/iTowns/itowns/commit/363f137))
|
|
374
|
-
* **VectorTile:** add coordProj in pushCoordinatesValues() to get access to position when using style.base_altitude. ([451e5d6](https://github.com/iTowns/itowns/commit/451e5d6))
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### Bug Fixes
|
|
378
|
-
|
|
379
|
-
* **example:** fix example Gpx 3d and functional test ([781a47d](https://github.com/iTowns/itowns/commit/781a47d))
|
|
380
|
-
* fix Glob error when lauching npm install on windows ([e56bf65](https://github.com/iTowns/itowns/commit/e56bf65))
|
|
381
|
-
* **picking:** Fix point reference of picking ([#2192](https://github.com/iTowns/itowns/issues/2192)) ([1cd4db9](https://github.com/iTowns/itowns/commit/1cd4db9))
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
### Examples
|
|
385
|
-
|
|
386
|
-
* **VectorTile:** new example using official mapbox flux, showing buildings placed at ground level. ([cefebce](https://github.com/iTowns/itowns/commit/cefebce))
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
### Code Refactoring
|
|
390
|
-
|
|
391
|
-
* **Feature:** Feature.pushCoordinates() change in arguments order ([44e9532](https://github.com/iTowns/itowns/commit/44e9532))
|
|
392
|
-
* **VectorTile:** Code clean up ([284c46b](https://github.com/iTowns/itowns/commit/284c46b))
|
|
393
|
-
* **View:** Deprecate WebGL 1.0 support ([1cf7075](https://github.com/iTowns/itowns/commit/1cf7075))
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Workflow and chores
|
|
397
|
-
|
|
398
|
-
* release v2.41.0 ([d47e36c](https://github.com/iTowns/itowns/commit/d47e36c))
|
|
399
|
-
* add commit message checker ([9370312](https://github.com/iTowns/itowns/commit/9370312))
|
|
400
|
-
* **integration:** add release commit to message check ([b88de83](https://github.com/iTowns/itowns/commit/b88de83))
|
|
401
|
-
* **release:** add npm install to npm bump command ([cc6239d](https://github.com/iTowns/itowns/commit/cc6239d))
|
|
402
|
-
* separate build and test jobs ([c3bc003](https://github.com/iTowns/itowns/commit/c3bc003))
|
|
403
|
-
* **workflow:** add npm provenance to npm package ([cb29ab6](https://github.com/iTowns/itowns/commit/cb29ab6))
|
|
404
|
-
* **workflow:** fix publish rights with npm provenance ([63f70be](https://github.com/iTowns/itowns/commit/63f70be))
|
|
405
|
-
* **workflow:** update github actions to node 18 ([5143c25](https://github.com/iTowns/itowns/commit/5143c25))
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
### Documentation
|
|
409
|
-
|
|
410
|
-
* **CONTRIBUTING.md:** add commits type list ([b91404a](https://github.com/iTowns/itowns/commit/b91404a))
|
|
411
|
-
* **CONTRIBUTING.md:** fix typo ([ac6c328](https://github.com/iTowns/itowns/commit/ac6c328))
|
|
412
|
-
* **WebGL1:** Remove tutorial "Getting Started - WebGL 1.0/2.0" ([57f7b59](https://github.com/iTowns/itowns/commit/57f7b59))
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### BREAKING CHANGES
|
|
416
|
-
|
|
417
|
-
* **VectorTile:** Feature.pushCoordinatesValues() signature change from pushCoordinatesValues(feature, long, lat, normal) to pushCoordinatesValues(feature, coordIn, coordProj)
|
|
418
|
-
* **Feature:** Feature.pushCoordinates() change in arguments order from pushCoordinates(coordIn, feature) to pushCoordinates(feature, coordIn)
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
<a name="2.40.0"></a>
|
|
423
|
-
# [2.40.0](https://github.com/iTowns/itowns/compare/v2.38.2...v2.40.0) (2023-07-28)
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
### Features
|
|
427
|
-
|
|
428
|
-
* **3dtiles:** add classification for rendering pointscloud ([b924cd7](https://github.com/iTowns/itowns/commit/b924cd7))
|
|
429
|
-
* **3DTiles:** add style API + C3DTFeature ([864268a](https://github.com/iTowns/itowns/commit/864268a))
|
|
430
|
-
* **3dtiles:** add support for 3d tiles from cesium ion server ([e9793a3](https://github.com/iTowns/itowns/commit/e9793a3))
|
|
431
|
-
* **3DTiles:** add C3DTILES_LAYER_EVENTS.ON_TILE_REQUESTED ([ec837c7](https://github.com/iTowns/itowns/commit/ec837c7))
|
|
432
|
-
* **Coordinates:** Add a setCrs method ([606b6b8](https://github.com/iTowns/itowns/commit/606b6b8))
|
|
433
|
-
* **elevationLayers:** Add config.clampValues for clamping values of the elevation dataset ([1985078](https://github.com/iTowns/itowns/commit/1985078))
|
|
434
|
-
* **instancing:** use instancing for large number of 3d objects ([619a611](https://github.com/iTowns/itowns/commit/619a611))
|
|
435
|
-
* **LabelLayer:** add option to clamp labels to terrain. ([f46ca97](https://github.com/iTowns/itowns/commit/f46ca97))
|
|
436
|
-
* **Parser:** detect if original source have elevation data. ([17aaa8b](https://github.com/iTowns/itowns/commit/17aaa8b))
|
|
437
|
-
* **picking:** Add distance and point position to returned object by points picking ([97a5e6a](https://github.com/iTowns/itowns/commit/97a5e6a))
|
|
438
|
-
* **planarcontrols:** add enabled attribute ([f13a060](https://github.com/iTowns/itowns/commit/f13a060))
|
|
439
|
-
* **Style:** add icon.color and icon.opacity ([4fd5dc4](https://github.com/iTowns/itowns/commit/4fd5dc4))
|
|
440
|
-
* **typescript:** Add devDeps on three's definitions ([2fbbcc3](https://github.com/iTowns/itowns/commit/2fbbcc3))
|
|
441
|
-
* **typescript:** Add tsconfig.json configuration ([3c8c5f5](https://github.com/iTowns/itowns/commit/3c8c5f5))
|
|
442
|
-
* **typescript:** Add typescript dependency ([71a2370](https://github.com/iTowns/itowns/commit/71a2370))
|
|
443
|
-
* **view:** allow to pass an array of layers for picking ([9b6d59f](https://github.com/iTowns/itowns/commit/9b6d59f))
|
|
444
|
-
* **Widget:** add C3DTilesStyle widget ([7862bc1](https://github.com/iTowns/itowns/commit/7862bc1))
|
|
445
|
-
* **WMTS:** Support vendor specific parameters ([cff042c](https://github.com/iTowns/itowns/commit/cff042c))
|
|
446
|
-
* **XbilParser:** gestion nodata in elevation layer (elevation set to 0) ([20075b8](https://github.com/iTowns/itowns/commit/20075b8))
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
### Bug Fixes
|
|
450
|
-
|
|
451
|
-
* **3dTiles:** addEventListener onTileContentLoaded constructor ([6f9a9d2](https://github.com/iTowns/itowns/commit/6f9a9d2))
|
|
452
|
-
* **3dtiles:** fix batchtable reading ([b245301](https://github.com/iTowns/itowns/commit/b245301))
|
|
453
|
-
* **3dtiles:** improve 3D Tiles cache cleaning ([284be24](https://github.com/iTowns/itowns/commit/284be24))
|
|
454
|
-
* **3DTiles:** tileId == 0 can update style ([11582c9](https://github.com/iTowns/itowns/commit/11582c9))
|
|
455
|
-
* **controls:** keyboard events are now on the domElement on the view instead of window ([d5c80f4](https://github.com/iTowns/itowns/commit/d5c80f4))
|
|
456
|
-
* **CRS:** more robust parameter tests ([a2e0f5c](https://github.com/iTowns/itowns/commit/a2e0f5c))
|
|
457
|
-
* **Debug:** fix 3dTiles bbox visibility ([cd8d106](https://github.com/iTowns/itowns/commit/cd8d106))
|
|
458
|
-
* **example:** change config file linked with the clampValues config ([2a4e911](https://github.com/iTowns/itowns/commit/2a4e911))
|
|
459
|
-
* **example:** invert order of the ElevationLayer addition when using 2 ([c6800c9](https://github.com/iTowns/itowns/commit/c6800c9))
|
|
460
|
-
* **examples:** Fix cesium ion token ([7f86d26](https://github.com/iTowns/itowns/commit/7f86d26))
|
|
461
|
-
* **examples:** Replace Lyon's deprecated MNT sources ([7490590](https://github.com/iTowns/itowns/commit/7490590))
|
|
462
|
-
* **examples:** Replace Lyon's deprecated Ortho2009 sources ([8dbb3d6](https://github.com/iTowns/itowns/commit/8dbb3d6))
|
|
463
|
-
* **examples:** Update Lyon bus source options ([0881b2d](https://github.com/iTowns/itowns/commit/0881b2d))
|
|
464
|
-
* **Feature2Texture:** prevent empty style ([ab5713a](https://github.com/iTowns/itowns/commit/ab5713a))
|
|
465
|
-
* **GeoJsonParser:** fix firstCoordinates when empty ([e54f352](https://github.com/iTowns/itowns/commit/e54f352))
|
|
466
|
-
* **GlobeLayer, PlanarLayer:** fix too much tiles subdivision due to wrong param name ([c726f25](https://github.com/iTowns/itowns/commit/c726f25))
|
|
467
|
-
* **Label:** catch no data elevation. ([e1e3b1d](https://github.com/iTowns/itowns/commit/e1e3b1d))
|
|
468
|
-
* **ObjectRemovalHelper:** linked objects are not removed. ([05a0768](https://github.com/iTowns/itowns/commit/05a0768))
|
|
469
|
-
* **Parser:** detect if original source have elevation data with multi-features. ([9d509da](https://github.com/iTowns/itowns/commit/9d509da))
|
|
470
|
-
* **Source:** Validate crs in Source constructor ([195bef3](https://github.com/iTowns/itowns/commit/195bef3))
|
|
471
|
-
* **typescript:** Add annotation to unblock typechecking ([25619f3](https://github.com/iTowns/itowns/commit/25619f3))
|
|
472
|
-
* **view:** improve resource disposal by removing textures and allow to remove cache ([2497d00](https://github.com/iTowns/itowns/commit/2497d00))
|
|
473
|
-
* **view:** improve view disposal by removing resize listener ([6f4ec34](https://github.com/iTowns/itowns/commit/6f4ec34))
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
### Performance Improvements
|
|
477
|
-
|
|
478
|
-
* **LabelLayer:** add automatic label filtering to reduce rendering calls. ([e7dde10](https://github.com/iTowns/itowns/commit/e7dde10))
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
### Examples
|
|
482
|
-
|
|
483
|
-
* **3dtiles:** add an example to display OSM buildings from cesium ion server ([9e9acb0](https://github.com/iTowns/itowns/commit/9e9acb0))
|
|
484
|
-
* **3dtiles:** rename some 3D tiles examples ([e032bf2](https://github.com/iTowns/itowns/commit/e032bf2))
|
|
485
|
-
* **3dtiles:** update 3d tiles dataset on 3dtiles_25d example to a textured one ([15b438c](https://github.com/iTowns/itowns/commit/15b438c))
|
|
486
|
-
* **Collada:** clean and update ([08dbd3d](https://github.com/iTowns/itowns/commit/08dbd3d))
|
|
487
|
-
* **potree_25d_map:** declare map projection code ([604b6ac](https://github.com/iTowns/itowns/commit/604b6ac))
|
|
488
|
-
* **SourceFileGeoJson:** geojson raster file -> add new example for planarView ([2d6abcd](https://github.com/iTowns/itowns/commit/2d6abcd))
|
|
489
|
-
* **SourceFileKML:** add new kml raster file from official source ([58734ee](https://github.com/iTowns/itowns/commit/58734ee))
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
### Code Refactoring
|
|
493
|
-
|
|
494
|
-
* **c3DEngine:** deleting the unused method getUniqueThreejsLayer. ([9664006](https://github.com/iTowns/itowns/commit/9664006))
|
|
495
|
-
* **Camera:** remove camera argument from CameraRig ([2af65b7](https://github.com/iTowns/itowns/commit/2af65b7))
|
|
496
|
-
* **example:** update with new gestion of Style ([955722c](https://github.com/iTowns/itowns/commit/955722c))
|
|
497
|
-
* **Extent:** move calculation of Extent intersection to static Extent.intersectsExtent(ExtentA,ExtentB) ([4ca93a9](https://github.com/iTowns/itowns/commit/4ca93a9))
|
|
498
|
-
* **FeatureGeometryLayer:** cleanup -> remove extra line break ([4cef6ba](https://github.com/iTowns/itowns/commit/4cef6ba))
|
|
499
|
-
* **FeatureToolTip:** update for official kml and geojson flux ([6e2a98c](https://github.com/iTowns/itowns/commit/6e2a98c))
|
|
500
|
-
* **GlobeControls:** remove three layer for helpers. ([a1a8391](https://github.com/iTowns/itowns/commit/a1a8391))
|
|
501
|
-
* **GlobeLayer:** pass in static the method horizonCulling. ([18af800](https://github.com/iTowns/itowns/commit/18af800))
|
|
502
|
-
* **GlobeView:** move sun light, from tileLayer to main scene. ([68b78f0](https://github.com/iTowns/itowns/commit/68b78f0))
|
|
503
|
-
* **LabeLayer:** change label node culling mechanism. ([b833744](https://github.com/iTowns/itowns/commit/b833744))
|
|
504
|
-
* **LabelLayer:** apply architecture node and simplify process. ([aff7964](https://github.com/iTowns/itowns/commit/aff7964))
|
|
505
|
-
* **Label:** optimize elevation update. ([7492c8e](https://github.com/iTowns/itowns/commit/7492c8e))
|
|
506
|
-
* **Layer:** instanciate new Style at Layer instead of at examples ([d26f29e](https://github.com/iTowns/itowns/commit/d26f29e))
|
|
507
|
-
* **LayerUpdateState:** add hasFinished method. ([3767b0a](https://github.com/iTowns/itowns/commit/3767b0a))
|
|
508
|
-
* **OBB:** remove OBB from node's children. ([0440bb6](https://github.com/iTowns/itowns/commit/0440bb6))
|
|
509
|
-
* **pickFeaturesAt:** avoid picking twice the same featureGeometry ([d5e5f7e](https://github.com/iTowns/itowns/commit/d5e5f7e))
|
|
510
|
-
* **RasterTile:** emit event when raster elevation changed. ([ea52ee1](https://github.com/iTowns/itowns/commit/ea52ee1))
|
|
511
|
-
* **Style:** instantiate canvas when no document ([b20916f](https://github.com/iTowns/itowns/commit/b20916f))
|
|
512
|
-
* **test:** add a npm run test in develpment mode -> run test-dev ([9ca1d5f](https://github.com/iTowns/itowns/commit/9ca1d5f))
|
|
513
|
-
* **test:** commenting failing test in test/unit/CameraUtils ([b39edf8](https://github.com/iTowns/itowns/commit/b39edf8))
|
|
514
|
-
* **test:** handling assert fail messages in tests ([1131abe](https://github.com/iTowns/itowns/commit/1131abe))
|
|
515
|
-
* **test:** handling fail messages in test with promise ([48b9750](https://github.com/iTowns/itowns/commit/48b9750))
|
|
516
|
-
* **THREE:** Remove Three.js layers using. ([971f175](https://github.com/iTowns/itowns/commit/971f175))
|
|
517
|
-
* **TileMesh:** add change visibility event. ([90ada88](https://github.com/iTowns/itowns/commit/90ada88))
|
|
518
|
-
* **TileMesh:** new structuring of the data linked to the node. ([05eb368](https://github.com/iTowns/itowns/commit/05eb368))
|
|
519
|
-
* **view:** rename pickCoordinates to pickTerrainCoordinates ([9c701db](https://github.com/iTowns/itowns/commit/9c701db))
|
|
520
|
-
* **Widget:** expose Widget in API ([ca77fc8](https://github.com/iTowns/itowns/commit/ca77fc8))
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Workflow and chores
|
|
524
|
-
|
|
525
|
-
* release v2.40.0 ([20a80eb](https://github.com/iTowns/itowns/commit/20a80eb))
|
|
526
|
-
* add coding rules ([1ec89f2](https://github.com/iTowns/itowns/commit/1ec89f2))
|
|
527
|
-
* add name to contributors ([2f81334](https://github.com/iTowns/itowns/commit/2f81334))
|
|
528
|
-
* **contributors:** update contributors and maintainers ([b5123f5](https://github.com/iTowns/itowns/commit/b5123f5))
|
|
529
|
-
* **deployment:** prevent deploying potree bundle since it is not used yet ([8f7ae1a](https://github.com/iTowns/itowns/commit/8f7ae1a))
|
|
530
|
-
* **deps-dev:** bump webpack from 5.72.1 to 5.76.0 ([0bf309b](https://github.com/iTowns/itowns/commit/0bf309b))
|
|
531
|
-
* **deps-dev:** bump word-wrap from 1.2.3 to 1.2.5 ([64794b1](https://github.com/iTowns/itowns/commit/64794b1))
|
|
532
|
-
* **deps:** bump dns-packet from 5.3.1 to 5.4.0 ([96987fd](https://github.com/iTowns/itowns/commit/96987fd))
|
|
533
|
-
* don't watch git hash modification ([f19973e](https://github.com/iTowns/itowns/commit/f19973e))
|
|
534
|
-
* **examples:** update draco to work with THREE r153 ([00b6db5](https://github.com/iTowns/itowns/commit/00b6db5))
|
|
535
|
-
* **integration:** differentiate deployment for LTS and current version ([470e306](https://github.com/iTowns/itowns/commit/470e306))
|
|
536
|
-
* **integration:** fix next version publication ([fdb4813](https://github.com/iTowns/itowns/commit/fdb4813))
|
|
537
|
-
* **integration:** publish latest and next npm packages ([f8996b3](https://github.com/iTowns/itowns/commit/f8996b3))
|
|
538
|
-
* **integration:** update actions in integration script ([c83bfcf](https://github.com/iTowns/itowns/commit/c83bfcf))
|
|
539
|
-
* replace variable declaration by const or let ([36ce64d](https://github.com/iTowns/itowns/commit/36ce64d))
|
|
540
|
-
* update packages ([a841343](https://github.com/iTowns/itowns/commit/a841343))
|
|
541
|
-
* update three to 0.153.0 ([728f473](https://github.com/iTowns/itowns/commit/728f473))
|
|
542
|
-
* update three to r154 ([85c9b78](https://github.com/iTowns/itowns/commit/85c9b78))
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
### Documentation
|
|
546
|
-
|
|
547
|
-
* **3dtiles:** add documentation for 3d tiles source ([eb7c8ca](https://github.com/iTowns/itowns/commit/eb7c8ca))
|
|
548
|
-
* add coding conventions and other rules for PR. ([5001c8d](https://github.com/iTowns/itowns/commit/5001c8d))
|
|
549
|
-
* **examples:** Add documentation on some test cases ([cba2146](https://github.com/iTowns/itowns/commit/cba2146))
|
|
550
|
-
* **layers:** improve raster layers doc ([c53436a](https://github.com/iTowns/itowns/commit/c53436a))
|
|
551
|
-
* **style:** JSDoc for StyleOptions ([3adbf39](https://github.com/iTowns/itowns/commit/3adbf39))
|
|
552
|
-
* **tutorials:** fix tutorials source API keys ([0c10d82](https://github.com/iTowns/itowns/commit/0c10d82))
|
|
553
|
-
* **tutorials:** update with new gestion of Style ([d76f92f](https://github.com/iTowns/itowns/commit/d76f92f))
|
|
554
|
-
* **WMTSSource:** Change the link and the extend to TMSSource ([23c16d2](https://github.com/iTowns/itowns/commit/23c16d2))
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
### Tests
|
|
558
|
-
|
|
559
|
-
* **3dtiles:** test 3d tiles sources and 3d tiles ion example ([47db4c7](https://github.com/iTowns/itowns/commit/47db4c7))
|
|
560
|
-
* **examples:** add new functional tests ([8e14fe8](https://github.com/iTowns/itowns/commit/8e14fe8))
|
|
561
|
-
* **LabelLayer:** add and modify LabelLayer tests. ([a8dfb36](https://github.com/iTowns/itowns/commit/a8dfb36))
|
|
562
|
-
* **style:** add tests for applyToHTML() and getImage() ([8e04cd8](https://github.com/iTowns/itowns/commit/8e04cd8))
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
### BREAKING CHANGES
|
|
566
|
-
|
|
567
|
-
* **view:** View.pickCoordinates has been renamed to View.pickTerrainCoordinates and returns the coordinates in the referenceCrs of the view instead of in the crs of the tiledLayer extent.
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
<a name="2.39.0"></a>
|
|
572
|
-
# [2.39.0](https://github.com/iTowns/itowns/compare/v2.38.2...v2.39.0) (2023-01-04)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
* **3dtiles:** add support for binary batch table ([47325ab](https://github.com/iTowns/itowns/commit/47325ab))
|
|
578
|
-
* add a npm build task creating a non minified version ([48a24fa](https://github.com/iTowns/itowns/commit/48a24fa))
|
|
579
|
-
* **debug:** add altitude to displayed coordinates. ([e1fea9f](https://github.com/iTowns/itowns/commit/e1fea9f))
|
|
580
|
-
* **globeControls:** add configuration parameters and documentation ([cdd865c](https://github.com/iTowns/itowns/commit/cdd865c))
|
|
581
|
-
* **globeView:** allow to configure globeControls when creating a globeView ([821e522](https://github.com/iTowns/itowns/commit/821e522))
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Bug Fixes
|
|
585
|
-
|
|
586
|
-
* **3dtiles:** fix and document 3d tiles material overriding ([8ade709](https://github.com/iTowns/itowns/commit/8ade709))
|
|
587
|
-
* **3dtiles:** fix layer opacity and visibility change for 3d tiles pnts ([059fe5e](https://github.com/iTowns/itowns/commit/059fe5e))
|
|
588
|
-
* **3dtiles:** handle tilesets with cesium specific uniforms in shaders ([04f8b40](https://github.com/iTowns/itowns/commit/04f8b40))
|
|
589
|
-
* **3dtiles:** use correct batch table constructor for pnts tiles ([e1dbd63](https://github.com/iTowns/itowns/commit/e1dbd63))
|
|
590
|
-
* change THREE.Math to THREE.MathUtils ([826b5bd](https://github.com/iTowns/itowns/commit/826b5bd))
|
|
591
|
-
* **Feature2Texture:** prevent drawing points if they lack style ([5706e6f](https://github.com/iTowns/itowns/commit/5706e6f))
|
|
592
|
-
* **gltf:** fix parsing of khr_binary_extension in gltf 1.0 files ([2bf9d2d](https://github.com/iTowns/itowns/commit/2bf9d2d))
|
|
593
|
-
* **LayeredMaterial:** fix opacity when initialized to 0 ([deac41e](https://github.com/iTowns/itowns/commit/deac41e))
|
|
594
|
-
* **picking:** fix picking on multiple layers ([5c2f578](https://github.com/iTowns/itowns/commit/5c2f578))
|
|
595
|
-
* **Scheduler:** replace url subdomains alternatives ([91fd9ec](https://github.com/iTowns/itowns/commit/91fd9ec))
|
|
596
|
-
* **view:** fix view resize when width or height is 0 ([dbd9ee3](https://github.com/iTowns/itowns/commit/dbd9ee3))
|
|
597
|
-
* **wfs, wms, wmts:** support urls ending with or without ? character ([f44dfb2](https://github.com/iTowns/itowns/commit/f44dfb2))
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
### Performance Improvements
|
|
601
|
-
|
|
602
|
-
* **demutils:** texture data read optimization in elevation measurement ([9ee991c](https://github.com/iTowns/itowns/commit/9ee991c))
|
|
603
|
-
* **picking:** don't pick atmosphere layer ([069b2dd](https://github.com/iTowns/itowns/commit/069b2dd))
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
### Examples
|
|
607
|
-
|
|
608
|
-
* **3dtiles_25d:** change data url ([52a412f](https://github.com/iTowns/itowns/commit/52a412f))
|
|
609
|
-
* **Camera animation:** cleanup example code ([2bfe4e6](https://github.com/iTowns/itowns/commit/2bfe4e6))
|
|
610
|
-
* **GuiTools:** fix opacity slider by adding step ([3b205bc](https://github.com/iTowns/itowns/commit/3b205bc))
|
|
611
|
-
* **DSM:** add an example of Digital Surface Model ([2f9d558](https://github.com/iTowns/itowns/commit/2f9d558))
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
### Code Refactoring
|
|
615
|
-
|
|
616
|
-
* **feature:** use feature crs property for instance center property. ([e455bdb](https://github.com/iTowns/itowns/commit/e455bdb))
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
### Workflow and chores
|
|
620
|
-
|
|
621
|
-
* release v2.39.0 ([dd1d251](https://github.com/iTowns/itowns/commit/dd1d251))
|
|
622
|
-
* add a script to start an https local session with webpack ([e99bf15](https://github.com/iTowns/itowns/commit/e99bf15))
|
|
623
|
-
* **deps:** bump loader-utils from 2.0.2 to 2.0.3 ([fd0f01b](https://github.com/iTowns/itowns/commit/fd0f01b))
|
|
624
|
-
* **deps:** bump loader-utils from 2.0.3 to 2.0.4 ([cccacae](https://github.com/iTowns/itowns/commit/cccacae))
|
|
625
|
-
* **deps:** bump terser from 5.13.1 to 5.14.2 ([7134b26](https://github.com/iTowns/itowns/commit/7134b26))
|
|
626
|
-
* **integration:** add option to launch integration workflow manually ([db05ed6](https://github.com/iTowns/itowns/commit/db05ed6))
|
|
627
|
-
* **integration:** update potree repository ([39fbdd7](https://github.com/iTowns/itowns/commit/39fbdd7))
|
|
628
|
-
* up chalk to 5.0.1 ([1a30d66](https://github.com/iTowns/itowns/commit/1a30d66))
|
|
629
|
-
* update CONTRIBUTORS.md ([ba33056](https://github.com/iTowns/itowns/commit/ba33056))
|
|
630
|
-
* update packages. ([3dac8b9](https://github.com/iTowns/itowns/commit/3dac8b9))
|
|
631
|
-
* update three.js to 0.146.0 ([55e7016](https://github.com/iTowns/itowns/commit/55e7016))
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
### Documentation
|
|
635
|
-
|
|
636
|
-
* **RasterTile:** fix faulty link ([7cf4fcf](https://github.com/iTowns/itowns/commit/7cf4fcf))
|
|
637
|
-
* **README:** Typo in the readme redirecting to a 404 error ([04122a8](https://github.com/iTowns/itowns/commit/04122a8))
|
|
638
|
-
* **tutorials:** Improve tutorial and add two tutorials for 3D tiles ([3063925](https://github.com/iTowns/itowns/commit/3063925))
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
### Tests
|
|
642
|
-
|
|
643
|
-
* **3dtiles:** add 3D Tiles batch table parsing tests ([f3bd6c7](https://github.com/iTowns/itowns/commit/f3bd6c7))
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
### BREAKING CHANGES
|
|
647
|
-
|
|
648
|
-
* **3dtiles:** `C3DTBatchTable` constructor signature has changed from
|
|
649
|
-
C3DTBatchTable(buffer, binaryLength, batchLength, registeredExtensions) to
|
|
650
|
-
C3DTBatchTable(buffer, jsonLength, binaryLength, batchLength, registeredExtensions)
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
<a name="2.38.2"></a>
|
|
655
|
-
## [2.38.2](https://github.com/iTowns/itowns/compare/v2.38.1...v2.38.2) (2022-05-11)
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
### Features
|
|
659
|
-
|
|
660
|
-
* **View:** Add option viewer to enable/disable focus on start. ([88d7c93](https://github.com/iTowns/itowns/commit/88d7c93))
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
### Workflow and chores
|
|
664
|
-
|
|
665
|
-
* release v2.38.2 ([36213cc](https://github.com/iTowns/itowns/commit/36213cc))
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
<a name="2.38.1"></a>
|
|
670
|
-
## [2.38.1](https://github.com/iTowns/itowns/compare/v2.38.0...v2.38.1) (2022-04-13)
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### Examples
|
|
674
|
-
|
|
675
|
-
* **Navigation:** fix addButton method call ([c53ae71](https://github.com/iTowns/itowns/commit/c53ae71))
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
### Workflow and chores
|
|
679
|
-
|
|
680
|
-
* release v2.38.1 ([2ea8b0a](https://github.com/iTowns/itowns/commit/2ea8b0a))
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
<a name="2.38.0"></a>
|
|
685
|
-
# [2.38.0](https://github.com/iTowns/itowns/compare/v2.37.0...v2.38.0) (2022-04-13)
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
### Features
|
|
689
|
-
|
|
690
|
-
* **FeatureGeometryLayer:** introduce FeatureMesh, they are added to layer.object3d. ([0d777ce](https://github.com/iTowns/itowns/commit/0d777ce))
|
|
691
|
-
* **Widgets:** add a searchbar widget ([164b6ee](https://github.com/iTowns/itowns/commit/164b6ee))
|
|
692
|
-
* **Widgets:** add a widget to display a scale ([d3a0154](https://github.com/iTowns/itowns/commit/d3a0154))
|
|
693
|
-
* **Widgets:** add show and hide methods ([59ac32c](https://github.com/iTowns/itowns/commit/59ac32c))
|
|
694
|
-
* **widgets:** Navigation tooltips can be parametrized ([094803f](https://github.com/iTowns/itowns/commit/094803f))
|
|
695
|
-
* **Widgets:** placeholder for searchbar can be modified ([9bd81ce](https://github.com/iTowns/itowns/commit/9bd81ce))
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
### Bug Fixes
|
|
699
|
-
|
|
700
|
-
* **Feature2Mesh:** fix wrong computing of clockwise polygon. ([bad5e34](https://github.com/iTowns/itowns/commit/bad5e34))
|
|
701
|
-
* **GeoidLayer:** transformation error on tileMesh. ([472e39c](https://github.com/iTowns/itowns/commit/472e39c))
|
|
702
|
-
* **parser:** GeoJsonParser add legacy identifier to fct readCRS() ([a0195c6](https://github.com/iTowns/itowns/commit/a0195c6))
|
|
703
|
-
* **VectorTileParser:** clock wise polygon wasn't calculated. ([135ee7a](https://github.com/iTowns/itowns/commit/135ee7a))
|
|
704
|
-
* **View:** fix pickCoordinates undefined parameter ([0ec49f4](https://github.com/iTowns/itowns/commit/0ec49f4))
|
|
705
|
-
* **Widgets:** fix focus policy and event propagation on widgets ([7775a04](https://github.com/iTowns/itowns/commit/7775a04))
|
|
706
|
-
* **Widgets:** fix in Navigation css ([a85f8b4](https://github.com/iTowns/itowns/commit/a85f8b4))
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
### Examples
|
|
710
|
-
|
|
711
|
-
* change view source button style ([e593237](https://github.com/iTowns/itowns/commit/e593237))
|
|
712
|
-
* **FeatureGeometryLayer:** add vector tile to 3d object. ([53a42a6](https://github.com/iTowns/itowns/commit/53a42a6))
|
|
713
|
-
* **view 3d:** updates on widgets ([30bee5f](https://github.com/iTowns/itowns/commit/30bee5f))
|
|
714
|
-
* **Widgets:** use minimap widget in view 3D example ([5042ba7](https://github.com/iTowns/itowns/commit/5042ba7))
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
### Code Refactoring
|
|
718
|
-
|
|
719
|
-
* **Feature:** move properties to private fields. ([02604b9](https://github.com/iTowns/itowns/commit/02604b9))
|
|
720
|
-
* **Feature:** simplify normals data. ([0914834](https://github.com/iTowns/itowns/commit/0914834))
|
|
721
|
-
* **GeometryLayer:** reference to material properties from Layer properties. ([23a0269](https://github.com/iTowns/itowns/commit/23a0269))
|
|
722
|
-
* **label:** render only object with labels. ([c317a8a](https://github.com/iTowns/itowns/commit/c317a8a))
|
|
723
|
-
* **MainLoop:** use class for MainLoop. ([25a48fd](https://github.com/iTowns/itowns/commit/25a48fd))
|
|
724
|
-
* **PlanarControls:** change focus policy ([99fadc0](https://github.com/iTowns/itowns/commit/99fadc0))
|
|
725
|
-
* **view_3d_map:** simplify example ([3786dcf](https://github.com/iTowns/itowns/commit/3786dcf))
|
|
726
|
-
* **View:** move View properties to private fields. ([51f5508](https://github.com/iTowns/itowns/commit/51f5508))
|
|
727
|
-
* **Widgets:** add onClick property in Navigation ([8d9f69e](https://github.com/iTowns/itowns/commit/8d9f69e))
|
|
728
|
-
* **Widgets:** simplify Navigation usage ([7c2bc89](https://github.com/iTowns/itowns/commit/7c2bc89))
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
### Workflow and chores
|
|
732
|
-
|
|
733
|
-
* release v2.38.0 ([34ae0f3](https://github.com/iTowns/itowns/commit/34ae0f3))
|
|
734
|
-
* add support ecma 2022 ([25080d9](https://github.com/iTowns/itowns/commit/25080d9))
|
|
735
|
-
* **deps:** bump deps to fix security vulnerability. ([1db1ae7](https://github.com/iTowns/itowns/commit/1db1ae7))
|
|
736
|
-
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([09e047a](https://github.com/iTowns/itowns/commit/09e047a))
|
|
737
|
-
* **deps:** bump node-forge from 1.2.1 to 1.3.0 ([e536532](https://github.com/iTowns/itowns/commit/e536532))
|
|
738
|
-
* **submodule:** use submodule for widgets. ([44cc7d0](https://github.com/iTowns/itowns/commit/44cc7d0))
|
|
739
|
-
* update packages. ([e19809f](https://github.com/iTowns/itowns/commit/e19809f))
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
### Documentation
|
|
743
|
-
|
|
744
|
-
* **core:** Add doc for local execution ([faf58be](https://github.com/iTowns/itowns/commit/faf58be))
|
|
745
|
-
* **Widgets:** specify GlobeView support for navigation ([c209fdc](https://github.com/iTowns/itowns/commit/c209fdc))
|
|
746
|
-
* **Widgets:** specify resources needed to use widgets ([b65c081](https://github.com/iTowns/itowns/commit/b65c081))
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
### Tests
|
|
750
|
-
|
|
751
|
-
* **Feature2Mesh:** add test to calculate the difference with and without proj4. ([1527c64](https://github.com/iTowns/itowns/commit/1527c64))
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
<a name="2.37.0"></a>
|
|
756
|
-
# [2.37.0](https://github.com/iTowns/itowns/compare/v2.36.2...v2.37.0) (2022-01-31)
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
### Features
|
|
760
|
-
|
|
761
|
-
* **Geoid:** add support for geoid heights ([38569f6](https://github.com/iTowns/itowns/commit/38569f6))
|
|
762
|
-
* **Parser:** add parsers for GTX, ISG and GDF file formats ([a55b154](https://github.com/iTowns/itowns/commit/a55b154))
|
|
763
|
-
* **View:** add a method to pick world coordinates ([91ccfe3](https://github.com/iTowns/itowns/commit/91ccfe3))
|
|
764
|
-
* **View:** add support for ortho camera in getScale method ([06eb805](https://github.com/iTowns/itowns/commit/06eb805))
|
|
765
|
-
* **View:** dispatch an event when camera is moved ([37cfb90](https://github.com/iTowns/itowns/commit/37cfb90))
|
|
766
|
-
* **Widget:** add a minimap widget ([6d82c74](https://github.com/iTowns/itowns/commit/6d82c74))
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
### Bug Fixes
|
|
770
|
-
|
|
771
|
-
* **GlobeControl:** stop damping when launching new animation ([dad7641](https://github.com/iTowns/itowns/commit/dad7641))
|
|
772
|
-
* **test:** fetch local laz files behind proxy. ([b732c0a](https://github.com/iTowns/itowns/commit/b732c0a))
|
|
773
|
-
* **View:** fix picking radius with polygons ([b7be8e9](https://github.com/iTowns/itowns/commit/b7be8e9))
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
### Examples
|
|
777
|
-
|
|
778
|
-
* **Compass:** add an example of a compass in a GlobeView ([3290820](https://github.com/iTowns/itowns/commit/3290820))
|
|
779
|
-
* **FileSource:** add exemples of FileSource instantiation ([7db9bcb](https://github.com/iTowns/itowns/commit/7db9bcb))
|
|
780
|
-
* **Potree:** add an example of Potree intgration within iTowns ([4bbc772](https://github.com/iTowns/itowns/commit/4bbc772))
|
|
781
|
-
* **Potree:** fix minor issues on the example ([1ee50c8](https://github.com/iTowns/itowns/commit/1ee50c8))
|
|
782
|
-
* **source / file:** simplify FileSource usage ([21317b4](https://github.com/iTowns/itowns/commit/21317b4))
|
|
783
|
-
* **Widget:** add an example of minimap widget ([2b89f83](https://github.com/iTowns/itowns/commit/2b89f83))
|
|
784
|
-
* **Widgets:** add a plugin to display widgets ([ec56fa9](https://github.com/iTowns/itowns/commit/ec56fa9))
|
|
785
|
-
* add GeoidLayer implementation example ([5df8cc5](https://github.com/iTowns/itowns/commit/5df8cc5))
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
### Code Refactoring
|
|
789
|
-
|
|
790
|
-
* **TileMesh:** refactorize bbox update method ([18196b6](https://github.com/iTowns/itowns/commit/18196b6))
|
|
791
|
-
* **Widgets:** rename widgets to navigation ([509a042](https://github.com/iTowns/itowns/commit/509a042))
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
### Workflow and chores
|
|
795
|
-
|
|
796
|
-
* release v2.37.0 ([97e59b6](https://github.com/iTowns/itowns/commit/97e59b6))
|
|
797
|
-
* **deps-dev:** bump marked from 4.0.8 to 4.0.10 ([cfc9100](https://github.com/iTowns/itowns/commit/cfc9100))
|
|
798
|
-
* add potree repo and symbolic link to gitignore ([d7bb92c](https://github.com/iTowns/itowns/commit/d7bb92c))
|
|
799
|
-
* change itowns.github.io deploying ([870299f](https://github.com/iTowns/itowns/commit/870299f))
|
|
800
|
-
* deploy itowns and potree bundle. ([b104fd5](https://github.com/iTowns/itowns/commit/b104fd5))
|
|
801
|
-
* fix eslint rules. ([6fff078](https://github.com/iTowns/itowns/commit/6fff078))
|
|
802
|
-
* update CONTRIBUTING.md ([96cfb21](https://github.com/iTowns/itowns/commit/96cfb21))
|
|
803
|
-
* update packages. ([eb7c8d5](https://github.com/iTowns/itowns/commit/eb7c8d5))
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
<a name="2.36.2"></a>
|
|
808
|
-
## [2.36.2](https://github.com/iTowns/itowns/compare/v2.36.1...v2.36.2) (2021-11-29)
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
### Bug Fixes
|
|
812
|
-
|
|
813
|
-
* **VectorTileSource:** error if vector tile layer style is undefined. ([b535583](https://github.com/iTowns/itowns/commit/b535583))
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
### Code Refactoring
|
|
817
|
-
|
|
818
|
-
* **Coordinates/Extent:** rename dimension and distance methods. ([6a436ac](https://github.com/iTowns/itowns/commit/6a436ac))
|
|
819
|
-
* **examples:** replace geoservice keys. ([b81738c](https://github.com/iTowns/itowns/commit/b81738c))
|
|
820
|
-
* **Feature:** defaults buildExtent parameter to true for 2d structure ([3182075](https://github.com/iTowns/itowns/commit/3182075))
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
### Workflow and chores
|
|
824
|
-
|
|
825
|
-
* release v2.36.2 ([54c2128](https://github.com/iTowns/itowns/commit/54c2128))
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
<a name="2.36.1"></a>
|
|
830
|
-
## [2.36.1](https://github.com/iTowns/itowns/compare/v2.36.0...v2.36.1) (2021-11-22)
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
### Bug Fixes
|
|
834
|
-
|
|
835
|
-
* **View:** wrong calculate pick radius with distance/zoom. ([d5efa03](https://github.com/iTowns/itowns/commit/d5efa03))
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
### Workflow and chores
|
|
839
|
-
|
|
840
|
-
* release v2.36.1 ([b0cf534](https://github.com/iTowns/itowns/commit/b0cf534))
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
<a name="2.36.0"></a>
|
|
845
|
-
# [2.36.0](https://github.com/iTowns/itowns/compare/v2.35.0...v2.36.0) (2021-11-18)
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
### Features
|
|
849
|
-
|
|
850
|
-
* **Coordinates:** add methods to calculate distance between coordinates. ([acdf643](https://github.com/iTowns/itowns/commit/acdf643))
|
|
851
|
-
* **Crs:** add isGeocentric method. ([1ab76c8](https://github.com/iTowns/itowns/commit/1ab76c8))
|
|
852
|
-
* **Extent:** add methods to calculate extent dimensions. ([ed583d9](https://github.com/iTowns/itowns/commit/ed583d9))
|
|
853
|
-
* **Label:** add parameter to change labels padding property ([33f8680](https://github.com/iTowns/itowns/commit/33f8680))
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
### Bug Fixes
|
|
857
|
-
|
|
858
|
-
* **ColorLayer:** fix shader when transparent is true ([1a4f44d](https://github.com/iTowns/itowns/commit/1a4f44d))
|
|
859
|
-
* **ElevationLayer:** scale elevation isn't updated ([26d72da](https://github.com/iTowns/itowns/commit/26d72da))
|
|
860
|
-
* **Ellipsoid:** wrong geodesic distance. ([4d462f2](https://github.com/iTowns/itowns/commit/4d462f2))
|
|
861
|
-
* **Extent:** fix wrong calculating when apply matrix. ([04abdd2](https://github.com/iTowns/itowns/commit/04abdd2))
|
|
862
|
-
* **Feature:** wrong altitude and altitude limits. ([4746e86](https://github.com/iTowns/itowns/commit/4746e86))
|
|
863
|
-
* **Feature2Mesh:** set scale transformation from FeatureCollection. ([0f5cd07](https://github.com/iTowns/itowns/commit/0f5cd07))
|
|
864
|
-
* **FirstPersonControls:** prevent context menu from poping ([94bfd57](https://github.com/iTowns/itowns/commit/94bfd57))
|
|
865
|
-
* **GlobeControls:** fix black screen when zooming outside globe ([3e0f23f](https://github.com/iTowns/itowns/commit/3e0f23f))
|
|
866
|
-
* **label2DRenderer:** add frustum culling in global labels culling. ([5ba4e9d](https://github.com/iTowns/itowns/commit/5ba4e9d))
|
|
867
|
-
* **Point/3Dtiles:** wrong geographical extent property for points cloud and 3Dtiles. ([c663ce4](https://github.com/iTowns/itowns/commit/c663ce4))
|
|
868
|
-
* **Style:** copy order property when copying style ([cab78ba](https://github.com/iTowns/itowns/commit/cab78ba))
|
|
869
|
-
* **VectorTileSource:** set style parent with style Layer ([aba0743](https://github.com/iTowns/itowns/commit/aba0743))
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
### Examples
|
|
873
|
-
|
|
874
|
-
* **3dtiles_basic:** update 3dtiles sources url ([50d6733](https://github.com/iTowns/itowns/commit/50d6733))
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
### Code Refactoring
|
|
878
|
-
|
|
879
|
-
* **debug:** remove id text in OBB helper. ([d033279](https://github.com/iTowns/itowns/commit/d033279))
|
|
880
|
-
* **examples:** add wfs labels in 2.5d examples. ([944e412](https://github.com/iTowns/itowns/commit/944e412))
|
|
881
|
-
* **Extent:** throw error if the projection is geocentric. ([e0048f7](https://github.com/iTowns/itowns/commit/e0048f7))
|
|
882
|
-
* **Extent:** use Extent.planarDimensions instead of Extent.dimensions ([023d5fa](https://github.com/iTowns/itowns/commit/023d5fa))
|
|
883
|
-
* **OBBHelper:** remove OBBHelper text. ([1e2fc31](https://github.com/iTowns/itowns/commit/1e2fc31))
|
|
884
|
-
* **TerrainMaterial:** rename fogDepth -> vFogDepth ([7d162ec](https://github.com/iTowns/itowns/commit/7d162ec))
|
|
885
|
-
* **View:** change label margin default. ([8c6edf5](https://github.com/iTowns/itowns/commit/8c6edf5))
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
### Workflow and chores
|
|
889
|
-
|
|
890
|
-
* release v2.36.0 ([091c59b](https://github.com/iTowns/itowns/commit/091c59b))
|
|
891
|
-
* add contributor. ([323b046](https://github.com/iTowns/itowns/commit/323b046))
|
|
892
|
-
* update packages. ([ef204f9](https://github.com/iTowns/itowns/commit/ef204f9))
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
### Documentation
|
|
896
|
-
|
|
897
|
-
* **Ellipsoid:** minor fix on geodesicDistance doc ([a0cd2a3](https://github.com/iTowns/itowns/commit/a0cd2a3))
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
<a name="2.35.0"></a>
|
|
902
|
-
# [2.35.0](https://github.com/iTowns/itowns/compare/v2.34.0...v2.35.0) (2021-09-16)
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
### Features
|
|
906
|
-
|
|
907
|
-
* **AnimationPlayer:** add a callback ran at each animation frame ([1280ce0](https://github.com/iTowns/itowns/commit/1280ce0))
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
### Bug Fixes
|
|
911
|
-
|
|
912
|
-
* **c3DEngine:** fix error when input renderer.domElement is a canvas ([14567c1](https://github.com/iTowns/itowns/commit/14567c1))
|
|
913
|
-
* **CameraUtils:** CameraTransformOptions parameter stopPlaceOnGroundAtEnd is no longer overriden ([7f3a542](https://github.com/iTowns/itowns/commit/7f3a542))
|
|
914
|
-
* **CameraUtils:** compute precise altitude when setting CameraRig ([011fcbc](https://github.com/iTowns/itowns/commit/011fcbc))
|
|
915
|
-
* **Feature2Mesh:** addapt indices array type from the size of polygon ([378c092](https://github.com/iTowns/itowns/commit/378c092))
|
|
916
|
-
* **GlobeControls:** fix jittering move globe when devtool is open ([825841c](https://github.com/iTowns/itowns/commit/825841c))
|
|
917
|
-
* **Label:** clamp labels altitude over 0 ([ddd59e0](https://github.com/iTowns/itowns/commit/ddd59e0))
|
|
918
|
-
* **Label:** enforce Labels div top position to 0 ([08528d7](https://github.com/iTowns/itowns/commit/08528d7))
|
|
919
|
-
* **ShapefileParser:** prevent ignoring input crs wen given ([d2b90b7](https://github.com/iTowns/itowns/commit/d2b90b7))
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
### Examples
|
|
923
|
-
|
|
924
|
-
* **camera traveling:** add an example where user can pick points and have camera traveling between those points ([6e79ff3](https://github.com/iTowns/itowns/commit/6e79ff3))
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
### Code Refactoring
|
|
928
|
-
|
|
929
|
-
* **Controls:** change deprecated mouseWheel event to wheel event ([923d10c](https://github.com/iTowns/itowns/commit/923d10c))
|
|
930
|
-
* **Controls:** handle mouse events in StateControls ([ae1c30b](https://github.com/iTowns/itowns/commit/ae1c30b))
|
|
931
|
-
* **Controls:** switch context menu management in StateControl ([5fa010b](https://github.com/iTowns/itowns/commit/5fa010b))
|
|
932
|
-
* **Controls:** switch enabled property from GlobeControls to StateControl ([76130b4](https://github.com/iTowns/itowns/commit/76130b4))
|
|
933
|
-
* **Controls:** switch keyboard management to StateControls ([a392a7b](https://github.com/iTowns/itowns/commit/a392a7b))
|
|
934
|
-
* **Controls:** switch wheel management to StateControl ([4e64b75](https://github.com/iTowns/itowns/commit/4e64b75))
|
|
935
|
-
* **StateControl:** factorise handleMouse in pointer methods ([0e626d8](https://github.com/iTowns/itowns/commit/0e626d8))
|
|
936
|
-
* **StateControls:** simplify setFromOptions method ([a7d175f](https://github.com/iTowns/itowns/commit/a7d175f))
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
### Workflow and chores
|
|
940
|
-
|
|
941
|
-
* release v2.35.0 ([ade35e8](https://github.com/iTowns/itowns/commit/ade35e8))
|
|
942
|
-
* **examples:** change geoportail key. ([36f0f40](https://github.com/iTowns/itowns/commit/36f0f40))
|
|
943
|
-
* move babel preset-env options to .babelrc ([ad22bcc](https://github.com/iTowns/itowns/commit/ad22bcc))
|
|
944
|
-
* remove import three examples polyfill. ([48d52ae](https://github.com/iTowns/itowns/commit/48d52ae))
|
|
945
|
-
* up three 131.2 ([aed4dbc](https://github.com/iTowns/itowns/commit/aed4dbc))
|
|
946
|
-
* up to webpack 5. ([ea36982](https://github.com/iTowns/itowns/commit/ea36982))
|
|
947
|
-
* update packages. ([909e96e](https://github.com/iTowns/itowns/commit/909e96e))
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
### Documentation
|
|
951
|
-
|
|
952
|
-
* minor update on Controls documentation ([5f4ace1](https://github.com/iTowns/itowns/commit/5f4ace1))
|
|
953
|
-
* **Controls:** minor doc fixes ([d7c2ffa](https://github.com/iTowns/itowns/commit/d7c2ffa))
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
<a name="2.34.0"></a>
|
|
958
|
-
# [2.34.0](https://github.com/iTowns/itowns/compare/v2.33.0...v2.34.0) (2021-07-30)
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
### Features
|
|
962
|
-
|
|
963
|
-
* **GlobeControls:** add support for travel out animation ([9db6ecb](https://github.com/iTowns/itowns/commit/9db6ecb))
|
|
964
|
-
* **Label:** add support to pass custom domElements to labels ([b560005](https://github.com/iTowns/itowns/commit/b560005))
|
|
965
|
-
* **Layer:** add FeatureGeometryLayer. ([0961787](https://github.com/iTowns/itowns/commit/0961787))
|
|
966
|
-
* **StateControl:** add a method to modify class properties ([1e2e11e](https://github.com/iTowns/itowns/commit/1e2e11e))
|
|
967
|
-
* **Style:** add support for custom icon in labels ([7f355c4](https://github.com/iTowns/itowns/commit/7f355c4))
|
|
968
|
-
* **Style:** add support for custom label anchor ([fe2a2d9](https://github.com/iTowns/itowns/commit/fe2a2d9))
|
|
969
|
-
* **TMSSource:** add support for specific TileMatrix identifier ([e394255](https://github.com/iTowns/itowns/commit/e394255))
|
|
970
|
-
* **View:** add double right-click event ([9ce7213](https://github.com/iTowns/itowns/commit/9ce7213))
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
### Bug Fixes
|
|
974
|
-
|
|
975
|
-
* **3Dtiles:** remove debugger command. ([0a06614](https://github.com/iTowns/itowns/commit/0a06614))
|
|
976
|
-
* **eventToViewCoord:** check if event.offset properties are defined ([26f459a](https://github.com/iTowns/itowns/commit/26f459a))
|
|
977
|
-
* **example:** generate correct URL when sharing EPT example ([8ef0b34](https://github.com/iTowns/itowns/commit/8ef0b34))
|
|
978
|
-
* **FeatureToolTip:** fix tooltip legend icon ([f632308](https://github.com/iTowns/itowns/commit/f632308))
|
|
979
|
-
* **Label:** fix occlusion between icons and label text ([29b6435](https://github.com/iTowns/itowns/commit/29b6435))
|
|
980
|
-
* **Label:** fix Style.text.offset parameter ([26b970b](https://github.com/iTowns/itowns/commit/26b970b))
|
|
981
|
-
* **Label:** rounds the projected coordinates of labels ([5d0ca6f](https://github.com/iTowns/itowns/commit/5d0ca6f))
|
|
982
|
-
* **LayeredMaterialNodeProcessing:** checks for source cache with the layer crs for command cancellation ([7570cad](https://github.com/iTowns/itowns/commit/7570cad))
|
|
983
|
-
* **tutorial:** fix internal link in tutorials ([ce8029c](https://github.com/iTowns/itowns/commit/ce8029c))
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
### Examples
|
|
987
|
-
|
|
988
|
-
* add an example where user can define custom controls ([00e62c2](https://github.com/iTowns/itowns/commit/00e62c2))
|
|
989
|
-
* **GeoJSON raster:** center the camera initial position on the displayed features ([8d8ac2c](https://github.com/iTowns/itowns/commit/8d8ac2c))
|
|
990
|
-
* **geojson-file:** refactor example to illustrate two ways of displaying data from a file ([4bc0774](https://github.com/iTowns/itowns/commit/4bc0774))
|
|
991
|
-
* **vectorTile:** replace expired source in vector tile examples ([8ccc1a3](https://github.com/iTowns/itowns/commit/8ccc1a3))
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
### Code Refactoring
|
|
995
|
-
|
|
996
|
-
* **GlobeControls:** switch travel animation to StateControl ([d99827d](https://github.com/iTowns/itowns/commit/d99827d))
|
|
997
|
-
* **View:** eventToViewCoords returns middle view coords by default ([2e501c3](https://github.com/iTowns/itowns/commit/2e501c3))
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
### Workflow and chores
|
|
1001
|
-
|
|
1002
|
-
* release v2.34.0 ([4fe8baa](https://github.com/iTowns/itowns/commit/4fe8baa))
|
|
1003
|
-
* expose 3dtiles process methods. ([7a94570](https://github.com/iTowns/itowns/commit/7a94570))
|
|
1004
|
-
* update packages. ([50cd744](https://github.com/iTowns/itowns/commit/50cd744))
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
### Documentation
|
|
1008
|
-
|
|
1009
|
-
* **FeatureGeometryLayer:** add jsdoc to documentation config ([e77f102](https://github.com/iTowns/itowns/commit/e77f102))
|
|
1010
|
-
* **README:** update deprecated link ([b483e0d](https://github.com/iTowns/itowns/commit/b483e0d))
|
|
1011
|
-
* **README:** update integration badge to github action ([4c77adf](https://github.com/iTowns/itowns/commit/4c77adf))
|
|
1012
|
-
* **Style:** add precision on doc ([bcee39f](https://github.com/iTowns/itowns/commit/bcee39f))
|
|
1013
|
-
* **tutorials:** add support to sort tutorials in sections ([e9c8510](https://github.com/iTowns/itowns/commit/e9c8510))
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
### Others
|
|
1017
|
-
|
|
1018
|
-
* **Fundamentals:** add links to documentation ([cf30e37](https://github.com/iTowns/itowns/commit/cf30e37))
|
|
1019
|
-
* **Fundamentals:** change section titles ([296206f](https://github.com/iTowns/itowns/commit/296206f))
|
|
1020
|
-
* **Fundamentals:** change tutorial links appearance ([ac167ec](https://github.com/iTowns/itowns/commit/ac167ec))
|
|
1021
|
-
* add tutorials on how to use iTowns ([5916ac9](https://github.com/iTowns/itowns/commit/5916ac9))
|
|
1022
|
-
* resize tutorial images ([bbb91e7](https://github.com/iTowns/itowns/commit/bbb91e7))
|
|
1023
|
-
* update html titles in some examples ([7ea6538](https://github.com/iTowns/itowns/commit/7ea6538))
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
<a name="2.33.0"></a>
|
|
1028
|
-
# [2.33.0](https://github.com/iTowns/itowns/compare/v2.32.0...v2.33.0) (2021-05-28)
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
### Features
|
|
1032
|
-
|
|
1033
|
-
* **ColorLayer:** add custom shader to ColorLayer. ([2d32888](https://github.com/iTowns/itowns/commit/2d32888))
|
|
1034
|
-
* **ColorLayer:** add option to filtering textures Layer. ([da245f9](https://github.com/iTowns/itowns/commit/da245f9))
|
|
1035
|
-
* **Coordinates:** add applyMatrix4 method. ([061eda0](https://github.com/iTowns/itowns/commit/061eda0))
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
### Bug Fixes
|
|
1039
|
-
|
|
1040
|
-
* **CameraUtils:** count heading in clockwise direction ([880c67d](https://github.com/iTowns/itowns/commit/880c67d))
|
|
1041
|
-
* **CameraUtils:** fix rotation animation when start heading is 0 ([1ca0c17](https://github.com/iTowns/itowns/commit/1ca0c17))
|
|
1042
|
-
* **CameraUtils:** the camera rotation animation take the shortest angle ([ae194d3](https://github.com/iTowns/itowns/commit/ae194d3))
|
|
1043
|
-
* **Controls:** replace deprecated THREE.Quaternion.slerp. ([2e27408](https://github.com/iTowns/itowns/commit/2e27408))
|
|
1044
|
-
* **debug:** update coordinates event on mouse move ([9b62770](https://github.com/iTowns/itowns/commit/9b62770))
|
|
1045
|
-
* **Feature:** wrong condition to choose extent crs projection. ([73198c7](https://github.com/iTowns/itowns/commit/73198c7))
|
|
1046
|
-
* **FeatureToolTip:** avoid undefined layer on move. ([6ae7305](https://github.com/iTowns/itowns/commit/6ae7305))
|
|
1047
|
-
* **FileSource:** transform extent source if is needed. ([0177503](https://github.com/iTowns/itowns/commit/0177503))
|
|
1048
|
-
* **GeojsonParser:** store geojson properties within a separate property ([121b796](https://github.com/iTowns/itowns/commit/121b796))
|
|
1049
|
-
* **LabelLayer:** init LabelLayer visibility with attached ColorLayer. ([67f25a1](https://github.com/iTowns/itowns/commit/67f25a1))
|
|
1050
|
-
* **LayeredMaterialNodeProcessing:** prevent errors in layer update when removing layer ([d9fda75](https://github.com/iTowns/itowns/commit/d9fda75))
|
|
1051
|
-
* **PlanarControls:** prevent freezing zoom when clicking while zooming with an orthographic camera ([b0f0a2d](https://github.com/iTowns/itowns/commit/b0f0a2d))
|
|
1052
|
-
* **test:** use Extent.applyMatrix4 and Coordinates.applyMatrix4. ([bdf50ab](https://github.com/iTowns/itowns/commit/bdf50ab))
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
### Examples
|
|
1056
|
-
|
|
1057
|
-
* add custom shader effect example. ([15163d9](https://github.com/iTowns/itowns/commit/15163d9))
|
|
1058
|
-
* change buildings id for coloring ([3f7ccd0](https://github.com/iTowns/itowns/commit/3f7ccd0))
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
### Code Refactoring
|
|
1062
|
-
|
|
1063
|
-
* **ColorLayer:** add effect type ColorLayer parameter. ([19d58c6](https://github.com/iTowns/itowns/commit/19d58c6))
|
|
1064
|
-
* **ColorLayer:** remove useless features in ColorLayer command. ([66ee340](https://github.com/iTowns/itowns/commit/66ee340))
|
|
1065
|
-
* **example:** remove unuseless variable. ([041b62a](https://github.com/iTowns/itowns/commit/041b62a))
|
|
1066
|
-
* **Feature:** compute and apply local transform matrix in Feature. ([e244f55](https://github.com/iTowns/itowns/commit/e244f55))
|
|
1067
|
-
* **Feature:** declare constant in file begining. ([f44c29e](https://github.com/iTowns/itowns/commit/f44c29e))
|
|
1068
|
-
* **Feature:** FeatureCollection extends by Object3D and use local transform matrix. ([8d20315](https://github.com/iTowns/itowns/commit/8d20315))
|
|
1069
|
-
* **Feature:** normalize crs projection. ([f9df7ff](https://github.com/iTowns/itowns/commit/f9df7ff))
|
|
1070
|
-
* **Feature:** remove optionsFeature from FeatureCollection. ([b15c642](https://github.com/iTowns/itowns/commit/b15c642))
|
|
1071
|
-
* **Feature:** replace parsing option withNormal and withAltitude by structure. ([420ba1a](https://github.com/iTowns/itowns/commit/420ba1a))
|
|
1072
|
-
* **Feature:** simplify build extent check. ([0091a5a](https://github.com/iTowns/itowns/commit/0091a5a))
|
|
1073
|
-
* **Layer:** deprecate labelEnable option Layer and replace by addLabelLayer. ([082d22c](https://github.com/iTowns/itowns/commit/082d22c))
|
|
1074
|
-
* **ShaderChunk:** introduce shader chunk manager class to instance ShaderChunk. ([e93ed76](https://github.com/iTowns/itowns/commit/e93ed76))
|
|
1075
|
-
* **Source:** avoid to cache raster data in Source. ([521ca74](https://github.com/iTowns/itowns/commit/521ca74))
|
|
1076
|
-
* **Style/Convert:** move options from Converter to Style. ([23de259](https://github.com/iTowns/itowns/commit/23de259))
|
|
1077
|
-
* **VectorTileParser:** remove unnecessary parameters. ([860d748](https://github.com/iTowns/itowns/commit/860d748))
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
### Workflow and chores
|
|
1081
|
-
|
|
1082
|
-
* release v2.33.0 ([b1cb970](https://github.com/iTowns/itowns/commit/b1cb970))
|
|
1083
|
-
* **chart.js:** update chart.js to 3.0. ([6953e01](https://github.com/iTowns/itowns/commit/6953e01))
|
|
1084
|
-
* update packages. ([0f54e2e](https://github.com/iTowns/itowns/commit/0f54e2e))
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
### Documentation
|
|
1088
|
-
|
|
1089
|
-
* **FeatureCollection:** clarify FeatureCollection.extent projection. ([f612eb3](https://github.com/iTowns/itowns/commit/f612eb3))
|
|
1090
|
-
* **View:** add diffuse parameter documentation. ([fcc16da](https://github.com/iTowns/itowns/commit/fcc16da))
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
### Tests
|
|
1094
|
-
|
|
1095
|
-
* **unit:** update unit tests with feature refactoring. ([cbe3e68](https://github.com/iTowns/itowns/commit/cbe3e68))
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
### BREAKING CHANGES
|
|
1099
|
-
|
|
1100
|
-
* **Style/Convert:** * `GeometryLayer.convert` options are moved in Style properties. Use
|
|
1101
|
-
* `Style.xxx.color`
|
|
1102
|
-
* `Style.xxx.base_altitude`
|
|
1103
|
-
* `Style.fill.extrusion_height`
|
|
1104
|
-
* `Style.stroke.width`
|
|
1105
|
-
* `Style.point.radius`
|
|
1106
|
-
* `overrideAltitudeInToZero` layer options is removed use `Style.xxx.base_altitude` instead.
|
|
1107
|
-
* **CameraUtils:** The headings used in CameraUtils are now counted clockwise (they were
|
|
1108
|
-
previously counted counter-clockwise).
|
|
1109
|
-
* **Feature:** FeatureCollection and Feature signature constructor are changed.
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
<a name="2.32.0"></a>
|
|
1114
|
-
# [2.32.0](https://github.com/iTowns/itowns/compare/v2.31.0...v2.32.0) (2021-04-09)
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
### Features
|
|
1118
|
-
|
|
1119
|
-
* **PlanarControls:** add max and min resolution parameters to limit zoom ([ad17590](https://github.com/iTowns/itowns/commit/ad17590))
|
|
1120
|
-
* **PlanarControls:** Add property 'Cursor' and method 'setCursor' for cursor modification ([0870ede](https://github.com/iTowns/itowns/commit/0870ede))
|
|
1121
|
-
* **Style:** support mapbox expression. ([0581d3d](https://github.com/iTowns/itowns/commit/0581d3d))
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
### Bug Fixes
|
|
1125
|
-
|
|
1126
|
-
* **Atmosphere:** avoid several realistic atmosphere initializations. ([b949f75](https://github.com/iTowns/itowns/commit/b949f75))
|
|
1127
|
-
* **Camera:** resize preserves the scale ([e44de7f](https://github.com/iTowns/itowns/commit/e44de7f))
|
|
1128
|
-
* **extent:** forget copy zoom in Extent#transformedCopy. ([1a607ea](https://github.com/iTowns/itowns/commit/1a607ea))
|
|
1129
|
-
* **Extent:** forgetting zoom property copy, in Extent.as(). ([3efea0e](https://github.com/iTowns/itowns/commit/3efea0e))
|
|
1130
|
-
* **Label:** wrong div translate. ([5ef7197](https://github.com/iTowns/itowns/commit/5ef7197))
|
|
1131
|
-
* **PlanarControls:** fix drag when moving out of view domElement ([a4f0a3f](https://github.com/iTowns/itowns/commit/a4f0a3f))
|
|
1132
|
-
* **PlanarControls:** prevent triggering new movement when already moving ([66256bb](https://github.com/iTowns/itowns/commit/66256bb))
|
|
1133
|
-
* **test:** apply async icon label loading. ([76d732a](https://github.com/iTowns/itowns/commit/76d732a))
|
|
1134
|
-
* **test:** update label test with default icon size. ([72a98d4](https://github.com/iTowns/itowns/commit/72a98d4))
|
|
1135
|
-
* **test:** update vector tile style test with context expression. ([c9fc662](https://github.com/iTowns/itowns/commit/c9fc662))
|
|
1136
|
-
* **VectorTileSource:** failing to open mapbox url format. ([b6dd383](https://github.com/iTowns/itowns/commit/b6dd383))
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
### Examples
|
|
1140
|
-
|
|
1141
|
-
* **Orthographic:** add resolution limit parameters in orthographic examples ([aafd37b](https://github.com/iTowns/itowns/commit/aafd37b))
|
|
1142
|
-
* add atmosphere mars example. ([27e28ad](https://github.com/iTowns/itowns/commit/27e28ad))
|
|
1143
|
-
* update irrelevant titles in some examples ([2914286](https://github.com/iTowns/itowns/commit/2914286))
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
### Code Refactoring
|
|
1147
|
-
|
|
1148
|
-
* **Atmosphere:** move realistic atmosphere options to Atmosphere constructor. ([234a8ee](https://github.com/iTowns/itowns/commit/234a8ee))
|
|
1149
|
-
* **Source:** remove extentsInsideLimit. ([035701b](https://github.com/iTowns/itowns/commit/035701b))
|
|
1150
|
-
* **VectorTilesSource:** remove useless styles by zoom. ([baabbae](https://github.com/iTowns/itowns/commit/baabbae))
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
### Workflow and chores
|
|
1154
|
-
|
|
1155
|
-
* release v2.32.0 ([95c6f37](https://github.com/iTowns/itowns/commit/95c6f37))
|
|
1156
|
-
* update packages. ([e9ae835](https://github.com/iTowns/itowns/commit/e9ae835))
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
### Documentation
|
|
1160
|
-
|
|
1161
|
-
* **GeometryLayer:** fix example and typo regarding Object3D ([d77c8d6](https://github.com/iTowns/itowns/commit/d77c8d6))
|
|
1162
|
-
* **TMSSource:** add example in doc ([dce0032](https://github.com/iTowns/itowns/commit/dce0032))
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
<a name="2.31.0"></a>
|
|
1167
|
-
# [2.31.0](https://github.com/iTowns/itowns/compare/v2.30.0...v2.31.0) (2021-03-02)
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
### Bug Fixes
|
|
1171
|
-
|
|
1172
|
-
* **GlobeLayer:** doesn't subdivise the pole tile mesh. ([53a9f6f](https://github.com/iTowns/itowns/commit/53a9f6f))
|
|
1173
|
-
* **PlanarControls:** fix pan movement ([5be30b7](https://github.com/iTowns/itowns/commit/5be30b7))
|
|
1174
|
-
* **PlanarControls:** standardize zoom factors for perspective and orthographic camera ([c65bbab](https://github.com/iTowns/itowns/commit/c65bbab))
|
|
1175
|
-
* **Points:** remove THREE.Geometry. ([6ff3b3d](https://github.com/iTowns/itowns/commit/6ff3b3d))
|
|
1176
|
-
* **RasterColorTile:** wrong getter name. ([1f7eb05](https://github.com/iTowns/itowns/commit/1f7eb05))
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
### Examples
|
|
1180
|
-
|
|
1181
|
-
* correct zoom factor parameter in examples ([a86e3f8](https://github.com/iTowns/itowns/commit/a86e3f8))
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
### Code Refactoring
|
|
1185
|
-
|
|
1186
|
-
* **Debug:** simplified point debug code. ([c99fb09](https://github.com/iTowns/itowns/commit/c99fb09))
|
|
1187
|
-
* **GlobeControls:** refactor zoom speed management ([57f6666](https://github.com/iTowns/itowns/commit/57f6666))
|
|
1188
|
-
* **Immersive:** replace Matrix4.makeBasisFromMatrix by Matrix4.setFromMatrix3. ([d442602](https://github.com/iTowns/itowns/commit/d442602))
|
|
1189
|
-
* **MaterialLayer:** MaterialLayer to RasterNode. ([46b19f1](https://github.com/iTowns/itowns/commit/46b19f1))
|
|
1190
|
-
* **PlanarControls:** refactor zoom speed management ([ca47389](https://github.com/iTowns/itowns/commit/ca47389))
|
|
1191
|
-
* **points:** avoid clone point material. ([174a60f](https://github.com/iTowns/itowns/commit/174a60f))
|
|
1192
|
-
* **RasterTile:** rename file. ([c73fc38](https://github.com/iTowns/itowns/commit/c73fc38))
|
|
1193
|
-
* **View:** remove useless getParentLayer method ([6f0b545](https://github.com/iTowns/itowns/commit/6f0b545))
|
|
1194
|
-
* **View:** simplify getLayerById method. ([58874ec](https://github.com/iTowns/itowns/commit/58874ec))
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
### Workflow and chores
|
|
1198
|
-
|
|
1199
|
-
* release v2.31.0 ([c3f5e47](https://github.com/iTowns/itowns/commit/c3f5e47))
|
|
1200
|
-
* update package-lock.json. ([b3e81fc](https://github.com/iTowns/itowns/commit/b3e81fc))
|
|
1201
|
-
* **deps-dev:** bump marked from 1.2.9 to 2.0.0 ([46bc3f9](https://github.com/iTowns/itowns/commit/46bc3f9))
|
|
1202
|
-
* update packages. ([09f12c9](https://github.com/iTowns/itowns/commit/09f12c9))
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
### Tests
|
|
1206
|
-
|
|
1207
|
-
* **MaterialLayer:** update tests with the MaterialLayer refactoring. ([0fa3c06](https://github.com/iTowns/itowns/commit/0fa3c06))
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
<a name="2.30.0"></a>
|
|
1212
|
-
# [2.30.0](https://github.com/iTowns/itowns/compare/v2.29.2...v2.30.0) (2021-02-05)
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
### Features
|
|
1216
|
-
|
|
1217
|
-
* **CameraUtils:** add possibility to set camera placement from an extent ([d6b2ab4](https://github.com/iTowns/itowns/commit/d6b2ab4))
|
|
1218
|
-
* **VectorTilesSource:** store parsed vector tile style as class property ([bb581fb](https://github.com/iTowns/itowns/commit/bb581fb))
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
### Bug Fixes
|
|
1222
|
-
|
|
1223
|
-
* **Camera:** rename intersectSphere to intersectsSphere ([f5e1004](https://github.com/iTowns/itowns/commit/f5e1004))
|
|
1224
|
-
* **examples:** rename smartZoom param in vector_tile_raster_2d ([ca7aaeb](https://github.com/iTowns/itowns/commit/ca7aaeb))
|
|
1225
|
-
* **examples:** update three version in view_mutli_25d ([7778a4d](https://github.com/iTowns/itowns/commit/7778a4d))
|
|
1226
|
-
* **Terrain:** use exact method to compute min and max elevation node; ([6297c09](https://github.com/iTowns/itowns/commit/6297c09))
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
### Examples
|
|
1230
|
-
|
|
1231
|
-
* **OrthographicCamera:** set camera initial position from an extent ([6c10ba2](https://github.com/iTowns/itowns/commit/6c10ba2))
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
### Code Refactoring
|
|
1235
|
-
|
|
1236
|
-
* **Camera:** refactor Camera as an ES6 class ([596cee6](https://github.com/iTowns/itowns/commit/596cee6))
|
|
1237
|
-
* **Camera:** remove matrixProjectionNeedsUpdate. ([a501c92](https://github.com/iTowns/itowns/commit/a501c92))
|
|
1238
|
-
* **debug:** remove three r124 warning. ([9c2406f](https://github.com/iTowns/itowns/commit/9c2406f))
|
|
1239
|
-
* **layer:** introduce RasterLayer. ([e7b2653](https://github.com/iTowns/itowns/commit/e7b2653))
|
|
1240
|
-
* **Layer:** Layer constructor parameter needs Source. ([11b8645](https://github.com/iTowns/itowns/commit/11b8645))
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
### Workflow and chores
|
|
1244
|
-
|
|
1245
|
-
* release v2.30.0 ([e69e170](https://github.com/iTowns/itowns/commit/e69e170))
|
|
1246
|
-
* update packages. ([a5d2cad](https://github.com/iTowns/itowns/commit/a5d2cad))
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
<a name="2.29.2"></a>
|
|
1251
|
-
## [2.29.2](https://github.com/iTowns/itowns/compare/v2.29.1...v2.29.2) (2021-01-26)
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
### Bug Fixes
|
|
1255
|
-
|
|
1256
|
-
* **3dTile:** don't overload the b3dm material. ([d7f14b6](https://github.com/iTowns/itowns/commit/d7f14b6))
|
|
1257
|
-
* **PlanarControls:** fix zoom movement with an orthographic camera ([999851a](https://github.com/iTowns/itowns/commit/999851a))
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
### Code Refactoring
|
|
1261
|
-
|
|
1262
|
-
* **view:** add vector target viewToNormalizedCoords. ([b83a9c8](https://github.com/iTowns/itowns/commit/b83a9c8))
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
### Workflow and chores
|
|
1266
|
-
|
|
1267
|
-
* release v2.29.2 ([62365ea](https://github.com/iTowns/itowns/commit/62365ea))
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
<a name="2.29.1"></a>
|
|
1272
|
-
## [2.29.1](https://github.com/iTowns/itowns/compare/v2.29.0...v2.29.1) (2021-01-22)
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
### Bug Fixes
|
|
1276
|
-
|
|
1277
|
-
* **PlanarControls:** fix issues related to cameraOrtho feature ([475c788](https://github.com/iTowns/itowns/commit/475c788))
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
### Workflow and chores
|
|
1281
|
-
|
|
1282
|
-
* release v2.29.1 ([3c71abc](https://github.com/iTowns/itowns/commit/3c71abc))
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
### Documentation
|
|
1286
|
-
|
|
1287
|
-
* update some deprecated doc ([d16c796](https://github.com/iTowns/itowns/commit/d16c796))
|
|
1288
|
-
* **Camera:** modify camera.adjustAltitudeToAvoidCollisionWithLayer doc ([aabe814](https://github.com/iTowns/itowns/commit/aabe814))
|
|
1289
|
-
* **GlobeControl:** update class constructor doc ([6fb3d28](https://github.com/iTowns/itowns/commit/6fb3d28))
|
|
1290
|
-
* **GlobeControls:** minor correction ([7230b53](https://github.com/iTowns/itowns/commit/7230b53))
|
|
1291
|
-
* **View:** update doc of View.getMeterToPixel method ([cc2385c](https://github.com/iTowns/itowns/commit/cc2385c))
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
<a name="2.29.0"></a>
|
|
1296
|
-
# [2.29.0](https://github.com/iTowns/itowns/compare/v2.28.1...v2.29.0) (2021-01-21)
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
### Features
|
|
1300
|
-
|
|
1301
|
-
* **controls:** add damping factor property. ([22d962d](https://github.com/iTowns/itowns/commit/22d962d))
|
|
1302
|
-
* **controls:** add option enable smart travel in planarControls ([a31873d](https://github.com/iTowns/itowns/commit/a31873d))
|
|
1303
|
-
* **orthographic camera:** add support for an orthographic camera ([de0dba6](https://github.com/iTowns/itowns/commit/de0dba6))
|
|
1304
|
-
* **points:** apply opacity classification on others MODE. ([e411425](https://github.com/iTowns/itowns/commit/e411425))
|
|
1305
|
-
* **webgl:** support pick position from depth buffer with ortho ([05fb79f](https://github.com/iTowns/itowns/commit/05fb79f))
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
### Bug Fixes
|
|
1309
|
-
|
|
1310
|
-
* **ColorLayer:** wrong white to opacity effect. ([9666822](https://github.com/iTowns/itowns/commit/9666822))
|
|
1311
|
-
* **controls:** moving camera after disabling collision. ([2dd8e06](https://github.com/iTowns/itowns/commit/2dd8e06))
|
|
1312
|
-
* **controls:** remove prevent default in mouseDown. ([c866807](https://github.com/iTowns/itowns/commit/c866807))
|
|
1313
|
-
* **examples:** fix key events in examples ([c187616](https://github.com/iTowns/itowns/commit/c187616))
|
|
1314
|
-
* **PlanarControls:** remove previously instantiated controls associated ([2726101](https://github.com/iTowns/itowns/commit/2726101))
|
|
1315
|
-
* **PlanarControls:** reset focus policy default parameters ([b56aaaf](https://github.com/iTowns/itowns/commit/b56aaaf))
|
|
1316
|
-
* **test:** update a deprecated method call ([497d55e](https://github.com/iTowns/itowns/commit/497d55e))
|
|
1317
|
-
* **workflow:** wrong path to build docs link. ([066f54a](https://github.com/iTowns/itowns/commit/066f54a))
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
### Examples
|
|
1321
|
-
|
|
1322
|
-
* **orthographic camera:** add examples of PlanarView with an orthographic camera ([d58c1b6](https://github.com/iTowns/itowns/commit/d58c1b6))
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
### Code Refactoring
|
|
1326
|
-
|
|
1327
|
-
* **Three:** remove deprecated matrix method. ([fffef40](https://github.com/iTowns/itowns/commit/fffef40))
|
|
1328
|
-
* **Three:** remove deprecated quaternion method. ([f435fef](https://github.com/iTowns/itowns/commit/f435fef))
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
### Workflow and chores
|
|
1332
|
-
|
|
1333
|
-
* release v2.29.0 ([8c69ef6](https://github.com/iTowns/itowns/commit/8c69ef6))
|
|
1334
|
-
* add action github to release and npm publish. ([eef3d53](https://github.com/iTowns/itowns/commit/eef3d53))
|
|
1335
|
-
* add bump script. ([9e0f7b6](https://github.com/iTowns/itowns/commit/9e0f7b6))
|
|
1336
|
-
* add changelog script. ([f7f6c40](https://github.com/iTowns/itowns/commit/f7f6c40))
|
|
1337
|
-
* add github action to continuous integration ([e8e4f01](https://github.com/iTowns/itowns/commit/e8e4f01))
|
|
1338
|
-
* add script to unit tests coverage. ([7c128ab](https://github.com/iTowns/itowns/commit/7c128ab))
|
|
1339
|
-
* prepare migrating to webpack 5. ([9a549d4](https://github.com/iTowns/itowns/commit/9a549d4))
|
|
1340
|
-
* refactoring debug npm script. ([b56f8b0](https://github.com/iTowns/itowns/commit/b56f8b0))
|
|
1341
|
-
* **example:** rename start zoom to smart travel in key bindings description ([24c7c2b](https://github.com/iTowns/itowns/commit/24c7c2b))
|
|
1342
|
-
* remove deprecated babel-polyfill ([2e3de03](https://github.com/iTowns/itowns/commit/2e3de03))
|
|
1343
|
-
* remove useless integration files. ([349e1b4](https://github.com/iTowns/itowns/commit/349e1b4))
|
|
1344
|
-
* update actions/setup-node to v2. ([e3e31c0](https://github.com/iTowns/itowns/commit/e3e31c0))
|
|
1345
|
-
* upgrade and update lock file version to 2.0. ([537345b](https://github.com/iTowns/itowns/commit/537345b))
|
|
1346
|
-
* **deps:** bump ini from 1.3.5 to 1.3.7 ([fd46fd1](https://github.com/iTowns/itowns/commit/fd46fd1))
|
|
1347
|
-
* update packages. ([34ee221](https://github.com/iTowns/itowns/commit/34ee221))
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
### Documentation
|
|
1351
|
-
|
|
1352
|
-
* **workflow:** bump and changelog scripts. ([01bf159](https://github.com/iTowns/itowns/commit/01bf159))
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
### Others
|
|
1356
|
-
|
|
1357
|
-
* Update LICENSE.md ([28be05c](https://github.com/iTowns/itowns/commit/28be05c))
|
|
1358
|
-
* Change comment on workflow remove old artifact ([7fcbb3a](https://github.com/iTowns/itowns/commit/7fcbb3a))
|
|
1359
|
-
* Update actions checkout to v2 ([9094edc](https://github.com/iTowns/itowns/commit/9094edc))
|
|
1360
|
-
* Update remove-old-artifacts.yml ([0a9911f](https://github.com/iTowns/itowns/commit/0a9911f))
|
|
1361
|
-
* Create remove-old-artifacts.yml ([617326c](https://github.com/iTowns/itowns/commit/617326c))
|