Skip to content

Commit

Permalink
Fix: Add food truck icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wubeZ committed Mar 18, 2024
1 parent ff45e15 commit 7904b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion food_truck_finder/food_trucks/static/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ document.addEventListener('DOMContentLoaded', function () {
];

var truckIcon = L.icon({
iconUrl: "https://raw.githubusercontent.com/wubeZ/food_truck_finder/main/food_truck_finder/food_trucks/static/images/taco-truck.png?token=GHSAT0AAAAAACASNZN5KYSBPSHU7LYEZ472ZPYTMAA",
iconUrl: "https://res.cloudinary.com/dshfsksnw/image/upload/v1710792824/taco-truck_acdw3t.png",
iconSize: [30, 35], // size of the icon
popupAnchor: [-3, -14] // point from which the popup should open relative to the iconAnchor
});
Expand Down

0 comments on commit 7904b14

Please sign in to comment.