Skip to content

Commit

Permalink
Merge pull request #17 from linkfanel/pointer
Browse files Browse the repository at this point in the history
Disable clickable mouse pointer over overlay
  • Loading branch information
joergdietrich committed Mar 1, 2020
2 parents 7310ed5 + 9fcaf19 commit 3a7dbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function GMST(julianDay) {

var Terminator = L.Polygon.extend({
options: {
interactive: false, // Disable "clickable" mouse pointer
color: '#00',
opacity: 0.5,
fillColor: '#00',
Expand Down

0 comments on commit 3a7dbed

Please sign in to comment.