ShareSource Site »
Projects » jmaps »
jmapsBug Tracker
Actions » View tickets | Report a bug
Fix:
change line
$.jmap.GDirections.load(options.fromAddress + ' to ' + options.toAddress);
into:
$.jmap.GDirections.load('from: ' + options.fromAddress + ' to: ' + options.toAddress);
Bug #230
| Vital Bug Details | |
|---|---|
| Summery: searchDirections() doesnt work | |
| Severity: Medium | |
| Status: | Priority: Low |
| Assigned to: Nobody | Percent Complete: 0% |
| Bug Reporter | |
| Reported by: Anonymous ( on Tuesday, 02 September 2008, 09:14AM (02/09/2008) ) | |
| Bug Details | |
| Searching a direction doesnt work (anymore). | |
| View History » | |
Comments
Comment by: powtac | Posted: Tuesday, 02 September 2008, 09:17AM (02/09/2008)Fix:
change line
$.jmap.GDirections.load(options.fromAddress + ' to ' + options.toAddress);
into:
$.jmap.GDirections.load('from: ' + options.fromAddress + ' to: ' + options.toAddress);