tombatossals / angular-leaflet-directive

AngularJS directive to embed an interact with maps managed by Leaflet library
http://tombatossals.github.io/angular-leaflet-directive
MIT License
1.5k stars 635 forks source link

Google maps layers does not work #223

Closed pwoloszun closed 9 years ago

pwoloszun commented 10 years ago

Take a look at your example: http://tombatossals.github.io/angular-leaflet-directive/examples/googlemaps-example.html

It's not posible to switch layer from TERRAIN to any other (ie ROADMAP)

tombatossals commented 10 years ago

Totally right, thank you. This weekend I have refactored the layers functionality and the Google Layers weren't working well.

I'm going to make a protractor e2e test to avoid this happens again.

nmccready commented 9 years ago

Google layer is currently working. Closing.