Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update legend
  • Loading branch information
jczaplew committed Oct 2, 2015
1 parent 98c1c0f commit 64b06f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/index.js
Expand Up @@ -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<br>';
Expand Down

0 comments on commit 64b06f8

Please sign in to comment.