Skip to content

Commit

Permalink
Merge pull request #71 from Vizzuality/SKY30-143-make-eez-and-mpa-layer
Browse files Browse the repository at this point in the history
[SKY30-143]: renders EEZ and MAP layers by default
  • Loading branch information
SARodrigues authored Nov 24, 2023
2 parents c070dd2 + fb00923 commit ce887fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const useSyncMapSettings = () => {
};

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

export const useSyncMapLayerSettings = () => {
Expand Down

0 comments on commit ce887fe

Please sign in to comment.