windable icon indicating copy to clipboard operation
windable copied to clipboard

Google Maps example is not working

Open tecnoloco opened this issue 7 years ago • 1 comments

Hello , I get the next error in console when I tried to visualize the google maps basic example: Uncaught TypeError: c.gl.createShader is not a function at windable.min.js

Also in the configurable google maps example there are errors in console.

tecnoloco avatar Oct 22 '17 00:10 tecnoloco

Quick and dirty fix (google_basic.html, l45+46)

[map.getBounds().b.b, map.getBounds().f.f],
[map.getBounds().b.f, map.getBounds().f.b]

clementmas avatar Oct 31 '17 19:10 clementmas