From e2df7baf98cd566b1a98322d7e641e07d949c579 Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Fri, 27 Aug 2021 11:11:44 +0200 Subject: [PATCH] fix(greenland ice sheet): fix data range (#968) --- data/triggers/greenland_ice_sec.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/triggers/greenland_ice_sec.sh b/data/triggers/greenland_ice_sec.sh index 720efee74..82f837883 100755 --- a/data/triggers/greenland_ice_sec.sh +++ b/data/triggers/greenland_ice_sec.sh @@ -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!"