Commit graph

2308 commits

Author SHA1 Message Date
Vladimir Byko-Ianko
b29d3c1875 [routing] Fixing CrossMwmRussiaPStaiToBelarusDrazdy and making in on going around a ford test. 2019-12-04 10:33:58 +03:00
Vladimir Byko-Ianko
a3031413d1 [routing] Fixing routing integration tests. 2019-12-04 10:33:58 +03:00
Vladimir Byko-Ianko
420d00062f [routing] Adding highway-construction to HighwayClasses because it's possible that adjacent to route roads have such type. 2019-12-04 10:33:58 +03:00
Mikhail Gorbushin
88318cb12f [routing] New filter for cross mwm segments.
Drop twin segments if they have another direction,
this could happend because of different mwms versions.
2019-12-03 16:48:55 +03:00
Mikhail Gorbushin
ea7b0abadc [routing] Review fixes 2019-12-03 14:03:43 +03:00
Mikhail Gorbushin
49024a9130 [routing] Save heuristic to State 2019-12-03 14:03:43 +03:00
Olga Khlopkova
74f1d5b41f [Geometry] Renamed TAltitude to Altitude. 2019-11-29 16:31:16 +03:00
Mikhail Gorbushin
7f88f64116 [routing] Review fixes 2019-11-29 14:04:37 +03:00
Mikhail Gorbushin
8ea62be54c [routing] Split logic of diffrents routings modes into different methods 2019-11-29 14:04:37 +03:00
Olga Khlopkova
dcbd344ff0 [geometry] Junction and TAltitude 2019-11-29 11:55:22 +03:00
tatiana-yan
b0c5e80a2a [cmake] Add succinct dependency. 2019-11-27 17:18:56 +03:00
Mikhail Gorbushin
4d5cae676f [routing] Review fixes 2019-11-26 17:25:27 +03:00
Mikhail Gorbushin
23445a439e [routing] Review fixes 2019-11-26 17:25:27 +03:00
Mikhail Gorbushin
d5a8da63ee [routing] Review fixes 2019-11-26 17:25:27 +03:00
Mikhail Gorbushin
377db0d001 [routing] Add JunctionVisitor for incapsulate logic of onVertexVisit 2019-11-26 17:25:27 +03:00
Mikhail Gorbushin
e0172dd173 [routing] Review fixes 2019-11-25 17:29:32 +03:00
Mikhail Gorbushin
4932a1f8fb [routing] Fix typo 2019-11-25 17:29:32 +03:00
Mikhail Gorbushin
f0ac508acd [routing] Add --lounches_number param instead of --benchmark 2019-11-25 17:29:32 +03:00
Mikhail Gorbushin
977d3fa04f [routing] Add benchmark modes for routes_builder_tool and rt pouting_quality_tool 2019-11-25 17:29:32 +03:00
Mikhail Gorbushin
784a263c53 [routing] Add SetupAlgorithmMode, move block of code to private method 2019-11-25 12:55:12 +03:00
Mikhail Gorbushin
d37423533b [routing] Add verbose logging to routes builder tool 2019-11-19 12:17:55 +03:00
Mikhail Gorbushin
6d5a2d0e0c [generator] Review fixes 2019-11-18 17:06:57 +03:00
Mikhail Gorbushin
f3d58a391c [generator] Improve city boundaries, rewrite serialization 2019-11-18 17:06:57 +03:00
Mikhail Gorbushin
923dbbefee [routing] Refactor RouterDelegate 2019-11-07 12:56:29 +03:00
Mikhail Gorbushin
6f5d401af9 [geometry] Get rid of MercatorBounds, refactor to namespace mercator 2019-11-01 11:09:30 +03:00
Mikhail Gorbushin
2385e8d9b9 [routing] May be fix enormous memory usage in routes_builder_tool 2019-10-28 15:20:44 +03:00
Mikhail Gorbushin
aabae24de5 [indexer] Add const to MwmValue * 2019-10-24 19:32:14 +03:00
Mikhail Gorbushin
22d7caffc1 [indexer] Get rid of template GetValue 2019-10-24 13:40:27 +03:00
Mikhail Gorbushin
7653421c99 [indexer] Get rid of MwmValueBase 2019-10-23 23:16:54 +03:00
Arsentiy Milchakov
5a18ee19bb [core] got rid of mwm migration and support of two component mwms 2019-10-14 13:56:58 +03:00
Arsentiy Milchakov
a5e14d0958 [platform] MapOptions is renamed to MapFileType 2019-10-08 13:58:35 +03:00
Arsentiy Milchakov
9fd65dac7a [platform] LocalCountryFile::GetFiles is removed 2019-10-08 13:58:35 +03:00
Olga Khlopkova
d27fc06acc Added unit tests for ford routing. 2019-09-26 18:24:29 +03:00
Mikhail Gorbushin
25e738e30f [routing] Add rival error processing to routing_quality_tool 2019-09-26 14:30:44 +03:00
Vladimir Byko-Ianko
43661f2d48 Removing a dependency. Platform does not depend on routing anymore. 2019-09-26 11:46:24 +03:00
Mikhail Gorbushin
33cee65f2d [routing] Make DataSources queue waitable for resources 2019-09-24 16:50:52 +03:00
Mikhail Gorbushin
c84532c12e [c++] fix warnings from clang 11.0 2019-09-24 12:57:29 +03:00
Olga Khlopkova
8e07882081 Changed 'const & val' to 'const val' 2019-09-23 17:33:26 +03:00
Olga Khlopkova
7a7d4b962a Code style fixes 2019-09-23 17:33:26 +03:00
Olga Khlopkova
f64254fa6b Renamed 'unmatched' to 'unmatching' in polyline 2019-09-23 17:33:26 +03:00
Olga Khlopkova
1153ee5e7a Code style fix 2019-09-23 17:33:26 +03:00
Olga Khlopkova
315608af4a Fixed code style: removed 'useless spaces' 2019-09-23 17:33:26 +03:00
Olga Khlopkova
8aeb01280f Fixed camera test and code style 2019-09-23 17:33:26 +03:00
Olga Khlopkova
e8ea9a73c2 Fixed code style 2019-09-23 17:33:26 +03:00
Olga Khlopkova
0934315886 Fix of rerouting and fixes of code style 2019-09-23 17:33:26 +03:00
Olga Khlopkova
3b92849a40 Removed unused method UpdateProjectionByPrediction() 2019-09-23 17:33:26 +03:00
Olga Khlopkova
d5f591ab7e Code style fixes 2019-09-23 17:33:26 +03:00
Olga Khlopkova
a2e63998fb Modified test case for speed camera notification 2019-09-23 17:33:26 +03:00
Olga Khlopkova
dc51480993 Deleted comments for MoveIteratorToReal() 2019-09-23 17:33:26 +03:00
Olga Khlopkova
ed830e0d87 Fixed logic error
Была напугана. Извините.
2019-09-23 17:33:26 +03:00