When using the fullHistory endpoint elements that do not fully adhere to the set filter may be returnd if the filter violation appears after an edit. E.g. here: curl -X POST "https://api.ohsome.org/v1/elementsFullHistory/geometry?bboxes=7.770778%2C47.306056%2C7.816097%2C47.324619&clipGeometry=false&filter=geometry%3Apolygon%20and%20id%3A6648645&properties=tags%2Cmetadata&time=2020-05-01%2C2020-05-07" -H "accept: application/json" the objects geometry gets destroyed rendering it a multilinestring rather than a polygon which is returned by the api but should be filtered.
When using the
fullHistoryendpoint elements that do not fully adhere to the set filter may be returnd if the filter violation appears after an edit. E.g. here:curl -X POST "https://api.ohsome.org/v1/elementsFullHistory/geometry?bboxes=7.770778%2C47.306056%2C7.816097%2C47.324619&clipGeometry=false&filter=geometry%3Apolygon%20and%20id%3A6648645&properties=tags%2Cmetadata&time=2020-05-01%2C2020-05-07" -H "accept: application/json"the objects geometry gets destroyed rendering it a multilinestring rather than a polygon which is returned by the api but should be filtered.