Skip to content

Commit

Permalink
fix(greenland ice sheet): fix data range (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmast committed Aug 27, 2021
1 parent 33231ef commit e2df7ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/triggers/greenland_ice_sec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ TIMEOUT=2000
LAYER_ID="greenland_ice.sec"
VARIABLE_ID="SEC"
LAYER_TYPE="tiles"
VERSION="1.1.1"
VERSION="1.2.1"
ZOOM_LEVELS="0-3"
MIN_LON="-90"
MAX_LON="7.594643368591434"
MIN_LAT="58.854580820213855"
MAX_LAT="84.00492144822202"
MIN="-5"
MAX="5"
MIN="1"
MAX="-1"

if [ ! -f ./package.json ]; then
echo "You have to be in the root folder of the project to run this script!"
Expand Down

0 comments on commit e2df7ba

Please sign in to comment.