File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 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() {
685685 changeAttribution ( ) ;
686686
687687 // 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>
689689 var g = $ ( this ) . text ( ) . trim ( ) ;
690690 var legendIcon = ( group2color [ g ] . indexOf ( '.' ) > 0 )
691691 ? '<img src="' + group2color [ g ] + '" class="markers-legend-icon">'
Original file line number Diff line number Diff line change @@ -60,10 +60,11 @@ form {
6060}
6161
6262.polygons-legend-scale i {
63- width : 18 px ;
64- height : 18 px ;
63+ width : 16 px ;
64+ height : 16 px ;
6565 float : left;
6666 margin-right : 8px ;
67+ border-bottom : 1px solid rgba (0 , 0 , 0 , 0 );
6768}
6869
6970.leaflet-popup-content {
You can’t perform that action at this time.
0 commit comments