itowns 2.44.3-next.2 → 2.44.3-next.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CODING.md +1 -1
  2. package/CONTRIBUTORS.md +1 -0
  3. package/dist/debug.js +1 -1
  4. package/dist/debug.js.map +1 -1
  5. package/dist/itowns.js +1 -1
  6. package/dist/itowns.js.map +1 -1
  7. package/dist/itowns_widgets.js +1 -1
  8. package/dist/itowns_widgets.js.map +1 -1
  9. package/examples/3dtiles_loader.html +105 -44
  10. package/examples/config.json +2 -10
  11. package/examples/images/itowns_logo.svg +123 -0
  12. package/examples/js/plugins/COGParser.js +1 -1
  13. package/lib/Controls/GlobeControls.js +38 -21
  14. package/lib/Controls/StateControl.js +5 -2
  15. package/lib/Converter/Feature2Mesh.js +9 -2
  16. package/lib/Converter/textureConverter.js +3 -3
  17. package/lib/Core/Geographic/Extent.js +74 -266
  18. package/lib/Core/Prefab/Globe/GlobeLayer.js +1 -1
  19. package/lib/Core/Prefab/GlobeView.js +0 -4
  20. package/lib/Core/Prefab/Planar/PlanarLayer.js +1 -1
  21. package/lib/Core/Tile/Tile.js +219 -0
  22. package/lib/Core/Tile/TileGrid.js +46 -0
  23. package/lib/Core/TileMesh.js +2 -1
  24. package/lib/Core/View.js +13 -6
  25. package/lib/Layer/C3DTilesLayer.js +15 -14
  26. package/lib/Layer/LabelLayer.js +8 -4
  27. package/lib/Layer/OGC3DTilesLayer.js +62 -31
  28. package/lib/Parser/GeoJsonParser.js +1 -1
  29. package/lib/Parser/VectorTileParser.js +1 -1
  30. package/lib/Parser/XbilParser.js +14 -2
  31. package/lib/Provider/URLBuilder.js +22 -11
  32. package/lib/Renderer/PointsMaterial.js +1 -1
  33. package/lib/Source/TMSSource.js +9 -7
  34. package/lib/Source/VectorTilesSource.js +2 -2
  35. package/lib/Source/WFSSource.js +14 -8
  36. package/lib/Source/WMSSource.js +20 -10
  37. package/lib/Source/WMTSSource.js +13 -7
  38. package/lib/Utils/gui/C3DTilesStyle.js +2 -3
  39. package/package.json +9 -3
  40. package/examples/3dtiles_25d.html +0 -120
  41. package/examples/3dtiles_basic.html +0 -94
  42. package/examples/3dtiles_batch_table.html +0 -86
  43. package/examples/3dtiles_ion.html +0 -126
  44. package/examples/3dtiles_pointcloud.html +0 -95
package/CODING.md CHANGED
@@ -63,7 +63,7 @@ Then tests can be run with five differents methods:
63
63
  * `npm run test-dev`: build in development mode and run all tests in iTowns (to get more messages)
64
64
  * `npm run test-unit`: run unit tests only
65
65
  * `npm run test-functional`: run functional testing with examples only, use
66
- `npx mocha -t 30000 test/functional/bootstrap.js
66
+ `mocha -t 30000 --require test/functional/hooks_functional.js
67
67
  test/functional/<test_case>.js` to run a single example
68
68
  * `npm run test-with-coverage`: build and run all tests in iTowns and generate a
69
69
  report on the coverage of the tests
package/CONTRIBUTORS.md CHANGED
@@ -49,6 +49,7 @@ The following people have contributed to iTowns.
49
49
  * [Sogelink](https://www.sogelink.com/)
50
50
  * [Kévin ETOURNEAU](https://github.com/ketourneau)
51
51
  * [Alexis DELFORGES](https://github.com/pourfex)
52
+ * [Tim Ebben](https://github.com/tebben)
52
53
 
53
54
  The following organizations are the current maintainers of iTowns:
54
55
  * IGN (http://www.ign.fr)