Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Use generalize=8 for MapQuest Open router.
Browse files Browse the repository at this point in the history
The previous commit allows us to now do this.
  • Loading branch information
otsaloma committed Jun 27, 2014
1 parent 2f36dbf commit b14bf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion routers/mapquest_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"&routeType={type}"
"&doReverseGeocode=false"
"&shapeFormat=cmp"
"&generalize=1"
"&generalize=8"
"&manMaps=false")

cache = {}
Expand Down

0 comments on commit b14bf68

Please sign in to comment.