Home | Trees | Indices | Help |
---|
|
django.forms.Form --+ | UploadForm
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
file_obj = forms.FileField(label= 'Upload a Zipped Shapefile')
|
|||
multi_feature = True
|
|||
supported_geomtypes = ['Polygon', 'Point', 'Line']
|
|||
enforce_4326 = True
|
|
Upload the file data, in chunks, to the media/upload/loadshp. Then unpack it, read the features and return them |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:02 2012 | http://epydoc.sourceforge.net |