Update script.js
Browse files
script.js
CHANGED
|
@@ -4,7 +4,7 @@ L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
|
| 4 |
attribution: '© OpenStreetMap contributors'
|
| 5 |
}).addTo(map);
|
| 6 |
|
| 7 |
-
// Custom robot marker icon
|
| 8 |
const robotIcon = L.icon({
|
| 9 |
iconUrl: 'https://cdn.shopify.com/s/files/1/0767/2040/6877/files/LeRobot.png?v=1745423992',
|
| 10 |
iconSize: [35, 35],
|
|
|
|
| 4 |
attribution: '© OpenStreetMap contributors'
|
| 5 |
}).addTo(map);
|
| 6 |
|
| 7 |
+
// Custom robot marker icon for Local Hackathon
|
| 8 |
const robotIcon = L.icon({
|
| 9 |
iconUrl: 'https://cdn.shopify.com/s/files/1/0767/2040/6877/files/LeRobot.png?v=1745423992',
|
| 10 |
iconSize: [35, 35],
|