> > Anyway, in the data advanced search page, if you select one o more layers, > the application allows you to export the data in zip format with a shape > file inside it. > > I don't understand how it is working but It's definitively not using the > WFS service so I guess it is creating the shape with GeoTools or some other > tool. > > If you tell me how this is actually working may be we can disable the > functionality.
This process is done using an GeoServer extension that comes with GeoNode: https://github.com/GeoNode/geonode/tree/master/src/geoserver-geonode-ext/src/main/java/org/geonode/process/batchdownload called from the Django view here: https://github.com/GeoNode/geonode/blob/master/src/GeoNodePy/geonode/maps/views.py#L377 -- Sebastian Benthall OpenGeo - http://opengeo.org
