StephanGeorg / leaflet-routeboxer

Google RouteBoxer implementation for Leaflet

Home Page:https://stephangeorg.github.io/leaflet-routeboxer/example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect reference to google.maps.Polyline?

eelcocramer opened this issue · comments

commented

Shouldn't this line read:

    } else if (path instanceof L.Polyline) {

?

Yes, you're right. I fixed it in the master branch.