[!WARNING]
Needs final approval from stakeholders, will remove from Draft when ready. Icon subject to change
This PR includes the following proposed change(s):
Changing the Map Marker to reflect modern app design for consistency
Change marker image for User marker
Format CSS to add cone
Change Accuracy circle colour to blue
Closes #3577
Images
Testing
In /reducers/map.ts You can add this to line 964 and it will change the heading direction randomly (convenient for browsers)
heading: (Math.random() * 360) << 3
Overview
This PR includes the following proposed change(s): Changing the Map Marker to reflect modern app design for consistency
Images
Testing
In
/reducers/map.ts
You can add this toline 964
and it will change the heading direction randomly (convenient for browsers)heading: (Math.random() * 360) << 3