forked from organicmaps/organicmaps-tmp
[routing][generator] Set equal points epsilon to 2 meters for nodes -> features matching.
This commit is contained in:
parent
db082df1c4
commit
5ddbd36199
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "routing_generator.hpp"
|
||||
#include "gen_mwm_info.hpp"
|
||||
|
||||
#include "../routing/osrm2feature_map.hpp"
|
||||
|
||||
#include "../indexer/index.hpp"
|
||||
#include "../indexer/classificator_loader.hpp"
|
||||
#include "../indexer/feature.hpp"
|
||||
|
@ -12,8 +14,6 @@
|
|||
|
||||
#include "../geometry/distance_on_sphere.hpp"
|
||||
|
||||
#include "../routing/osrm2feature_map.hpp"
|
||||
|
||||
#include "../platform/platform.hpp"
|
||||
|
||||
#include "../base/logging.hpp"
|
||||
|
@ -26,8 +26,8 @@
|
|||
namespace routing
|
||||
{
|
||||
|
||||
static double const EQUAL_POINT_RADIUS_M = 2.0;
|
||||
|
||||
double const EQUAL_POINT_RADIUS_M = 1;
|
||||
|
||||
void GenerateNodesInfo(string const & mwmName, string const & osrmName)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue