Colormap List
Endpoint (read-only) for listing predefined colormaps.
A colormap is used when rendering rasters in the WMS endpoint.
GET /api/v4/colormaps/?format=api&page=8
{ "count": 486, "next": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=9", "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=7", "results": [ { "url": "https://demo.lizard.net/api/v4/colormaps/FloodBoolDisc/?format=api", "name": "FloodBoolDisc", "description": "DiscreteColorMap" }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded/?format=api", "name": "Flooded", "description": "BooleanColormap" }, { "url": "https://demo.lizard.net/api/v4/colormaps/FloodedRiceBoolDisc/?format=api", "name": "FloodedRiceBoolDisc", "description": "DiscreteColorMap" }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_100/?format=api", "name": "Flooded_100", "description": null }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_10p/?format=api", "name": "Flooded_10p", "description": null }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_15mm/?format=api", "name": "Flooded_15mm", "description": null }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_1p/?format=api", "name": "Flooded_1p", "description": null }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_20p/?format=api", "name": "Flooded_20p", "description": null }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_2p/?format=api", "name": "Flooded_2p", "description": null }, { "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_5p/?format=api", "name": "Flooded_5p", "description": null } ] }