Skip to content

Commit

Permalink
#485 Fix layerObj ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Feb 5, 2024
1 parent 9039507 commit 68cdc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/essence/Basics/Map_/Map_.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ function featureDefaultClick(feature, layer, e) {
)

Kinds.use(
L_.layers.data[layerObj.name].kind,
L_.layers.data[layer.options.layerName].kind,
Map_,
feature,
layer,
Expand Down

0 comments on commit 68cdc1d

Please sign in to comment.