dannycochran / windable

Add a wind visualization to your map.
MIT License
40 stars 14 forks source link

Google Maps example is not working #15

Open tecnoloco opened 7 years ago

tecnoloco commented 7 years ago

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.

clementmas commented 7 years ago

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]