Added option for 'All markers'
This commit is contained in:
parent
cc150ad523
commit
a102d07bb7
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
||||||
legend_age.onAdd = function(map) {
|
legend_age.onAdd = function(map) {
|
||||||
var div = L.DomUtil.create('div', 'info legend_age');
|
var div = L.DomUtil.create('div', 'info legend_age');
|
||||||
div.innerHTML = '<select>' +
|
div.innerHTML = '<select>' +
|
||||||
|
'<option value="all">All markers</option>' +
|
||||||
'<option value="7day">Past 7 Days</option>' +
|
'<option value="7day">Past 7 Days</option>' +
|
||||||
'<option value="1day">Past 1 Day</option>' +
|
'<option value="1day">Past 1 Day</option>' +
|
||||||
'<option value="6hour">Past 6 Hours</option>' +
|
'<option value="6hour">Past 6 Hours</option>' +
|
||||||
|
|
Loading…
Add table
Reference in a new issue