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

Autozoom & circle radius #24

Closed HooverG closed 12 years ago

HooverG commented 12 years ago

Hello,

Is it possible for autozoom to take into account the radius of a circle ?

I saw a bound->extend() in the map addCircle method but it only takes into account the center of the circle ... Is there a workaround ? I d'ont get it

Thank you in advance.

egeloen commented 12 years ago

I have proposed a fix for your issue. The point is the map bound extends the circle center instead of extends the circle bound. Now, that should be fixed. Give me some feedbacks.

HooverG commented 12 years ago

Works like a charm BUT it's getBounds() instead of getBound().

Thank you for your fast reply.

egeloen commented 12 years ago

I have merged the PR. Now all should be fixed.

egeloen commented 12 years ago

@EmmanuelC Can I close your issue?