mapbox/mapbox-gl-js

jumpTo + around: inconsistency between documentation and implementation

Open

#7,902 opened on Feb 14, 2019

View on GitHub
 (2 comments) (0 reactions) (1 assignee)JavaScript (2,203 forks)batch import
bug :lady_beetle:good first issue

Repository metrics

Stars
 (10,532 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

mapbox-gl-js version: 0.53.0 browser:

According to documentation map#jumpTo supports CameraOptions that includes around option, but in the implementation around was not supported.

Contributor guide