Matt-Jensen / ember-cli-g-maps

Deprecated Google Maps Addon

Home Page:http://matt-jensen.github.io/ember-cli-g-maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught typeErrors when using g-maps

stijn26 opened this issue · comments

Hi,

I just installed g-maps and used it in my hbs file:
{{g-maps lat=50 lng=5 zoom=12}}

This gives me some errors:
Uncaught TypeError: _.ef is not a function stats.js:5
Uncaught TypeError: _.oa is not a function util.js:32
Uncaught TypeError: _.oa is not a function common.js:208
Uncaught TypeError: this.S.removeAt is not a function stats.js:7
Uncaught TypeError: Cannot read property 'j' of undefined util.js:20
Uncaught TypeError: Cannot read property 'type' of undefined common.js:34

I have set the contentSecurityPolicy, I have set the API key and the css height.

Problem was that I had multiple API's of google maps on my page (from other addons).