Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbnr committed Mar 25, 2024
1 parent dd128a5 commit 80c340e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ Geo Location Map Visualization is a dynamic web application designed to visually

![Visualization Overview](./docs/basic-screenshot.jpg)
![Visualization Overview with status](./docs/status-screenshot.jpg)
![Visualisation showing Regions only](./docs/screenshot_regions.jpg)
![Visualisation showing regions and markers together](./docs/screenshot_regionsandmarkers.jpg)

## Features

- **Dynamic Data Visualization:** Visualize data from different locations on an interactive map. Display key metric and and hover to reveal more.
- **Customizable Thresholds:** Set custom thresholds for key indicator. Markers change color based on thresholds providing and intuitive visual representation of each locations status.
- **Interactive Map Clusters:** Locations are clustered on the map for a cleaner visual representation. Clicking on a cluster zooms into that area, revealing individual markers. Clusters also provide a summary representation of the underlying marker status.
- **Real-time Data Updates:** The application periodically fetches and updates data, ensuring the information displayed is current and accurate.
- **Flexible Configuration:** Easily configure via configuraiton options and query values.
- **Flexible Configuration:** Easily configure via configuration options and query values.
- **Country regions:** Display whole countries with threshold colourings.

## Prerequisites

Expand Down
Binary file added docs/screenshot_regions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshot_regionsandmarkers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion nr1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaType": "NERDPACK",
"id": "69229974-8558-4fe9-bb2b-055fd1f88376",
"id": "6ed5a801-c5ce-45b2-89f1-6adef1c5bee0",
"displayName": "Location Geo Map Viz",
"description": "Location Geo Map Viz"
}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"private": true,
"name": "location-geo-map",
"version": "2.1.1",
"version": "2.2.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0"
},
"nr1": {
"uuid": "4db08c61-8aea-46a8-8e36-ff03037dbbcf"
},
"dependencies": {
"leaflet": "^1.6.0",
"prop-types": "15.7.2",
Expand Down

0 comments on commit 80c340e

Please sign in to comment.