Feature request #2912
TableManager should support multiple file formats
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Borys Jurgiel | ||
Category: | Python plugins | ||
Pull Request or Patch supplied: | Resolution: | invalid | |
Easy fix?: | No | Copied to github as #: | 12972 |
Description
TableManager is a Python plugin to add/delete/rename the fields of a layer. For the moment, it seems to support only SHP files (saves in or saves as) and PostGIS tables.
Now that QGis can save a layer in each ogr supported formats, TableManager could do the same... (don't know how for the moment).
I have quickly read the plugin code (version 0.2.2) and there are some specific functions (writeToShp) that should be modified with the (hypothetic) new QGis SDK enhancements.
History
#1 Updated by Borys Jurgiel over 14 years ago
- Status changed from Open to In Progress
#2 Updated by Borys Jurgiel about 14 years ago
- Resolution set to invalid
- Status changed from In Progress to Closed
I'm working on it, but still got frequent crashes with some formats. I'm closing this ticket as this trac isn't suitable for external plugins (we'll create separate trac for them).