Skip to content

Commit

Permalink
Fix layer name
Browse files Browse the repository at this point in the history
  • Loading branch information
netoarmando committed Jul 19, 2024
1 parent 19fb678 commit 1fcf6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var map = new mapboxgl.Map({
});

var mapLayers = {
'group0': ['forests-land-use', 'forests color-land-use'],
'group0': ['forests-land-use', 'forests-color-land-use'],
'group1': ['2022-emission-grid1grau-l-copy-1', '2022-emission-grid1grau-fill-copy-1'],
'group2': ['2022-emission-grid1grau-l-copy', '2022-emission-grid1grau-fill-copy'],
'group3': ['2022-emission-grid1grau-l-copy-2', '2022-emission-grid1grau-fill-copy-2'],
Expand Down

0 comments on commit 1fcf6fa

Please sign in to comment.