Skip to content

Commit

Permalink
feat(mapit_import): More verbose debug output when using existing areas
Browse files Browse the repository at this point in the history
  • Loading branch information
torotil authored and neprune committed Jun 17, 2024
1 parent 3de3a47 commit a0968d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapit/add_areas_from_file/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def run(filename, parameters, logger=None):

m = areas[0]
if logger:
logger.debug(" found the area")
logger.debug(f" found the area {m}")
if parameters.preserve:
# Find whether we need to create a new Area:
previous_geos_geometry = m.polygons.aggregate(
Expand Down

0 comments on commit a0968d5

Please sign in to comment.