diff --git a/server/map_handler/__pycache__/get_measurements.cpython-311.pyc b/server/map_handler/__pycache__/get_measurements.cpython-311.pyc
index 8dc8563390959637bf064cd0dbb33e0d1f55d9b2..66b19504d6bc9f2d68252e1ef2c5af1c9ff485e6 100644
Binary files a/server/map_handler/__pycache__/get_measurements.cpython-311.pyc and b/server/map_handler/__pycache__/get_measurements.cpython-311.pyc differ
diff --git a/server/map_handler/add_new_lake.py b/server/map_handler/add_new_lake.py
index 2cc3996179b73eeb224b6963556ad3cbd2171808..3e6c47ecc44cc341cc876c334f9e437238051837 100644
--- a/server/map_handler/add_new_lake.py
+++ b/server/map_handler/add_new_lake.py
@@ -102,6 +102,9 @@ def cut_map(self, cursor, lake_name: str, cell_size_in_km=0.5):
             'type': 'FeatureCollection',
             'features': features,
             'tile_count': sub_div_id,  # Add the last subdivision ID as number of tiles
+            'cell_width': cell_width,
+            'cell_height': cell_height,
+            'cell_size_in_km': cell_size_in_km
         }
 
         # Add lake name to database