Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maps: Basic leaflet map #10

Merged
merged 2 commits into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion cove_ofds/sass/_custom-ofds.sass
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,22 @@
border-color: #9BAF00
font-size: 17px
color: white
bottom: 25px
bottom: 25px

// Leaflet tooltip styling
.popupCustom .leaflet-popup-content-wrapper
background: #CCC
color: #000
font-size: 16px
line-height: 24px

.popupCustom .leaflet-popup-content-wrapper a
color: rgba(255,255,255,0.5)

.popupCustom .leaflet-popup-tip-container
width: 30px
height: 15px

.popupCustom .leaflet-popup-tip
border-right: 15px solid #CCC
border-top: 15px solid #CCC
2 changes: 1 addition & 1 deletion cove_ofds/sass/build_ofds.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sassc -t compressed -I bootstrap styles-ofds.sass ../static/dataexplore/css/bootstrap-ofds.css
pysassc -t compressed -I bootstrap styles-ofds.sass ../static/dataexplore/css/bootstrap-ofds.css
2 changes: 1 addition & 1 deletion cove_ofds/static/dataexplore/css/bootstrap-ofds.css

Large diffs are not rendered by default.

Loading