changeset 285:216a796a967a draft default tip

Uploaded
author francesco_lapi
date Tue, 13 May 2025 10:43:49 +0000
parents 2febf79bb334
children
files COBRAxy/marea.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/marea.py	Tue May 13 10:36:11 2025 +0000
+++ b/COBRAxy/marea.py	Tue May 13 10:43:49 2025 +0000
@@ -930,7 +930,7 @@
         if res.get('rps'):
             tmp_rps, max_z_rps = res['rps']
             # Ensure applyRpsEnrichmentToMap styles only heads; adjust internals if needed
-            applyRpsEnrichmentToMap(tmp_rps, map_copy, max_z_rps)
+            temp_thingsInCommon(tmp_rps, map_copy, max_z_rps, i, j, ras_enrichment=False)
 
         # Output both SVG and PDF/PNG as configured
         createOutputMaps(i, j, map_copy)