From d16d6c94c7449d38640352e0cfc0186821e68f37 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 16 Nov 2023 12:28:58 +0100 Subject: [PATCH] ADD GRID models settings --- VIPSWeb/local_settings_sample.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/VIPSWeb/local_settings_sample.py b/VIPSWeb/local_settings_sample.py index 7ed9ab8a..090837b4 100755 --- a/VIPSWeb/local_settings_sample.py +++ b/VIPSWeb/local_settings_sample.py @@ -137,6 +137,12 @@ VIPSLOGIC_DATE_FORMAT = "%Y-%m-%d" SITE_OWNER_NAME = {"en":"FooBar Inc","nb":"ACME industrier"} SITE_OWNER_URL = "http://www.example.com/" +# Grid models settings +AVAILABLE_GRID_MODELS = [ + {"model_id":"SEPTREFHUM", "model_name": {"nb":"Septoria referansefuktmodell", "en":"Septoria reference humidity model"}}, + {"model_id":"PSILARTEMP", "model_name": {"nb":"Gulrotflue svermetidspunktmodell", "en":"Carrot rust fly (Psila rosae) temperature model"}} + ] + # OpenLayers Map (map on front page) initial configuration # Longitude and latitude in WGS84 format # See http://en.wikipedia.org/wiki/World_Geodetic_System#A_new_World_Geodetic_System:_WGS_84 -- GitLab