Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

v0.27.0

Compare
Choose a tag to compare
@atomicsulfate atomicsulfate released this 27 Sep 08:52
· 26 commits to master since this release
b155f22

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

Bug fixes

  • 7353c0d MAPSJS-2998: Issues with the elevated markers (#2301)

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

  • 13b1c4b HARP-16533 Worker connection timeout can be configured (#2287)

@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

  • 9e25396 MAPSJS-2660: Disable depth test for IconMaterial. (#2268)

@here/harp-olp-utils v0.26.0..latest

  • c31e662 OLPRPS-8830: update here-data-sdk-typescript to latest version (#2293)

@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

  • 7353c0d MAPSJS-2998: Issues with the elevated markers (#2301)
  • 13b1c4b HARP-16533 Worker connection timeout can be configured (#2287)
  • 8ecd5f7 Accurate near distance for spherical projection. (#2245)