rokwire / illinois-app

Source code repository of "Illinois" App - the official mobile app of the University of Illinois.
https://app.illinois.edu/
Apache License 2.0
23 stars 20 forks source link

[BUG] Overlapping pins in map are inaccessible when zoomed in #4192

Closed jake-fava closed 2 months ago

jake-fava commented 2 months ago

When there are two or more pins at the same location on the map (for example - PAR Dining Hall and Urbana South Market in the "Residence Hall Dining" view), a user can only tap on one of them when zoomed in. (see picture 3)

Instead of changing to the pin when the user zooms in, it would be great if the map would display the circled "2" (see picture 1) no matter how far zoomed in the user is.

(Hypothesis - does this have to do with two or more pins having the same exact coordinates? Perhaps one pin is blocking the other(s)?)

cc: @vburgett @kpecknold

V6.0.17 (Dev AND Prod)

Screenshot_20240702-111303 Screenshot_20240702-111308 Screenshot_20240702-111321

mihail-varbanov commented 2 months ago

This was implemented in version 6.0.19.

jake-fava commented 2 months ago

Seems to be working in 6.0.19 prod ✅