Skip to content

Commit

Permalink
fix: 图例问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
yxh01132861 committed Jan 31, 2024
1 parent e55517a commit bfe9afc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ export const parserLegendData = (layer: Layer) => {
},
};

console.log(data, 'data');

return data;
} else if (['linear', 'quantile', 'quantize', 'threshold'].includes(type as string)) {
const data: LegendRampData = {
Expand Down

0 comments on commit bfe9afc

Please sign in to comment.