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

Revert "fix: Correct dirs in mapfile"

This reverts commit 23a4bc6c.
parent 9e3a5c97
No related branches found
No related tags found
No related merge requests found
......@@ -317,8 +317,8 @@ if __name__ == "__main__":
{
"model_id": model_id,
"timestep_dates": timestep_dates,
"mapserver_data_dir": result_tif_year_dir,
"mapserver_mapfile_dir": result_mapfile_year_dir,
"mapserver_data_dir": os.getenv("MAPSERVER_RESULT_TIF_DIR"),
"mapserver_mapfile_dir": os.getenv("MAPSERVER_RESULT_MAPFILE_DIR"),
"mapserver_log_file": os.getenv("MAPSERVER_LOG_FILE"),
"mapserver_image_path": os.getenv("MAPSERVER_IMAGE_PATH"),
"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