Skip to content

Commit 471f7f1

Browse files
committed
Default colo adjusted
1 parent f56e9b3 commit 471f7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/leaflet/leafembed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var map;
22
var plotlayers=[];
3-
var iconsList={'qso':{'color':'#FF0000','icon':'fas fa-dot-circle'}};
3+
var iconsList={'qso':{'color':'#E5A50A','icon':'fas fa-dot-circle'}};
44

55
var stationIcon = L.divIcon({className:'cspot_station'});
66
var qsoIcon = L.divIcon({className:'cspot_qso'}); //default (fas fa-dot-circle red)

0 commit comments

Comments
 (0)