From 7904b1418a584278f31a879615d6a1fb317c9620 Mon Sep 17 00:00:00 2001 From: mac Date: Mon, 18 Mar 2024 23:15:41 +0300 Subject: [PATCH] Fix: Add food truck icon --- food_truck_finder/food_trucks/static/js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/food_truck_finder/food_trucks/static/js/map.js b/food_truck_finder/food_trucks/static/js/map.js index 8ab9c0e..6063d3c 100644 --- a/food_truck_finder/food_trucks/static/js/map.js +++ b/food_truck_finder/food_trucks/static/js/map.js @@ -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 });