geonode.geoserver.tasks
Attributes
Functions
|
Runs update layers. |
|
Sets styles from SLD file. |
|
Sets or create styles from Upload Session. |
|
Runs update layers. |
|
Runs create_gs_thumbnail. |
|
Runs cascading_delete. |
|
Deletes a map and the associated map layers. |
Sync resources with Guardian and clear their dirty state |
Module Contents
- geonode.geoserver.tasks.geoserver_update_datasets(self, *args, **kwargs)[source]
Runs update layers.
- geonode.geoserver.tasks.geoserver_set_style(self, instance_id, base_file)[source]
Sets styles from SLD file.
- geonode.geoserver.tasks.geoserver_create_style(self, instance_id, name, sld_file, tempdir)[source]
Sets or create styles from Upload Session.
- geonode.geoserver.tasks.geoserver_post_save_datasets(self, instance_id, *args, **kwargs)[source]
Runs update layers.
- geonode.geoserver.tasks.geoserver_create_thumbnail(self, instance_id, overwrite=True, check_bbox=True)[source]
Runs create_gs_thumbnail.
- geonode.geoserver.tasks.geoserver_cascading_delete(self, *args, **kwargs)[source]
Runs cascading_delete.