This repository was archived by the owner on Mar 8, 2023. It is now read-only.
v0.27.0
API changes
- c7f303e Deprecate some camera-related functions in MapViewUtils (#2263).
- a3b58b6 Deprecate old signature of orbitAroundScreenPoint in favor or new one where parameters are passed as an object implementing an OrbitParams interface (#2281).
- 6935082 Deprecate focalLength getter in MapView in favor of CameraUtils.getFocalLength. (#2305).
- 4432ea4 Deprecate multiple functions in MapViewUtils and TileOffsetUtils (#2302):
- MapViewUtils.estimateObject3dSize moved to Object3DUtils.estimateSize.
- MapViewUtils.MemoryUsage moved to Object3DUtils.MemoryUsage.
- MapViewUtils.getBrowserLanguages moved to DOMUtils.getBrowserLanguages.
- TileOffsetUtils.getKeyForTileKeyAndOffset moved to TileKeyUtils.getKeyForTileKeyAndOffset.
New Features
- Camera's principal point can be set now using CameraUtils.setPrincipalPoint.
Bug fixes
Full Changelog by package name
@here/harp-geoutils v0.26.0..latest
@here/harp-map-controls v0.26.0..latest
- 6935082 MAPSJS-2660: Move camera-related code to CameraUtils and simplify CameraUtils API.
- a3b58b6 MAPSJS-2660: Support off-center projection in MapControls. (#2281)
@here/harp-mapview-decoder v0.26.0..latest
@here/harp-mapview v0.26.0..latest
- 4432ea4 MAPSJS-2660: Clean MapViewUtils namespace (#2302)
- 6935082 MAPSJS-2660: Move camera-related code to CameraUtils and simplify CameraUtils API.
- 5616f35 MAPSJS-2660: Support off-center projection in SphereHorizon and BoundsGenerator.
- a417725 MAPSJS-2660: BoundsGenerator cleanup.
- cdb3d50 MAPSJS-2660: Support off-center projection in getFitBoundsDistance() (#2294)
- bccab08 MAPSJS-2983 Write to the console if we need too many attempts getting… (#2284)
- a3b58b6 MAPSJS-2660: Support off-center projection in MapControls. (#2281)
- fbba18f Support oblique perspective projection in ClipPlanesEvaluator (#2249)
- 13b1c4b HARP-16533 Worker connection timeout can be configured (#2287)
- c7f303e MAPSJS-2660: Move camera functions from MapViewUtils to CameraUtils. (#2263)
- a3131f6 MAPSJS-2660: Remove Orthographic camera from ClipPlanesEvaluator. (#2251)
- 8ecd5f7 Accurate near distance for spherical projection. (#2245)
- c579784 ClipPlanesEvaluator cleanup (#2244)
@here/harp-materials v0.26.0..latest
@here/harp-olp-utils v0.26.0..latest
@here/harp-text-canvas v0.26.0..latest
- 7a6da80 MINOR: Increase timeout for FontCatalogTest.
@here/harp-utils v0.26.0..latest
@here/harp-vectortile-datasource v0.26.0..latest