Skip to content

Commit

Permalink
better regex for mapbox style boundary detection (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Sep 30, 2022
1 parent 306da3a commit 9b483b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/src/default-settings.ts
Expand Up @@ -202,7 +202,7 @@ export const DEFAULT_LAYER_GROUPS: DEFAULT_LAYER_GROUP[] = [
},
{
slug: 'border',
filter: ({id}) => id.match(/border|boundaries/),
filter: ({id}) => id.match(/border|boundaries|boundary/),
defaultVisibility: false
},
{
Expand Down

0 comments on commit 9b483b2

Please sign in to comment.