apply geometry checks to all stages in elementsFullHistory requests#151
apply geometry checks to all stages in elementsFullHistory requests#151
Conversation
2ce2440 to
42639da
Compare
Oh, forget what I wrote. I miscounted the tests that should be executed and falsely remembered that test methods should have the same naming scheme as the test classes (see https://stackoverflow.com/a/6178629/1627467). Actually, this doesn't apply to the method names, so it was already working fine and didn't need a fix. I would say we still keep the changes from cd57e8a (now b3d5112), since it makes all test method have a uniform naming scheme. |
KowatschFab
left a comment
There was a problem hiding this comment.
Please check the comments.
Ok I see.. Since it's only important for the classes to follow the specific format, my idea was to remove then the superfluous |
Description
Updates
addEntityToOutputmethod to check geometry filters not only in the deprecated "simpleFeatureTypes" code path.Corresponding issue
Closes #109
Checklist
I have commented my codeI have written javadoc (required for public methods)I have made corresponding changes to the documentationI have adjusted the examples in the check-ohsome-api script or created an issue in the corresponding repository. More Information here.