Skip to content

Commit

Permalink
Minor ShadeTool Fixes - hide point and regen at med res
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Dec 22, 2023
1 parent c689c8e commit 5e8ecf8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/essence/Tools/Shade/ShadeTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ let ShadeTool = {
shedColors: [{ r: 0, g: 0, b: 0, a: 192 }],
shedMarkers: {},
canvases: {},
dynamicUpdateResCutoff: 0,
dynamicUpdatePanCutoff: 0,
dynamicUpdateResCutoff: 1,
dynamicUpdatePanCutoff: 1,
MMGISInterface: null,
tempSheet: null,
tempIndicatorPoint: null,
Expand Down Expand Up @@ -878,6 +878,7 @@ let ShadeTool = {
includeSunEarth: options.includeSunEarth,
},
function (s) {
/*
Map_.rmNotNull(ShadeTool.tempIndicatorPoint)
ShadeTool.tempIndicatorPoint =
new L.circleMarker(
Expand All @@ -889,6 +890,7 @@ let ShadeTool = {
.bringToFront()
ShadeTool.indicatorDragOn()
*/

try {
s = JSON.parse(s)
Expand Down

0 comments on commit 5e8ecf8

Please sign in to comment.