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

1.1 version and php templates #67

Closed Venzon closed 11 years ago

Venzon commented 11 years ago

How can I use new version of bundle in php templates when helper is being removed from bundle? Are only twig templates supported by bundle?

egeloen commented 11 years ago

Oops. It seems I removes it... Will fix it ASAP :) Thanks for reporting.

Venzon commented 11 years ago

There is some helper but it is placed in ivory-google-map / src / Ivory / GoogleMap / Helper / MapHelper.php and its not accessible from view (php template). Btw what is proper way to trigger map manualy for example when map in placed in tab and I want to render map when tab is clicked/visible ?

Venzon commented 11 years ago

maybe I will try to commit some solution for using maps in tabs for now I need to close map code in function so I can manualy render map when tab is active

Venzon commented 11 years ago

I did PR #68