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

FR: Allow for higher zoom values

Open Atrate opened this issue 3 years ago • 2 comments

Related, downstream issue: https://github.com/streetcomplete/StreetComplete/issues/2878

Use case: When displaying partially overlapping markers on a map, they are often hidden if their position is too close to each other. This often makes it impossible to click/read some markers, especially when the map is at max zoom already.

Proposed solution: Increase the maximum zoom level by 2-3 steps, e.g. to 22 or 23, so that applications can utilize higher zoom levels if they need to.

Atrate avatar May 13 '21 17:05 Atrate

Some SDKs also allow multiple tap feature picking... like if there are 2 overlapping icons, the first tap brings up the top icon, but the second tap brings up the "hidden" icon.

nvkelso avatar May 13 '21 17:05 nvkelso

Is the limitation just a matter of changing a constant or is there some rendering-based blocker?

Atrate avatar Dec 30 '22 23:12 Atrate