# HG changeset patch # User francesco_lapi # Date 1747133029 0 # Node ID 216a796a967a26ecb70d1febd8c30c234b701dc8 # Parent 2febf79bb3347f41407e36d9bb5b7595bff4ff3c Uploaded diff -r 2febf79bb334 -r 216a796a967a COBRAxy/marea.py --- 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)