> Link to the map:http://student.agh.edu.pl/~ewapen/insigma/mapa.html

If I fill in the directions form for say, Krakow to Wolica ...
The page reloads, then the key error is reported.

Is the page supposed to reload?  I would guess not, so its worth
looking into that first.
The button 'Pokaz Trase' calls setDirections()
setDirections() only calls
    gdir.addoverlay("from: " + fromAddress + " to: " + toAddress);
which crashes, because you have not done a gdir.load()
See
http://code.google.com/apis/maps/documentation/services.html#Directions

-- 
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