geonode.maps.views

Attributes

logger

Functions

_resolve_map(request, id[, permission, msg])

Resolve the Map by the provided typename and check the optional permission.

map_metadata(request, mapid[, template, ajax, ...])

map_metadata_advanced(request, mapid)

map_embed(request[, mapid, template])

clean_config(conf)

map_download(request, mapid[, template])

Download all the layers of a map as a batch

map_wmc(request, mapid[, template])

Serialize an OGC Web Map Context Document (WMC) 1.1

map_wms(request, mapid)

Publish local map layers as group layer in local OWS.

mapdataset_attributes(request, layername)

get_suffix_if_custom(map)

ajax_url_lookup(request)

map_metadata_detail(request, mapid[, template, ...])

map_batch_metadata(request)

Module Contents

geonode.maps.views.logger[source]
geonode.maps.views._resolve_map(request, id, permission='base.change_resourcebase', msg=_PERMISSION_MSG_GENERIC, **kwargs)[source]

Resolve the Map by the provided typename and check the optional permission.

geonode.maps.views.map_metadata(request, mapid, template='maps/map_metadata.html', ajax=True, panel_template='layouts/map_panels.html', custom_metadata=None)[source]
geonode.maps.views.map_metadata_advanced(request, mapid)[source]
geonode.maps.views.map_embed(request, mapid=None, template='maps/map_embed.html')[source]
geonode.maps.views.clean_config(conf)[source]
geonode.maps.views.map_download(request, mapid, template='maps/map_download.html')[source]

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

geonode.maps.views.map_wmc(request, mapid, template='maps/wmc.xml')[source]

Serialize an OGC Web Map Context Document (WMC) 1.1

geonode.maps.views.map_wms(request, mapid)[source]

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.

geonode.maps.views.mapdataset_attributes(request, layername)[source]
geonode.maps.views.get_suffix_if_custom(map)[source]
geonode.maps.views.ajax_url_lookup(request)[source]
geonode.maps.views.map_metadata_detail(request, mapid, template='maps/map_metadata_detail.html', custom_metadata=None)[source]
geonode.maps.views.map_batch_metadata(request)[source]