mapbox / mapbox-scenekit

Other
231 stars 51 forks source link

Feature/dynamic zoom change #45

Closed natalia-osa closed 5 years ago

natalia-osa commented 5 years ago

Fixes an issue where there is no height data for given bounds & zoom. Decreases the zoom level and tries both height and texture fetch afterwards. The number of retries is configurable.

Fixes #44

natalia-osa commented 5 years ago

This is WIP.

TODO: 1) update all of the example projects to use non-deprecated methods 2) revert the bounding boxes of the areas in examples

natalia-osa commented 5 years ago

Job finished.

avi-c commented 5 years ago

Verified the fixes so I am merging in the changes.