You can save the joined layer as a shapefile. Then use the filter (right click on the layer > filter) to determine which properties to select (you can even do a WHERE IS NOT NULL type thing I think), it's just simple SQL type stuff there. Then save the result as a shapefile.
Unless I don't understand what you're trying to do? On Tue, Nov 25, 2014 at 3:08 PM, Matt Boyd <[email protected]> wrote: > So you have a layer created by joining 2 layers and you want to > export/save the filtered result? > On 25/11/2014 2:22 am, "sudeten" <[email protected]> wrote: > >> I am using vector layers (one is shapefile and one is csv). The csv gives >> values for different shapes in the shapefile. I have them colored as a >> thematic map by using properties/style/categorized and choosing the >> variable >> that I need. Now I need to export the map (just those shapes that have >> values and are categorized - not the uncategorized shapes) to a shapefile >> and or KML file. >> >> This is very basic GIS stuff -- 1) create thematic map and 2) display >> thematic map as a KML layer or a shapefile. But I have found no way to do >> this but many people asking the same question. >> >> Any help here? >> >> >> >> -- >> View this message in context: >> http://osgeo-org.1560.x6.nabble.com/Export-categorized-layers-tp5174544.html >> Sent from the Quantum GIS - User mailing list archive at Nabble.com. >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-user >> >
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
