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
An option to overlay groups of POIs would be a nice feature. For example, a set of destinations, or two groups of destinations (baseline and intervention).
A first pass at this has been attempted, but not straight out working.
An option to overlay groups of POIs would be a nice feature. For example, a set of destinations, or two groups of destinations (baseline and intervention).
A first pass at this has been attempted, but not straight out working.
Relevant MapLibre example: https://maplibre.org/maplibre-gl-js/docs/examples/filter-markers/
The idea is that an overlay could optionally be defined in a data story, something like this:
jibe-vis/app/src/components/vis/stories/stories.json
Lines 159 to 186 in 1b2eb2e
When optionally specified, this overlay would then be added to the map using something like this:
jibe-vis/app/src/components/vis/map/map.tsx
Lines 142 to 195 in 1b2eb2e
This populates a list of POI layers, like in image below -- but the POIs aren't appearing on the map:
So, more work is required.
Additionally,
The text was updated successfully, but these errors were encountered: