danielemoraschi / maplace.js

A Google Maps Javascript plugin for jQuery.
http://maplacejs.com/
MIT License
999 stars 190 forks source link

multiple separate routes #78

Open rfreiden opened 9 years ago

rfreiden commented 9 years ago

Any solution to calling a regular array of markers, then another instance on top of the initial map for a route? Ideally an infinite amount of route instances? Maps v3 allows multiple routes on a single map. Just curious if theres a way to do this via Maplace.

danielemoraschi commented 9 years ago

There is not a proper way to do that at least for now, but you can cheat a bit the script to work in this way: http://jsfiddle.net/_tomorro/8gVPk/15/

danielemoraschi commented 7 years ago

This will not work anymore as workaround since v0.2.8 due fix #161