geonode.maps.views ================== .. py:module:: geonode.maps.views Attributes ---------- .. autoapisummary:: geonode.maps.views.logger Functions --------- .. autoapisummary:: geonode.maps.views._resolve_map geonode.maps.views.map_metadata geonode.maps.views.map_metadata_advanced geonode.maps.views.map_embed geonode.maps.views.clean_config geonode.maps.views.map_download geonode.maps.views.map_wmc geonode.maps.views.map_wms geonode.maps.views.mapdataset_attributes geonode.maps.views.get_suffix_if_custom geonode.maps.views.ajax_url_lookup geonode.maps.views.map_metadata_detail geonode.maps.views.map_batch_metadata Module Contents --------------- .. py:data:: logger .. py:function:: _resolve_map(request, id, permission='base.change_resourcebase', msg=_PERMISSION_MSG_GENERIC, **kwargs) Resolve the Map by the provided typename and check the optional permission. .. py:function:: map_metadata(request, mapid, template='maps/map_metadata.html', ajax=True, panel_template='layouts/map_panels.html', custom_metadata=None) .. py:function:: map_metadata_advanced(request, mapid) .. py:function:: map_embed(request, mapid=None, template='maps/map_embed.html') .. py:function:: clean_config(conf) .. py:function:: map_download(request, mapid, template='maps/map_download.html') Download all the layers of a map as a batch XXX To do, remove layer status once progress id done This should be fix because .. py:function:: map_wmc(request, mapid, template='maps/wmc.xml') Serialize an OGC Web Map Context Document (WMC) 1.1 .. py:function:: map_wms(request, mapid) Publish local map layers as group layer in local OWS. /maps/:id/wms GET: return endpoint information for group layer, PUT: update existing or create new group layer. .. py:function:: mapdataset_attributes(request, layername) .. py:function:: get_suffix_if_custom(map) .. py:function:: ajax_url_lookup(request) .. py:function:: map_metadata_detail(request, mapid, template='maps/map_metadata_detail.html', custom_metadata=None) .. py:function:: map_batch_metadata(request)