File tree 1 file changed +15
-15
lines changed
src/essence/Basics/Layers_
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,22 @@ var colorFilterExtension = {
52
52
url . indexOf ( '?' ) === - 1 ? '?' : '&'
53
53
} colormap_name=${ this . options . cogColormap } `
54
54
}
55
+ }
55
56
56
- if ( mmgisglobal . options ?. stac ?. mosaicItemLimit != null ) {
57
- url += `${ url . indexOf ( '?' ) === - 1 ? '?' : '&' } items_limit=${
58
- mmgisglobal . options . stac . mosaicItemLimit
59
- } `
60
- }
61
- if ( mmgisglobal . options ?. stac ?. mosaicScanLimit != null ) {
62
- url += `${ url . indexOf ( '?' ) === - 1 ? '?' : '&' } scan_limit=${
63
- mmgisglobal . options . stac . mosaicScanLimit
64
- } `
65
- }
66
- if ( mmgisglobal . options ?. stac ?. mosaicTimeLimit != null ) {
67
- url += `${ url . indexOf ( '?' ) === - 1 ? '?' : '&' } time_limit=${
68
- mmgisglobal . options . stac . mosaicTimeLimit
69
- } `
70
- }
57
+ if ( mmgisglobal . options ?. stac ?. mosaicItemLimit != null ) {
58
+ url += `${ url . indexOf ( '?' ) === - 1 ? '?' : '&' } items_limit=${
59
+ mmgisglobal . options . stac . mosaicItemLimit
60
+ } `
61
+ }
62
+ if ( mmgisglobal . options ?. stac ?. mosaicScanLimit != null ) {
63
+ url += `${ url . indexOf ( '?' ) === - 1 ? '?' : '&' } scan_limit=${
64
+ mmgisglobal . options . stac . mosaicScanLimit
65
+ } `
66
+ }
67
+ if ( mmgisglobal . options ?. stac ?. mosaicTimeLimit != null ) {
68
+ url += `${ url . indexOf ( '?' ) === - 1 ? '?' : '&' } time_limit=${
69
+ mmgisglobal . options . stac . mosaicTimeLimit
70
+ } `
71
71
}
72
72
}
73
73
You can’t perform that action at this time.
0 commit comments