Skip to content

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

@TheRestOfMe

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions