-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add snapping endpoint #1524
Commits on Oct 6, 2023
-
This commit adds a new service and endpoints that returns given locations snapped to the nearest edge in the graph.
Configuration menu - View commit details
-
Copy full SHA for 5ca2c56 - Browse repository at this point
Copy the full SHA 5ca2c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577ad23 - Browse repository at this point
Copy the full SHA 577ad23View commit details -
refactor: extract EngineInfo class to common
EngineInfo was a subclass of: - IsochronesResponseInfo - MatrixResponseInfo - RouteResponseInfo It is now a common class for all responses
Configuration menu - View commit details
-
Copy full SHA for 3589e46 - Browse repository at this point
Copy the full SHA 3589e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57dd325 - Browse repository at this point
Copy the full SHA 57dd325View commit details -
feat: extend JsonSnappingResponse with metadata object
as in our other services, the snapping endpoint is now also returning the metadata object containing info about the service and request made. - add SnappingResponseInfo class - extend SnappingAPI class with endpointsProperties and systemMessageProperties needed for generic response metadata
Configuration menu - View commit details
-
Copy full SHA for bedffee - Browse repository at this point
Copy the full SHA bedffeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a5d45 - Browse repository at this point
Copy the full SHA d5a5d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8252cd5 - Browse repository at this point
Copy the full SHA 8252cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d77eac9 - Browse repository at this point
Copy the full SHA d77eac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a6a6c - Browse repository at this point
Copy the full SHA e6a6a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2958559 - Browse repository at this point
Copy the full SHA 2958559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b96e4e - Browse repository at this point
Copy the full SHA 9b96e4eView commit details -
test(snapping): Add parametrized exception test
Co-authored-by: Jochen Haeussler <jochen.haeussler@heigit.org>
Configuration menu - View commit details
-
Copy full SHA for 5d3bf40 - Browse repository at this point
Copy the full SHA 5d3bf40View commit details -
test(snapping): refactor basicTest to testSnappingSuccess
- use argument stream for parametrization - add multiple test cases
Configuration menu - View commit details
-
Copy full SHA for cbf7f5e - Browse repository at this point
Copy the full SHA cbf7f5eView commit details -
test(snapping): add endpoint and profile conditionally
- add more tests with missing endpoint/profile
Configuration menu - View commit details
-
Copy full SHA for 7c24f36 - Browse repository at this point
Copy the full SHA 7c24f36View commit details -
feat(snapping): add GeoJSON endpoint
- add schema classes for GeoJSON response - add endpoint to SnappingAPI - add GeoJSON to APIEnums
Configuration menu - View commit details
-
Copy full SHA for 965f931 - Browse repository at this point
Copy the full SHA 965f931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4280e4d - Browse repository at this point
Copy the full SHA 4280e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3b6b0 - Browse repository at this point
Copy the full SHA cf3b6b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb7f76 - Browse repository at this point
Copy the full SHA efb7f76View commit details