geonode.maps.management.commands.changemaplayertitle ==================================================== .. py:module:: geonode.maps.management.commands.changemaplayertitle Classes ------- .. autoapisummary:: geonode.maps.management.commands.changemaplayertitle.Command Module Contents --------------- .. py:class:: Command Bases: :py:obj:`django.core.management.base.BaseCommand` .. py:attribute:: help :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """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""" .. raw:: html
.. py:attribute:: args :value: 'map_id name title' .. py:method:: handle(*args, **options)