We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56e9b3 commit 471f7f1Copy full SHA for 471f7f1
assets/js/leaflet/leafembed.js
@@ -1,6 +1,6 @@
1
var map;
2
var plotlayers=[];
3
-var iconsList={'qso':{'color':'#FF0000','icon':'fas fa-dot-circle'}};
+var iconsList={'qso':{'color':'#E5A50A','icon':'fas fa-dot-circle'}};
4
5
var stationIcon = L.divIcon({className:'cspot_station'});
6
var qsoIcon = L.divIcon({className:'cspot_qso'}); //default (fas fa-dot-circle red)
0 commit comments