Skip to content

Commit

Permalink
This commit addresses issue mbari-org#257. "Adding a leaflet-measure.…
Browse files Browse the repository at this point in the history
…css file for finer-tuning of the Measurement app. mbari-org#257"
  • Loading branch information
ksalamy committed Jun 5, 2024
1 parent 22b3875 commit d00f2d1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions smdb/smdb/static/css/leaflet-measure.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
path.leaflet-interactive {
/* rust */
stroke: rgb(139, 64, 0);
/* orange */
/* stroke: rgb(218, 135, 29); */
/* standard green */
/*stroke: #ABE67E; */
stroke-opacity: 100;
stroke-width: 3.5;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}

path.leaflet-interactive:hover {
/*stroke: lightgoldenrodyellow;*/
stroke: yellow;
}

/* activeColor: '#ABE67E', // base color for map features while actively measuring
completedColor: '#C8F2BE', // base color for permenant features generated from completed measure */

0 comments on commit d00f2d1

Please sign in to comment.