diff --git a/VIPSWeb/local_settings_sample.py b/VIPSWeb/local_settings_sample.py index 7ed9ab8a66f6a3a11febb8a4c0b91341be72b2b0..090837b4706a0a21d0377a231d98e77ad627c138 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