Currently, the Geo Data Module does not remove any data that is imported when uninstalling the module. This leaves unused data in the database.

Comments

greggles’s picture

I guess I can see both sides of this point. On the one hand, modules should clean up after themselves. On the other, this data could be important and keeping it around in the DB is probably not a big problem. So...maybe it's worth leaving them around?

zzolo’s picture

I think this should be some sort of interface option, maybe in an admin interface. My issue is that it is pretty assumed that uninstalling a module removes any data that the module created, and this module does actually create the data, even if it is an import process.