diff --git a/Azaion.Annotator/Controls/MapMatcher.xaml b/Azaion.Annotator/Controls/MapMatcher.xaml
index 22c9e35..22dbfd0 100644
--- a/Azaion.Annotator/Controls/MapMatcher.xaml
+++ b/Azaion.Annotator/Controls/MapMatcher.xaml
@@ -137,13 +137,13 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"/>
-
-
-
+
+
+
+
gpsDeniedConfig.Value.MinKeyPoints)
+ if (result.KeyPoints >= gpsDeniedConfig.Value.MinKeyPoints)
{
var direction = _lastGeoPoint.DirectionTo(result.GeoPoint);
_directions.Enqueue(direction);
diff --git a/Azaion.Suite/config.system.json b/Azaion.Suite/config.system.json
index aa45128..c6f777f 100644
--- a/Azaion.Suite/config.system.json
+++ b/Azaion.Suite/config.system.json
@@ -35,7 +35,7 @@
"ModelBatchSize": 4
},
"GpsDeniedConfig": {
- "MinKeyPoints": 12
+ "MinKeyPoints": 11
},
"ThumbnailConfig": { "Size": "240,135", "Border": 10 }
}
\ No newline at end of file