ConservationMetrics / guardianconnector-views

A Nuxt.js tool that reads data from a SQL database and renders it on different views (map, gallery, alerts dashboard)
MIT License
3 stars 0 forks source link

Improvements for LineString alerts (add feature selection buffer, and placement of pulsing circle based on feature geometry) #37

Closed rudokemper closed 3 months ago

rudokemper commented 3 months ago

Goal

To improve the user experience of selecting LineString alerts by adding a buffer for mouse events, and to fix the placement of pulsing circles for recent alerts, which was previously set to work with a bounding box of a polygon only.

What I changed