FREAC / COM

Find the latest version of the web app here:

Home Page:https://hermes.freac.fsu.edu/com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlapping point control

clintonlunn opened this issue · comments

Make sure if two or more points are stacked on top of each other and you select from the table one of the items that is at the bottom of the stack that it is somehow highlighted for the user.

I tested this by making a duplicate data point in the group_care.json to make sure to get exactly overlapping points. Due to the way that we're symbolizing selection data, the highlighted symbol will never be covered. This is because the highlight symbol is always appended to the top of the map and is independant of the other layer. This means that the selection will always appear on top, regardless of how many points are under it.