Daniel J. Hofmann
|
7c30ea32bf
|
Runs scripts/format.sh
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
58628a4bfc
|
bugfixing/classification
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
b08b360f38
|
Big Restructuring / Cleanup
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
adb8d0e845
|
starting on conflict resolution
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
f1aa03c360
|
handle segregated roads (merge for turn analysis)
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
2ba417cf9f
|
structural changes, motorway handling
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
d8af074ff6
|
enter and exit roundabout feature - currently not showing turn
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
daf2bbf991
|
migrated out of edge based graph factory
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
6605f293b4
|
relative waypoint locations
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
482e18ccdb
|
handling of roundabouts (simple version)
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
ef1e0e14ec
|
advanced guidance on 5.0
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
bcfbc0cf6c
|
Fix table response format to return null + double in seconds
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
dc1b5d3424
|
Provides ctor from base path for EngineConfig, fixes #2030
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
36f9366f3f
|
Preliminary integration of the tile plugin
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
712f1ca02a
|
sources and destinations can be empty actually
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
285b238f26
|
Fixes coordinate, source and destination validation by means of backporting #2041
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
70fb12b10e
|
Fixes ownership semantics and forwarding references misplacements in the JSON factory
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
6380a6be05
|
Unwrap function call from identity lambda
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
548fd92c15
|
Uses JSON's String constructor for polyline encoding
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
86de53eb9a
|
Passes coordinates by value
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
0ab80ad0a7
|
Fix if the last coordinate is not found
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
61744764da
|
Allocate correct table size
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
1090339331
|
Fix geometries type in steps
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
51e8318224
|
Fix behaviour of table if sources/destinations arrays are empty
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
d9d4742130
|
First round of lat,lng -> lng,lat switcheroo
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
f10286de8c
|
Fix match and trip API response
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
a0e0465704
|
Fix out-of-bounds write in map_matching
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
14c36bc405
|
Finish the nearest plugin
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
81319228bd
|
Initialize NearestParameters correctly
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
fcd7b05900
|
Adapt to feedback in #519
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
8378d95588
|
Add trip plugin
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
b34f9b1795
|
Hook up map matching
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
35b098e656
|
First compiling version of map_match plugin
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
3d6e9da115
|
Fix missing headers in hint.hpp
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
bd371a11ad
|
Enable all plugins with aStatus::Error return code fallback for not implemented ones
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
f3c4a7dd16
|
We don't need templates at all, this is not CRTP?
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
c75b497b2e
|
Adapts Nearest plugin to new API
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
d572d77b48
|
Fix deleting incomplete type and make Engine moveable only
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
a4074332cc
|
Adapts publicly facing new API
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
c31ceb6a5b
|
Adapts NearestParameters to new API
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
b0863d8628
|
Initial non-building match plugin
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
c127aaae6b
|
Add table API
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
64e5ebb55f
|
Fix parameter parsing tests
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
83addd6bba
|
Fix table plugin
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
d87a19b2f9
|
First take at distance table API re-write
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
b58edc980c
|
Adapts TableParameters and its validation to new API
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
f3e72623e9
|
Add viaroute suport for new API
|
2016-04-05 22:58:32 +02:00 |
|
Michael Krasnyk
|
6b69946b9e
|
Fixes using uninitialised values in extractRouteNames
Conditional jump or move depends on uninitialised value(s)
at 0x5FEE48: osrm::engine::RouteNames osrm::engine::extractRouteNames<osrm::engine::datafacade::BaseDataFacade<osrm::contractor::QueryEdge::EdgeData>, osrm::engine::detail::Segment>(std::vector<osrm::engine::detail::Segment, std::allocator<osrm::engine::detail::Segment> >&, std::vector<osrm::engine::detail::Segment, std::allocator<osrm::engine::detail::Segment> >&, osrm::engine::datafacade::BaseDataFacade<osrm::contractor::QueryEdge::EdgeData> const*) (route_name_extraction.hpp:127)
by 0x61A1B2: osrm::engine::ApiResponseGenerator<osrm::engine::datafacade::BaseDataFacade<osrm::contractor::QueryEdge::EdgeData> >::DescribeRoute(osrm::engine::RouteParameters const&, osrm::engine::InternalRouteResult const&, osrm::util::json::Object&) (api_response_generator.hpp:173)
by 0x61AF47: osrm::engine::plugins::ViaRoutePlugin<osrm::engine::datafacade::BaseDataFacade<osrm::contractor::QueryEdge::EdgeData> >::HandleRequest(osrm::engine::RouteParameters const&, osrm::util::json::Object&) (viaroute.hpp:144)
by 0x61EEEC: osrm::engine::Engine::RunQuery(osrm::engine::RouteParameters const&, osrm::util::json::Object&) (engine.cpp:100)
by 0x5AE585: osrm::OSRM::RunQuery(osrm::engine::RouteParameters const&, osrm::util::json::Object&) (osrm.cpp:19)
by 0x5A8E07: main (in /home/miha/work/foss/osrm-backend/build.example/osrm-example)
|
2016-04-03 19:29:35 +02:00 |
|
Daniel J. Hofmann
|
a1b87b5236
|
Handle all distances between coordinates being zero in Farthest Insertion algorithm.
Assertions for additional safety and sanity.
References:
- see https://github.com/Project-OSRM/osrm-backend/issues/2147
|
2016-03-31 18:57:24 +02:00 |
|
Patrick Niklaus
|
21245273b4
|
Also exclude the compressed flag from the data format
|
2016-03-24 21:24:08 +01:00 |
|