geonode.maps.views
Attributes
Functions
|
Resolve the Map by the provided typename and check the optional permission. |
|
|
|
|
|
|
|
|
|
Download all the layers of a map as a batch |
|
Serialize an OGC Web Map Context Document (WMC) 1.1 |
|
Publish local map layers as group layer in local OWS. |
|
|
|
|
|
|
|
|
|
Module Contents
- 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_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.