Skip to content

Commit

Permalink
fixed limit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienJaussaudGeosys committed May 24, 2024
1 parent 168fbda commit 39626ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geosyspy/services/master_data_management_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def retrieve_season_fields_in_polygon(self, polygon: str):
self.base_url,
GeosysApiEndpoints.MASTER_DATA_MANAGEMENT_ENDPOINT.value + "/seasonfields",
'?Geometry=$within:' + polygon
+ '&$limit=none'
)
return self.http_client.get(api_call)

Expand Down

0 comments on commit 39626ca

Please sign in to comment.