craue / CraueGeoBundle

Doctrine functions for calculating geographical distances in your Symfony project.
MIT License
124 stars 15 forks source link

How to ignore "craue_geo_postalcode" table creation ? #8

Closed jcrombez closed 8 years ago

jcrombez commented 9 years ago

Is there a way to ignore the "craue_geo_postalcode" table creation ?

craue commented 9 years ago

You could disable auto mapping and only enable mappings for all other bundles. But why do you want/need to do this?

jcrombez commented 9 years ago

Simply because i don't use the postal code feature. Loosing auto mapping isn't very nice...

ghost commented 8 years ago

@craue Could you please do this? I like to use this bundle but without postal code feature.

craue commented 8 years ago

Done in the referenced PR. Please verify that it's working as expected.

craue commented 8 years ago

/ping @jcrombez, @JHGitty

jcrombez commented 8 years ago

Sorry i'm no longer working on the project using this.