Home | Trees | Indices | Help |
---|
|
django.contrib.gis.db.models.Model --+ | features.models.Feature --+ | UserUploadedKml
Abstract Model for storing uploaded restricted-access kml files
Owned by a single user, can be shared with any group(s) that the owner is a member of (assuming group has can_share_features permissions)
These are features and will show up in the MyShapes/SharedShapes panels
|
|||
Meta |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
|||
kml_file = models.FileField(upload_to= 'upload/private-kml-lay
|
|||
description = models.TextField(default= "", null= True, blank=
|
|||
Inherited from |
|
Name of the file itself without the path
|
|
Specifies the CSS for representing features in kmltree, specifically the icon Works one of two ways: 1. Use the icon_url Option and this default css() classmethod 2. Override the css() classmethod for more complex cases
|
|
|
|
|
kml_file
|
description
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:02 2012 | http://epydoc.sourceforge.net |