I'm looking for a way to export a specific region of a WMS layer to some XML format (GeoJSON, GML, KML) using OpenLayers and Geoserver. I've found how to export feature objects with OpenLayers.Format.GeoJSON.write(), but this method only allows converting feature objects or geometry objects.
An example of my idea: I'm viewing a map of a certain country with a couple of WMS layers with some data. Then I zoom to a particular state of that country and I want to export what I'm viewing to GeoJSON or KML for use that in a desktop GIS application (like QGIS).
Does anyone know how to do this?
Thanks.