tangram-es icon indicating copy to clipboard operation
tangram-es copied to clipboard

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

Open ccxxbb opened this issue 1 year ago • 0 comments

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

ccxxbb avatar Jul 25 '22 08:07 ccxxbb