]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - www/maps/maps/templates/javascript/routing.mako
Updated the provideTripAlternatives parameter to the newer provideRouteAlternatives.
[dead/census-tools.git] / www / maps / maps / templates / javascript / routing.mako
index 3477d6b38fe6e68559d2e4f93dc79c40bcd7f99a..b3b1c919258830d7005268e231090175f121f3cd 100644 (file)
@@ -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
       }