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
Labels
Milestone
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.
The text was updated successfully, but these errors were encountered: