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

Set the animation property of the Marker nullable = true #43

Closed benderpremier closed 11 years ago

benderpremier commented 11 years ago

Hello,

in Ressource\config\doctrine\marker.orm.xml I think you should add the property nullable = true for the animation. Otherwise when I persist a marker that inherit from this one and that I want it to have no animation sql raise an error for the animation field that cannot be null.

egeloen commented 11 years ago

Sounds good to me. Can you make a PR?