Change color of hubs and riders. #312
This commit is contained in:
parent
eb9b8bfdd2
commit
655ead7739
2 changed files with 2 additions and 2 deletions
|
|
@ -626,7 +626,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
var icon_hub = L.divIcon({
|
var icon_hub = L.divIcon({
|
||||||
className: 'map-div-icon',
|
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],
|
iconSize: [39, 42],
|
||||||
iconAnchor: [15, 42]
|
iconAnchor: [15, 42]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -622,7 +622,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
var icon_hub = L.divIcon({
|
var icon_hub = L.divIcon({
|
||||||
className: 'map-div-icon',
|
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],
|
iconSize: [39, 42],
|
||||||
iconAnchor: [15, 42]
|
iconAnchor: [15, 42]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue