This plugin is currently being thought about, consider this an RnD page.
From Dave Sampson email:
I would like to load a dataset (ESRI SHP), select features using the select square, once the features are highlighted I would like to copy those to a new layer. That is I would like to pick out lakes in my area instead of for the whole province. Equivalent to arc make new shapefile.
The basic criteria I am looking for is to take the clipped selected features and overlay them on the master layer. if all the geometry and tabular data remain intact then I am happy.
First we start with local files (easiest), then we examine what happens with postgis (this should be easier as its relay just SQL statements). thenthe ultimate would be to grab coverages off of WFS and turn them into local shapes (I like to dream).
Here is the Plan
DS: Create a Issue in Jira
JG: Copy the Export Shapefile tutoral example
JG: Add in the ability to choose a destination file
JG; Abstract out the part that does file selection
JG; Prove that it works with a straight shp export
JG; Copy and limit the export to the layer selection
JG; Package up as a zip and attach to jira issue (or this page)
DS: Testing
Follow up:
JE: Code Review
Ideas
What does the guideline of "Sensible defaults" mean for this one: Export SLD when exporting a shapefile Open the contents of an Export right away Open in new layer and select all? So visual appearance "looks" the same - contents are just in a their own layer
The export selected feature does not appear to work. I can export the whole layer but not a selected feature. No dialog appears