Skip to content

Commit

Permalink
removed directional implication from gps icon
Browse files Browse the repository at this point in the history
  • Loading branch information
WalidAissa committed Apr 30, 2024
1 parent e3c9f45 commit b773306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular_ui_app/src/app/marker.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class MarkerService {

constructor(private http: HttpClient) {
this.blueIcon = new L.Icon({
iconUrl: 'assets/map-pins/direction-arrow.png',
iconUrl: 'assets/map-pins/rover-location-icon.png',
iconSize: [41, 41],
iconAnchor: [12, 41],
popupAnchor: [1, -34]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b773306

Please sign in to comment.