Commit 6655441
authored
### Motivation
Debug.hillshade keep loading network because the skip check with
un-prefix hillshade sourceId and get the hillshade layer been removed
and added for every rendering.
### Modifications
Correct the check sourceId with prefixed one.
### Verification
Tested with locally build, was infinite loading before fix, and only
load once after fix.
1 parent 9fa3681 commit 6655441
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
339 | 341 | | |
340 | 342 | | |
341 | 343 | | |
342 | | - | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| |||
0 commit comments