From 64b06f84e96cf6272898512906b9a2e5bc3b2443 Mon Sep 17 00:00:00 2001 From: John J Czaplewski Date: Fri, 2 Oct 2015 15:24:37 -0500 Subject: [PATCH] Update legend --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/index.js b/public/js/index.js index 6bd0925..3d6b8a5 100755 --- a/public/js/index.js +++ b/public/js/index.js @@ -154,7 +154,7 @@ $(document).ready(function() { legend.onAdd = function(map) { var div = L.DomUtil.create('div', 'info legend'), - colors = ['#377C5A','#47966A','#57B07B','#69CB8B','#7CE79B','#bbb'], + colors = ['#252525','#636363','#969696','#bdbdbd','#d9d9d9','#f7f7f7'], breaks = ['Greater than 300', '101-300', '51-100', '11-50', '1-10', 'None']; div.innerHTML += 'Number of Photos
';