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

Trying to load a non-existent file UnionExtendableRenderer #164

Closed markbijl closed 8 years ago

markbijl commented 8 years ago

I just tried the latest dev branches of the Bundle and its library, but I get the following error:

Attempted to load class "UnionExtendableRenderer" from namespace "Ivory\GoogleMap\Helper\Renderer\Overlay\Extendable".

I went all adventurous by requesting both as dev:

    "egeloen/google-map": "@dev",
    "egeloen/google-map-bundle": "@dev",

However, the requested file seems not to be present, though an Abstract variant resides in the referenced directory..?

Any recommendations?

Thanks in advance!

markbijl commented 8 years ago

BTW @egeloen I see you've been quite busy, cudo's for all the hard work so far!

egeloen commented 8 years ago

I just realize I don't have updated the bundle according to egeloen/ivory-google-map#161 I will fix it tonight.

markbijl commented 8 years ago

Much obliged, and thanks for the speedy reply!

egeloen commented 8 years ago

Your issue has been fixed in the referenced PR.

markbijl commented 8 years ago

Confirmed! Thanks for the speedy fix, building a few nice maps now thanks to you!