GIScience / ohsome-api

API for analysing OpenStreetMap history data
https://api.ohsome.org
GNU Affero General Public License v3.0
45 stars 7 forks source link

fix crash caused by overly complex filters #331

Closed tyrasd closed 1 month ago

tyrasd commented 1 month ago

instead of iterating through the normalized filter, this checks for the presence of non-snapshot compatible filters by recursively searching through the filter tree.

Fixes #330

Checklist