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=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 486,
    "next": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=19",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Set1_r/?format=api",
            "name": "Set1_r",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Set2/?format=api",
            "name": "Set2",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Set2_r/?format=api",
            "name": "Set2_r",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Set3/?format=api",
            "name": "Set3",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Set3_r/?format=api",
            "name": "Set3_r",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/ShadeBool/?format=api",
            "name": "ShadeBool",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/SoilTexture/?format=api",
            "name": "SoilTexture",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Spectral/?format=api",
            "name": "Spectral",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Spectral_r/?format=api",
            "name": "Spectral_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Spectral_r_discrete/?format=api",
            "name": "Spectral_r_discrete",
            "description": "Spectral_r for discrete classes"
        }
    ]
}