You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ohsome api has a reasonable timeout but sometimes users need more. This client could split the provided boundary parameter into multiple chunks and run multiple requests either if timeout occurs or if a certain area threshold is exceeded.
The same would also be possible with some filter parameters like the tag or (geometry)type but this would require more work (as it is only applicable if they are ORed together) and the benefit is not as large.
The text was updated successfully, but these errors were encountered:
Ohsome api has a reasonable timeout but sometimes users need more. This client could split the provided boundary parameter into multiple chunks and run multiple requests either if timeout occurs or if a certain area threshold is exceeded.
The same would also be possible with some filter parameters like the tag or (geometry)type but this would require more work (as it is only applicable if they are ORed together) and the benefit is not as large.
The text was updated successfully, but these errors were encountered: