egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

IvoryGoogleMapBundle + AngularJS #144

Closed durancu closed 8 years ago

durancu commented 9 years ago

Hi @egeloen! I need to load a map for the distribution of shops on a city. I want to change a city, with a combobox, and then refresh or reload the map with markers associated to the new city. Can I reload a map using AngularJS, without reload the page? Thanks in advanced

robations commented 9 years ago

Happened to see this issue. I hope you already found a solution... but you might be best off using a directive to render the map, and I think I saw in another issue that you can render your IvoryGoogleMap structure using JsonRender, so you could link the two using $http.

https://github.com/angular-ui/angular-google-maps might be of use

egeloen commented 8 years ago

Since the bundle is server side, I'm not sure that this bundle is the right choice...