Skip to content

Commit

Permalink
Updated label styling
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerus committed May 23, 2015
1 parent 537f74b commit 8bdb9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function init() {
var legend = new Legend('#legend', [
{color: "rgba(198, 60, 9, .50)", label: "Earthquakes", rounded: true},
{color: "rgba(73, 188, 239, .50)", label: "Cities", rounded: true},
{color: "rgba(0, 0, 0, .25)", label: "Boreholes", rounded: true},
{color: "rgba(0, 0, 0, .75)", label: "Boreholes", rounded: true},
{color: "rgba(0, 0, 0, .25)", label: "Gasfields", rounded: false}
]);

Expand Down

0 comments on commit 8bdb9e8

Please sign in to comment.