>From the site that's functioning the code are

function start() {
        var startpoint=document.forms.cartripFrm.saddr.value;
        var endpoint=document.forms.cartripFrm.daddr.value;
        dirn.loadFromWaypoints([startpoint,endpoint],
{getPolyline:true,getSteps:true});
}

and from my new site it's

function start() {
        dirn.loadFromWaypoints
([redPoint_1,redPoint_2,redPoint_3,redPoint_4,redPoint_5,redPoint_6,redPoint_7,redPoint_8,redPoint_9,redPoint_10,redPoint_11,redPoint_12,
redPoint_13],{getPolyline:true,getSteps:true});
      }

So think it's here the code change should be but to what?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to