Skip to content

Commit

Permalink
Merge pull request #125 from Vizzuality/fix/layer-ids
Browse files Browse the repository at this point in the history
new ids layers
  • Loading branch information
mluena authored Apr 25, 2024
2 parents 1f66cd6 + 0f4b31b commit a5fe32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useLayers } from './hooks';
const SOURCE: SourceProps = {
promoteId: 'ID',
type: 'vector',
url: 'mapbox://afoco.76guc67g',
url: 'mapbox://afoco.7nyqambk',
id: 'land_degradation',
};

Expand Down
2 changes: 1 addition & 1 deletion client/src/containers/datasets/layers/projects/layer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useLayers } from './hooks';
const SOURCE: SourceProps = {
promoteId: 'project_code',
type: 'vector',
url: 'mapbox://afoco.d4pumjf8',
url: 'mapbox://afoco.25x9bxct',
id: 'projects',
};

Expand Down

0 comments on commit a5fe32a

Please sign in to comment.