Skip to content

Commit

Permalink
Let user export bigger area
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 7, 2024
1 parent eb49d12 commit f637e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_geodesic_area(geom):
return area


MAX_NODES = 10000000
MAX_NODES = 20000000
ValidateResult = namedtuple("ValidateResult", ["valid", "message", "params"])


Expand Down

0 comments on commit f637e92

Please sign in to comment.