Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

addEsriImageMapLayer not working for some image services #17

@dewalex

Description

@dewalex

I am trying to add Sentinel-2 image layer to my leaflet map and nothing renders. I do the same thing as the Landsat example (which works for me), but just change the URL and the rendering rule to one that is written on the service. Is there a bug or am I doing something wrong?

leaflet() %>%

leaflet.esri::addEsriImageMapLayer(
"https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer",
imageMapLayerOptions(
renderingRule = "Natural Color with DRA"
),
group = "test", layerId = "test")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions