Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Smaller point and radius things should be added to the map on top of larger ones. #79

Open
aranasaurus opened this issue Jun 19, 2014 · 2 comments

Comments

@aranasaurus
Copy link
Member

Currently I think we're adding the geos in the payload to the map in the order they are listed. We should either change the server sort the found geos by radius (if they have one), or make the client do it as it adds things to the map.

Specific use case is a Geotrigger callback will generally have two geos found in the payload, one for the trigger itself, and one for the location update that fired it. The location update will always be smaller than the trigger, and will likely be completely overlapped by it and therefore unclickable on the map.

@aaronpk
Copy link
Contributor

aaronpk commented Jun 19, 2014

Maybe selecting a geometry in the left should also pop that one to the top?

@jyaganeh
Copy link
Member

👍 to popping the selection to the top

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants