dustin10 / VichGeographicalBundle

A Symfony2 bundle which provides geographical features for ORM and ODM entities and object oriented javascript maps rendering.
104 stars 26 forks source link

Updating entities #18

Open vizo opened 12 years ago

vizo commented 12 years ago

Is it possible that entity is updated just if longitude/latitude is null or something? Because sometimes google api return no result for longitude/latitude and then i have to correct it manually.. and after update it goes to 0, 0 ...

Maybe it would be good to implement * @Vich\Geographical(on="update_if_null") or soemthing ...?

dustin10 commented 12 years ago

I will look into this when I have time. Feel free to send a PR yourself though. :)