You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of the feature "Groups":
To visualize teams, or as we call it at AOE "circles", it should be possible to define groups. To accommodate for different use cases, there are two different variants for grouping. This feature is part of "Marker groups (map)":
Markers inherently belonging to a group by their attributes, like
all markers with attribute team and value Space invaders
all markers with attribute post and value Developer
all markers with attribute contents and value Club-Mate
Backend
Endpoints
GET/api/markers/attributes - list all marker attributes (ignoring marker type)
GET/api/markers/attributes/:attribute/values - list all existing values of the given marker attribute (ignoring marker type)
GET/api/markers/filter?attribute={attribute}&value={value} - list markers, which have given attribute and attribute value
The text was updated successfully, but these errors were encountered:
This is part of the feature "Groups":
To visualize teams, or as we call it at AOE "circles", it should be possible to define groups. To accommodate for different use cases, there are two different variants for grouping. This feature is part of "Marker groups (map)":
Markers inherently belonging to a group by their attributes, like
team
and valueSpace invaders
post
and valueDeveloper
contents
and valueClub-Mate
Backend
GET
/api/markers/attributes
- list all marker attributes (ignoring marker type)GET
/api/markers/attributes/:attribute/values
- list all existing values of the given marker attribute (ignoring marker type)GET
/api/markers/filter?attribute={attribute}&value={value}
- list markers, which have given attribute and attribute valueThe text was updated successfully, but these errors were encountered: