procterw / ng-maps

A Google Maps directive for data intensive AngularJS apps
6 stars 4 forks source link

Fix event listener binding to kml layers #9

Closed jdubowy closed 9 years ago

jdubowy commented 9 years ago

It was binding events only after the initial kml layer instantiation. This pull request also removes the watch of bounds changes, since bounds aren't relevant to kml layers.

Update: Pull request now also adds support specifying extra layer options.