mvglasow
|
90d7cadc3f
|
Merge commit '211e3fb4' into traffic
# Conflicts:
# android/app/src/main/cpp/CMakeLists.txt
# android/app/src/main/java/app/organicmaps/sdk/util/Config.java
# android/app/src/main/java/app/organicmaps/settings/SettingsPrefsFragment.java
# android/app/src/main/java/app/organicmaps/widget/placepage/sections/PlacePageLinksFragment.java
# android/sdk/src/main/cpp/app/organicmaps/sdk/OrganicMaps.cpp
# indexer/ftypes_matcher.hpp
# iphone/Maps/Maps.xcodeproj/project.pbxproj
|
2025-08-16 18:04:14 +03:00 |
|
Viktor Govako
|
001246fd10
|
[routing][tests] Updated integration tests.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
|
2025-08-11 14:58:45 +02:00 |
|
Alexander Borsuk
|
76d7ef146c
|
Removed SignedRound and replaced std::round with std::lround where needed
Also see https://clang.llvm.org/extra/clang-tidy/checks/bugprone/incorrect-roundings.html
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
2025-08-11 14:58:45 +02:00 |
|
Alexander Borsuk
|
30718e106e
|
ADL for AlmostEqual* and use math:: instead of base:: (#9634)
* ADL for AlmostEqual* and use math:: instead of base::
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
2025-08-11 14:58:45 +02:00 |
|
Viktor Govako
|
effc8ba5d1
|
[routing] Relaxed roundabout skip turns check (driveway, parking_aisle).
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
|
2025-08-07 13:39:05 +02:00 |
|
Viktor Govako
|
014b54b1f7
|
[routing][tests] Updated Turn integration tests.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
|
2025-08-07 13:39:05 +02:00 |
|
Eivind Samseth
|
fdeeb1ae34
|
[routing] Add faux oneways for motor_vehicle and vehicle forward/backward
Signed-off-by: Eivind Samseth <eisa01@gmail.com>
Co-authored-by: Eivind Samseth <eisa01@gmail.com>
Co-committed-by: Eivind Samseth <eisa01@gmail.com>
|
2025-08-02 22:57:41 +02:00 |
|
mvglasow
|
034856f033
|
Merge commit '20c9fc5f' into traffic-2025072304
# Conflicts:
# android/app/src/main/res/xml/prefs_main.xml
# qt/CMakeLists.txt
|
2025-07-28 18:27:49 +03:00 |
|
mvglasow
|
4324e329e5
|
[routing] Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:24 +03:00 |
|
mvglasow
|
9eeac05fdf
|
[traffic] Update routing MWMs as route changes
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:24 +03:00 |
|
mvglasow
|
b418cf659c
|
Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:24 +03:00 |
|
mvglasow
|
2d3ca8014b
|
Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:22 +03:00 |
|
mvglasow
|
df13e279b6
|
[traffic] Override EdgeEstimator::CalcOffroad()
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:22 +03:00 |
|
mvglasow
|
b98fe1999c
|
Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:22 +03:00 |
|
mvglasow
|
7db32a9922
|
[traffxml] Do not request additional maps during TraFF decoding
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:21 +03:00 |
|
mvglasow
|
083845a502
|
[traffxml] Fix location matching on dual carriageway roads
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:21 +03:00 |
|
mvglasow
|
c6de2a25aa
|
[traffic] Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:21 +03:00 |
|
mvglasow
|
f566f6f0ef
|
[traffxml] Use custom EdgeEstimator for decoding
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:21 +03:00 |
|
mvglasow
|
9afb28aaa1
|
[traffxml] Add router-based decoder, still crude, ugly and buggy
To use it, redefine DefaultTraffDecoder in traffxml/traff_decoder.hpp
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
2025-07-28 00:33:21 +03:00 |
|
mvglasow
|
1574b5b7cb
|
Revert "[routing] Do not create TrafficStash instance."
This reverts commit 3c12ba5134f2aa9d19c0c9a54af89d368f389eb4.
|
2025-07-28 00:33:18 +03:00 |
|
Kiryl Kaveryn
|
cc6958282b
|
[map] Save points altitudes when saving route as a track (#10759)
[map] Save points altitudes when saving route as a track
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
|
2025-07-25 18:22:07 +02:00 |
|
Viktor Govako
|
c05b668e38
|
Added SrtmTileManager::GetTriangleHeight.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
|
2025-07-25 06:32:48 +02:00 |
|
Henry Sternberg
|
090ed5044a
|
[routing] Improved TTS for roundabouts
Signed-off-by: Henry Sternberg <dev@bluelightmaps.com>
|
2025-07-10 07:07:34 +02:00 |
|
Konstantin Pastbin
|
54ab965822
|
[cmake] Rebrand desktop version to CoMaps
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
|
2025-05-19 20:55:34 +07:00 |
|
Andrei Shkrob
|
3a1df72809
|
[tests] Remove outdated tests
Signed-off-by: Andrei Shkrob <andrei@shkrob.dev>
|
2025-05-19 10:52:42 +02:00 |
|
Konstantin Pastbin
|
e3e4a1985a
|
Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run:
git remote add om-historic [om-historic.git repo url]
git fetch --tags om-historic
git replace squashed-history historic-commits
|
2025-05-08 21:10:51 +07:00 |
|