A simple viewer to visualize EOW:AU data.
- Fixed most active user sorting
- Sliding side panels with User information and Recent Measurements
- Click on user to see their measurements and statistics
- Click on a recent measurement to see more details
- Retrieve data from EyeOnWater.org Users API
- Added Lodash and Luxon to improve performance and readability.
- Click on map to get features in a popup
- Click on results for more details
- Statistics for the whole feature collection
- Statistics for the result set
- Colors based on FU value
- clone this repository
- cd into project folder
- run
npm install
- To start development server with live reload run command
npm start
- To build production ready distribution run command
npm run build
The only true dependency is OpenLayers v5, Luxon, and Lodash. The rest is just for development