Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhaney committed Jun 12, 2019
2 parents 7ca02fc + 15e8c14 commit 5b7461a
Show file tree
Hide file tree
Showing 24 changed files with 11,951 additions and 226 deletions.
33 changes: 0 additions & 33 deletions lakegallery/map/static/map/base_script.js

This file was deleted.

Large diffs are not rendered by default.

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

Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
/* marker cluster colors have been altered from the default (lake blue color scheme) */

/* .marker-cluster-small {
background-color: rgba(4, 91, 149, 0.6);
}
.marker-cluster-small div {
background-color: rgba(3, 76, 125, 0.6);
} */

/* .marker-cluster-large {
background-color: rgba(4, 91, 149, 0.6);
}
.marker-cluster-large div {
background-color: rgba(3, 76, 125, 0.6);
} */

.marker-cluster-small {
background-color: rgba(181, 226, 140, 0.6);
background-color: rgba(4, 122, 200, 0.6);
}
.marker-cluster-small div {
background-color: rgba(110, 204, 57, 0.6);
background-color: rgba(4, 106, 174, 0.6);
}

.marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.6);
background-color: rgba(4, 91, 149, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(240, 194, 12, 0.6);
background-color: rgba(3, 76, 125, 0.6);
}

.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
background-color: rgba(2, 61, 100, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
background-color: rgba(1, 37, 61, 0.6);
}
/* end custom cluster colors */

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
Expand Down Expand Up @@ -54,7 +71,8 @@
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
color: white;
}
.marker-cluster span {
line-height: 30px;
}
}
Loading

0 comments on commit 5b7461a

Please sign in to comment.