Change color of hubs and riders. #312

This commit is contained in:
Korina Cordero 2020-01-27 04:30:31 +00:00
parent eb9b8bfdd2
commit 655ead7739
2 changed files with 2 additions and 2 deletions

View file

@ -626,7 +626,7 @@ $(function() {
});
var icon_hub = L.divIcon({
className: 'map-div-icon',
html: "<div style='background-color:#00FF00;' class='marker-pin'></div><i class='fa fa-home awesome'>",
html: "<div style='background-color:#FFFF00;' class='marker-pin'></div><i class='fa fa-home awesome'>",
iconSize: [39, 42],
iconAnchor: [15, 42]
});

View file

@ -622,7 +622,7 @@ $(function() {
});
var icon_hub = L.divIcon({
className: 'map-div-icon',
html: "<div style='background-color:#00FF00;' class='marker-pin'></div><i class='fa fa-home awesome'>",
html: "<div style='background-color:#FFFF00;' class='marker-pin'></div><i class='fa fa-home awesome'>",
iconSize: [39, 42],
iconAnchor: [15, 42]
});