Skip to content

Commit

Permalink
remove disable snapshots for CR layers (#5030)
Browse files Browse the repository at this point in the history
  • Loading branch information
minniewong authored Mar 6, 2024
1 parent bae3b0d commit 7a8060a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"tags": "cr m11-i2-i1",
"group": "baselayers",
"layergroup": "Corrected Reflectance",
"wrapadjacentdays": true,
"disableSmartHandoff": true
"wrapadjacentdays": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
"tags": "natural color cr",
"group": "baselayers",
"layergroup": "Corrected Reflectance",
"wrapadjacentdays": true,
"projections": {
"geographic": {
"source": "GIBS:geographic"
}
},
"disableSmartHandoff": true
"wrapadjacentdays": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"tags": "cr m3-i3-m11",
"group": "baselayers",
"wrapadjacentdays": true,
"layergroup": "Corrected Reflectance",
"disableSmartHandoff": true
"layergroup": "Corrected Reflectance"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"tags": "cr m11-i2-i1",
"group": "baselayers",
"wrapadjacentdays": true,
"layergroup": "Corrected Reflectance",
"disableSmartHandoff": true
"layergroup": "Corrected Reflectance"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
"tags": "natural color cr",
"group": "baselayers",
"wrapadjacentdays": true,
"projections": {
"geographic": {
"source": "GIBS:geographic"
}
},
"layergroup": "Corrected Reflectance",
"disableSmartHandoff": true
"layergroup": "Corrected Reflectance"
}
}
}

0 comments on commit 7a8060a

Please sign in to comment.