Matt Sidor
Matt Sidor
I'll add to the chorus with a "Me too!" -- I can't get this to work either. Still a great plugin though, even without this capability. Thank you!
1) You need a semicolon after the `queryUrl='...'` definition. 2) Try changing `url: 'queryUrl{s}'` to `url: queryUrl + '{s}'` Let us know if it's still not working after trying those...
> Is the '{s}' automatically refer to the user input? I'm actually not sure. Hopefully someone else here knows. > do you need me to email you all the codes?...
Hey @xjlin0, just checking in. Have you had any luck with this issue?
Is the proposed change from @vincent-ollivier-everysens in issue #240 relevant to this?
> height is achieved through an angular directive that watches for changes in window height and applies a calculated 100% height of the parent. Why are you using JavaScript to...
You are initially setting $scope.defaults.scrollWheelZoom but then you are trying to modify $scope.defaults.**map**.scrollWheelZoom. Choose one definition or the other (I'm not sure off the top of my head which is...
Is the proposed change from @vincent-ollivier-everysens in issue #240 relevant to this?
I am having this same issue right now. It seems the leafletDirectiveMarker event listeners are not updating when $scope.markers is changed.
@oleksandrpravosudko-okta Yes! I've updated my PR. Thanks for catching that.