|
@@ -274,8 +274,9 @@ function init_map() {
|
|
|
legend.onAdd = function (map) {
|
|
|
var div = L.DomUtil.create('div', 'info legend');
|
|
|
div.innerHTML = '<small>'+{{ _('Legend')|js_str }}+' :</small> ';
|
|
|
- div.innerHTML += '<i style="background: #ff7900" title="'+{{ _('ISP')|js_str }}+'"></i> ';
|
|
|
- div.innerHTML += '<i style="background: #00aac9" title="'+{{ _('Member of the FDN Federation')|js_str }}+'"></i> ';
|
|
|
+ div.innerHTML += '<i style="background: #EAEAEA" title="'+{{ _('Members that might do Internet Cube one day (ask them!)')|js_str }}+'"></i> ';
|
|
|
+ div.innerHTML += '<i style="background: #E5CC17" title="'+{{ _('Members that offers VPN services')|js_str }}+'"></i> ';
|
|
|
+ div.innerHTML += '<i style="background: #D20000" title="'+{{ _('Members that offers Internet Cube')|js_str }}+'"></i> ';
|
|
|
$(div).children('i').tooltip({container: 'body'});
|
|
|
|
|
|
return div;
|