Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 655ead7739 - Show all commits

View file

@ -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]
}); });

View file

@ -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]
}); });