more testing on printing

This commit is contained in:
DennisSchiefer
2012-04-04 13:08:25 +02:00
parent abba49a44e
commit 28a241c371
7 changed files with 198 additions and 48 deletions
+1
View File
@@ -71,6 +71,7 @@ showRoute: function(response) {
if(!response)
return;
OSRM.G.response = response;
OSRM.G.via_points = response.via_points.slice(0);
if(response.status == 207) {
OSRM.RoutingGeometry.showNA();