mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

User geolocate dot is fully visible only if the pitch is straight down.

Open roledxd opened this issue 1 year ago • 0 comments

mapbox-gl-js version: ^2.9.2

Browser: iOS 15.4.1 Safari

Steps to Trigger Behavior

  1. Implement GeolocateControl
map.addControl(new GeolocateControl(
{ 
   positionOptions {
      enableHighAccuracy: true
   },
   trackUserLocation: true,  
   showUserHeading: true
}));

  1. Run tracking
  2. Change map pitch by touch

image

image

Expected Behavior

Dot is fully visible in any pitch.

Actual Behavior

Dot is fully visible only if pitch is straight down

roledxd avatar Aug 08 '22 18:08 roledxd