angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

Unable to get the data layer working

Open rttec opened this issue 8 years ago • 1 comments

Here is a plunker : http://plnkr.co/edit/nXGt5U2bW8DMzLFHU0za?p=preview

I am trying to create a data layer similar to https://developers.google.com/maps/documentation/javascript/examples/layer-data-quakes using the ui-gmap-layer directive.

I see this error on the console and its telling me the directive cannot resolve the namespace or type. What should they be?

TypeError: google.maps[this.attrs.namespace][this.attrs.type] is not a function at f.b.module.factory.f.createGoogleLayer (angular-google-maps.min.js:7) at f.a as createGoogleLayer at new f (angular-google-maps.min.js:7) at angular-google-maps.min.js:8 at processQueue (angular.js:14567) at angular.js:14583 at Scope.parent.$get.Scope.$eval (angular.js:15846) at Scope.parent.$get.Scope.$digest (angular.js:15657) at angular.js:15885 at completeOutstandingRequest (angular.js:5394)

rttec avatar Sep 10 '15 17:09 rttec

Hi @rttec I've created a custom directive for using google.maps.Data I think it might help you (go to gist)

mehanika avatar Oct 10 '16 16:10 mehanika