From c12fae47e7dfa91adce16ddcfef839e69de327be Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 17 Jun 2014 13:00:13 +0200 Subject: [PATCH] allow results at high latitudes to be a bit more imprecise --- features/testbot/projection.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/testbot/projection.feature b/features/testbot/projection.feature index b66f03d52..ed2f2fcc4 100644 --- a/features/testbot/projection.feature +++ b/features/testbot/projection.feature @@ -28,11 +28,11 @@ Feature: Projection to nearest point on road | b | c | abc | NE | 45 | 1000m +-7 | | a | d | abc | NE | 45 | 1000m +-7 | | d | a | abc | SW | 225 | 1000m +-7 | - | c | d | abc | SW | 225 | 1000m +-7 | - | d | c | abc | NE | 45 +-2 | 1000m +-7 | + | c | d | abc | SW | 225 | 1000m +-8 | + | d | c | abc | NE | 45 +-5 | 1000m +-8 | Scenario: Projection onto way at high latitudes, no distance When I route I should get | from | to | route | distance | - | d | b | abc | 0m +-4 | - | b | d | abc | 0m +-4 | + | d | b | abc | 0m +-5 | + | b | d | abc | 0m +-5 |