Skip to content

Commit

Permalink
makes WDPA layer default
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Nov 29, 2023
1 parent 550e2af commit cb177a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useSyncMapSettings = () => {
};

export const useSyncMapLayers = () => {
return useQueryState('layers', parseAsArrayOf(parseAsInteger).withDefault([6, 10]));
return useQueryState('layers', parseAsArrayOf(parseAsInteger).withDefault([6, 7]));
};

export const useSyncMapLayerSettings = () => {
Expand Down

0 comments on commit cb177a9

Please sign in to comment.