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
Copy file name to clipboardExpand all lines: README.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
<!-- PROJECT LOGO & DESCRIPTION -->
2
-
3
1
<divalign="center">
4
2
<h1>Map Dashboard Web Application</h1>
5
3
<p>
@@ -60,6 +58,43 @@ We use Vitest for testing, which has a hot reloading feature. This means you can
60
58
pnpm test
61
59
```
62
60
61
+
62
+
# Features & Implementation Details
63
+
64
+
63
65
## Important Links
64
66
65
67
This project currently uses Tableau to format geospatial input data. Tableau has an extensive library of [tutorials](https://www.tableau.com/resources) and [API documentation](https://www.tableau.com/developer/tools?category=19921).
68
+
69
+
70
+
## Features
71
+
72
+
The Map Dashboard will display 3 types of map data:
73
+
1. Base map using our data from Notion
74
+
2. Water department polygons showing water volume (gradient of blue shades)
75
+
3. Canopy density (using transparency layer or classified zones; gradient of green shades)
76
+
77
+
There are 2 types of map marker pins; pins can be grouped or clustered:
78
+
1. Plants: green pins
79
+
2. Animals: red pins
80
+
81
+
Users can hover over marker pins and map data to view a tooltip that displays any of the following information:
0 commit comments