Skip to content

Commit

Permalink
feat: added marker blue dot
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Mar 19, 2024
1 parent 3f07787 commit e3a9f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added src/frontend/src/assets/images/png bluedot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/frontend/src/components/home/ProjectListMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import VectorSource from 'ol/source/Vector';
import logo from '@/assets/images/navigation.svg';
import RedNavigationMarker from '@/assets/images/rednavigationmarker.svg';
import navigationMarker from '@/assets/images/navigation.png';
import pngbluedot from '@/assets/images/png bluedot.png';

type HomeProjectSummaryType = {
features: { geometry: any; properties: any; type: any }[];
Expand Down Expand Up @@ -122,8 +123,8 @@ const ProjectListMap = () => {
color: 'rgba(0, 0, 255, 0.2)',
}),
image: new Icon({
src: navigationMarker,
scale: 0.04,
src: pngbluedot,
scale: 0.09,
imgSize: [27, 55],
rotateWithView: true,
}),
Expand Down

0 comments on commit e3a9f6d

Please sign in to comment.