Skip to content

Commit

Permalink
Fix Map Layer Toggle for Label
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Apr 29, 2024
1 parent 7280c82 commit ddb4951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/src/default-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const BACKGROUND_LAYER_GROUP: DEFAULT_LAYER_GROUP = {
export const DEFAULT_LAYER_GROUPS: DEFAULT_LAYER_GROUP[] = [
{
slug: 'label',
filter: ({id}) => id.match(/(?=(label|place-|poi-))/),
filter: ({id}) => id.match(/(?=(label|place_|poi_))/),
defaultVisibility: true,
isVisibilityToggleAvailable: true,
isMoveToTopAvailable: true,
Expand Down

0 comments on commit ddb4951

Please sign in to comment.