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

When the zoom is below 10, the marker(flat: true) is not displayed #2331

Open
ccxxbb opened this issue Jul 25, 2022 · 0 comments
Open

When the zoom is below 10, the marker(flat: true) is not displayed #2331

ccxxbb opened this issue Jul 25, 2022 · 0 comments

Comments

@ccxxbb
Copy link

ccxxbb commented Jul 25, 2022

TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:

  1. Load osm map by raster-simple.yaml ,
  2. String pointStyle = "{ style: 'points', color: 'white', size: [50px, 50px], order: 2000, collide: false, flat: true }";
    pointMarker = map.addMarker();
    pointMarker.setStylingFromString(pointStyle);
    pointMarker.setDrawable(R.drawable.mapzen_logo);
    pointMarker.setPoint(tap);

RESULT:

flat set true, the marker is not displayed When the zoom is below 10

EXPECTED RESULT:

marker should always show no matter zoom

ENVIRONMENT:

  • android11, com.mapzen.tangram:tangram:0.17.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant