forked from organicmaps/organicmaps
Make featre retrival less accurate in migration.
This commit is contained in:
parent
dddd8b9242
commit
fe7e960ce0
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ Framework::Framework()
|
|||
});
|
||||
// Due to floating points accuracy issues (geometry is saved in editor up to 7 digits
|
||||
// after dicimal poin) some feature vertexes are threated as external to a given feature.
|
||||
auto const pointToFeatureDistanceToleranceInMeters = 1e-3;
|
||||
auto const pointToFeatureDistanceToleranceInMeters = 1e-2;
|
||||
editor.SetForEachFeatureAtPointFn(bind(&Framework::ForEachFeatureAtPoint, this, _1, _2,
|
||||
pointToFeatureDistanceToleranceInMeters));
|
||||
editor.LoadMapEdits();
|
||||
|
|
Loading…
Add table
Reference in a new issue