diff --git a/maps4fs/generator/settings.py b/maps4fs/generator/settings.py index 155359a..150975c 100644 --- a/maps4fs/generator/settings.py +++ b/maps4fs/generator/settings.py @@ -183,5 +183,5 @@ class SatelliteSettings(SettingsModel): """ download_images: bool = False - satellite_margin: int = 100 + satellite_margin: int = 0 zoom_level: int = 14