File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -685,7 +685,7 @@ $(window).on('load', function() {
685
685
changeAttribution ( ) ;
686
686
687
687
// Append icons to categories in markers legend
688
- $ ( '#points-legend label span' ) . each ( function ( i ) {
688
+ $ ( '#points-legend input+ span' ) . each ( function ( i ) { // add to <span> that follows <input>
689
689
var g = $ ( this ) . text ( ) . trim ( ) ;
690
690
var legendIcon = ( group2color [ g ] . indexOf ( '.' ) > 0 )
691
691
? '<img src="' + group2color [ g ] + '" class="markers-legend-icon">'
Original file line number Diff line number Diff line change @@ -60,10 +60,11 @@ form {
60
60
}
61
61
62
62
.polygons-legend-scale i {
63
- width : 18 px ;
64
- height : 18 px ;
63
+ width : 16 px ;
64
+ height : 16 px ;
65
65
float : left;
66
66
margin-right : 8px ;
67
+ border-bottom : 1px solid rgba (0 , 0 , 0 , 0 );
67
68
}
68
69
69
70
.leaflet-popup-content {
You can’t perform that action at this time.
0 commit comments