Skip to content

Commit

Permalink
Feature/mapsios 271 puck 3d default scale (#1523)
Browse files Browse the repository at this point in the history
* Apply mercator scale to puck 3D also when its modelScale is not set.
- When a modelScale is not set, assume it is [1,1,1] (real size) and apply mercator scale for it.
  • Loading branch information
maios authored and OdNairy committed Aug 24, 2022
1 parent 32ade84 commit 6abcf97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Mapbox welcomes participation and contributions from everyone.
* Add the ability to display heading calibration alert. ([#1509](https://github.com/mapbox/mapbox-maps-ios/pull/1509))
* Add support for sonar-like pulsing animation around 2D puck. ([#1513](https://github.com/mapbox/mapbox-maps-ios/pull/1513))
* Support view annotation lookup by an identifier. ([#1512](https://github.com/mapbox/mapbox-maps-ios/pull/1512))
* Apply mercator scale to 3D puck also when its `modelScale` is not specified. ([#1523](https://github.com/mapbox/mapbox-maps-ios/pull/1523))

## 10.7.0 - July 28, 2022

Expand Down

0 comments on commit 6abcf97

Please sign in to comment.