Skip to content
Snippets Groups Projects
Commit 84039446 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Correct correct dirs in mapfile

parent 2cf221cc
No related branches found
No related tags found
No related merge requests found
Pipeline #5987 passed
...@@ -317,8 +317,8 @@ if __name__ == "__main__": ...@@ -317,8 +317,8 @@ if __name__ == "__main__":
{ {
"model_id": model_id, "model_id": model_id,
"timestep_dates": timestep_dates, "timestep_dates": timestep_dates,
"mapserver_data_dir": os.getenv("MAPSERVER_RESULT_TIF_DIR"), "mapserver_data_dir": f"os.getenv('MAPSERVER_RESULT_TIF_DIR'){year}",
"mapserver_mapfile_dir": os.getenv("MAPSERVER_RESULT_MAPFILE_DIR"), "mapserver_mapfile_dir": f"os.getenv('MAPSERVER_RESULT_MAPFILE_DIR'){year}",
"mapserver_log_file": os.getenv("MAPSERVER_LOG_FILE"), "mapserver_log_file": os.getenv("MAPSERVER_LOG_FILE"),
"mapserver_image_path": os.getenv("MAPSERVER_IMAGE_PATH"), "mapserver_image_path": os.getenv("MAPSERVER_IMAGE_PATH"),
"mapserver_extent": os.getenv("MAPSERVER_EXTENT"), "mapserver_extent": os.getenv("MAPSERVER_EXTENT"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment