diff --git a/VIPSWeb/local_settings_sample.py b/VIPSWeb/local_settings_sample.py index f3a9f02d63313278c05f4e7bd5b95a66c6ced80e..7430b81f537f25acd6e95f8131365437ab5ea249 100755 --- a/VIPSWeb/local_settings_sample.py +++ b/VIPSWeb/local_settings_sample.py @@ -116,6 +116,8 @@ VIPSLOGIC_SERVER_NAME = "vipslogic" VIPSLOGIC_PROTOCOL = "http" # This organization's ID in VIPSLogic/CoreManager VIPS_ORGANIZATION_ID = 1 +# If you want to include forecasts from several organizations +INCLUDE_ORGANIZATION_IDS =[1,2,3,4,5] # Use this if you want to override and show icons for stations belonging to several organizations #FORECAST_MAP_ORGANIZATION_IDS =[1,6] # The server name used for VIPSCoreManager