Skip to content

MapView getLayer(layerId) fails for Layers with multiple dataSources #714

Description

@TheRestOfMe

For Layers using multiple dataSources, searching for a layer based on layerId fails. Specifically, in CesiumView onClick():

const layer = that.getLayer(layerId);

Calls MapView:

getLayer(layerId) {

Which is returning null.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions