Merge pull request from tedenda/Add_All_Markers

Added option for 'All markers'
This commit is contained in:
Kyle Gabriel 2021-01-08 16:14:37 -05:00 committed by GitHub
commit 8be7b2bd38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,6 +120,7 @@
legend_age.onAdd = function(map) {
var div = L.DomUtil.create('div', 'info legend_age');
div.innerHTML = '<select>' +
'<option value="all">All markers</option>' +
'<option value="7day">Past 7 Days</option>' +
'<option value="1day">Past 1 Day</option>' +
'<option value="6hour">Past 6 Hours</option>' +