Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 783 Bytes

index.md

File metadata and controls

49 lines (30 loc) · 783 Bytes

Raster style

add

ellipsis.path.raster.style.add()

Adds a raster style.

Mandatory arguments

Optional arguments

  • default (boolean), default value is True

edit

ellipsis.path.raster.style.edit()

Edit a raster style.

Mandatory arguments

  • pathId (uuid),
  • styleId (uuid),
  • token (string)

Optional arguments

  • method (string)
  • parameters (object)
  • token (string)
  • default (boolean)

delete

ellipsis.path.raster.style.delete()

Delete a raster style.

Mandatory arguments

  • pathId (uuid),
  • styleId (uuid),
  • token (string)