Skip to content

Commit

Permalink
fix(context): queryable must be saved
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed May 11, 2020
1 parent 8b86efb commit dba0e3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ export class ContextService {
layerOptions: {
title: layer.options.title,
zIndex: layer.zIndex,
visible: layer.visible
visible: layer.visible,
queryable: layer.queryable
},
sourceOptions: {
type: layer.dataSource.options.type,
Expand Down

0 comments on commit dba0e3e

Please sign in to comment.