Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The user location icon not shown for MapLibre Native 11-pre #2216

Closed
hy9be opened this issue Mar 28, 2024 · 2 comments
Closed

The user location icon not shown for MapLibre Native 11-pre #2216

hy9be opened this issue Mar 28, 2024 · 2 comments
Assignees
Labels
android bug Something isn't working OpenGL Issues related to the OpenGL renderer backend

Comments

@hy9be
Copy link
Collaborator

hy9be commented Mar 28, 2024

Description
In certain cases the user location icon (puck) is not shown. This happens with both regular icon as well as custom icons.

Reproducing steps
Steps to reproduce the behavior:

  1. Launch Maplibre Native Test app for version 11.0.0-pre4
  2. Scroll down to the "Location" section
  3. Go to LocationModesActivity
  4. Note that user location icon is not visible.

This seems a regression from version 10.x

Expected behavior
User location icon is shown.

Platform information
Android

Additional context
The user location icon appears if you change from:
useSpecializedLocationLayer(true)
to
useSpecializedLocationLayer(false)

Other tests pass, because useSpecializedLocationLayer is not called. If it is set to false in other tests they also break.

@hy9be hy9be added the bug Something isn't working label Mar 28, 2024
@louwers
Copy link
Collaborator

louwers commented Mar 28, 2024

I can reproduce this problem with the Drawable renderer, but not with the Legacy renderer.

@louwers louwers added the OpenGL Issues related to the OpenGL renderer backend label Mar 30, 2024
@louwers louwers added this to the Android 11.0.0 milestone Apr 29, 2024
@louwers
Copy link
Collaborator

louwers commented May 6, 2024

Fixed by #2356

Follow-up #1654

@louwers louwers closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working OpenGL Issues related to the OpenGL renderer backend
Projects
None yet
Development

No branches or pull requests

3 participants