-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open infowindow on polyline #150
Comments
JS`import Cookies from 'js-cookie'; //Definere objekter //Mehtods er statiske funktioner som reagere på event fra DOM
}, //Computed er dynamiske funktioner som bla bruges til at ændre eksisterende objekter med dynamiske værdier
}, //Watch funktioner bliver først kørt når data bliver ændret
}, //Mounted funktioner bliver kaldt efter vue instancen er blevet udskiftet med vm.instancenavn
} |
I'm trying to open an infowindow on the polylines position, i've tried to open it on the mouse position but it opens in the middle of the polyline shape.
Here's my code:
Vue
The text was updated successfully, but these errors were encountered: