diff --git a/cartiflette/s3/geodataset.py b/cartiflette/s3/geodataset.py index bbbb0f0..8bd05c6 100644 --- a/cartiflette/s3/geodataset.py +++ b/cartiflette/s3/geodataset.py @@ -632,9 +632,9 @@ def create_downstream_geodatasets( calc += ["IDF=max(IDF)"] by_keys = [by, aggreg_col] - if niveau_agreg == "FRANCE_ENTIERE_DROM_RAPPROCHES": - # Hack to avoid zooming on whole area outside IdF - by_keys.append("IDF") + # if niveau_agreg == "FRANCE_ENTIERE_DROM_RAPPROCHES": + # # Hack to avoid zooming on whole area outside IdF + # by_keys.append("IDF") self.dissolve( by=by_keys,