geonode.maps.management.commands.changemaplayertitle

Classes

Command

Module Contents

class geonode.maps.management.commands.changemaplayertitle.Command[source]

Bases: django.core.management.base.BaseCommand

help = Multiline-String[source]
Show Value
"""Change the title of a layer on a particular map.

Arguments:
map_id - numeric map ID
name - name of the layer (e.g., geonode:dataset_name)
title - title of layer as it should appear on the specified map"""
args = 'map_id name title'[source]
handle(*args, **options)[source]