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
The response of the newly implemented /contributions/(latest)/geometry|bbox|centroid endpoints can also get quite big. Therefore, it would make sense to provide it in the compressed gzip format, as it is already done with responses for the /elements and /elementsFullHistory endpoints.
The following lines in the RequestFilter.java class would have to be extended to also support the /contributions:
The response of the newly implemented
/contributions/(latest)/geometry|bbox|centroid
endpoints can also get quite big. Therefore, it would make sense to provide it in the compressed gzip format, as it is already done with responses for the /elements and /elementsFullHistory endpoints.The following lines in the RequestFilter.java class would have to be extended to also support the /contributions:
ohsome-api/src/main/java/org/heigit/ohsome/ohsomeapi/filter/RequestFilter.java
Line 48 in d890d5d
The text was updated successfully, but these errors were encountered: