From b14bf6839e151b7035f1f8b0d4efee1e7e0c581b Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sat, 28 Jun 2014 02:12:42 +0300 Subject: [PATCH] Use generalize=8 for MapQuest Open router. The previous commit allows us to now do this. --- TODO | 1 + routers/mapquest_open.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 3673332..c85e886 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,7 @@ Poor Maps 0.5.1 [X] Work around an OSRM router bug causing it to sometimes not find a route at all (see http://lists.openstreetmap.org/pipermail/osrm-talk/2014-June/000588.html) + [X] Simplify MapQuest Open router paths at high zoom levels as well [X] Fix partial display of route polyline at high zoom levels Poor Maps 1.0 diff --git a/routers/mapquest_open.py b/routers/mapquest_open.py index a6cfd70..7fac553 100644 --- a/routers/mapquest_open.py +++ b/routers/mapquest_open.py @@ -37,7 +37,7 @@ "&routeType={type}" "&doReverseGeocode=false" "&shapeFormat=cmp" - "&generalize=1" + "&generalize=8" "&manMaps=false") cache = {}