Releases: tentone/geo-three
Releases · tentone/geo-three
0.1.14
- Expose QuadTreePosition
- Fix issue where textures where not being disposed properly
0.1.11
- Updated examples to use TS
- Removed dependency on three.js repo files
- Minor code cleanup
0.1.10
- Fix peerDependency declaration
- Provider getMetaData() method is now async
0.1.9
- Reduces minimum three.js version to run the library.
- Solved conflict between three.js typescript declaration and lib overrides.
0.1.6
- Water level tiles for height tile load failure
- Height calculation util based on mapbox color encoded texture
0.1.5
- Solved bug where white tiles appear in height map.
- Solved bug for overlapping nodes
- Added GeolocationUtils / Geolocation type
- Solved bug where spherical mode was not showing up correctly.
- Added UnitsUtils.vectorToDatums() method
0.1.4
- Fix spherical map nodes
- Dispose unused resources after tile is destroyed
- Controls tile dispose method from map view
0.1.3
- Fixed bug with Height shader texture
0.1.2
- Add HTTPS to bing service provider.
- Fix tile drawing in safari
0.1.0
- Added common.js export
- Declare module in the package.json file
- Update three.js version in example