From: Michael Orlitzky Date: Wed, 14 Apr 2010 21:29:17 +0000 (-0400) Subject: Updated the provideTripAlternatives parameter to the newer provideRouteAlternatives. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=38c6c7b9adbc238d3e6d3a916481f8f83d77d263 Updated the provideTripAlternatives parameter to the newer provideRouteAlternatives. --- diff --git a/www/maps/maps/templates/javascript/routing.mako b/www/maps/maps/templates/javascript/routing.mako index 3477d6b..b3b1c91 100644 --- a/www/maps/maps/templates/javascript/routing.mako +++ b/www/maps/maps/templates/javascript/routing.mako @@ -108,7 +108,7 @@ function get_directions(pairs_to_skip) { var directions_request = { origin: producer_latlng, destination: consumer_latlng, - provideTripAlternatives: true, + provideRouteAlternatives: true, travelMode: google.maps.DirectionsTravelMode.DRIVING }