dashersw / dashersw/google-maps-tsp-solver

Error with draggable route.

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
JavaScript
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?

on function "onSolveCallback" change this:

var dirRender = new google.maps.DirectionsRenderer({
draggable : true, /**ADD THIS**/
directions: dirRes,
hideRouteList: true,
map: gebMap,
panel: null,
preserveViewport: false,
suppressInfoWindows: true,
suppressMarkers: true });

causes this error when trying to drag the route:

"Error in property : (c is null)"

```

Original issue reported on code.google.com by `patric.d...@gmail.com` on 23 Sep 2011 at 5:55

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.