Skip to content

Commit

Permalink
wip: add new attribution component #391
Browse files Browse the repository at this point in the history
  • Loading branch information
melanielassarade committed Oct 16, 2024
1 parent 6e41a60 commit 4d911d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ const mapEngine = {
maxBounds: [[-90, -180], [90, 180]],
maxBoundsViscosity: 0.25,
timeDimension: true,
rotateControl: false
rotateControl: false,
attributionControl: false
},
// COLORS USED IN STYLES SHOULD BE PART OF THE QUASAR PALETTE NOT RANDOM RGB COLORS
// THIS IS DUE TO KDK EDITING COMPONENTS ONLY SUPPORTING COLORS FROM PALETTE NOW
Expand Down

0 comments on commit 4d911d2

Please sign in to comment.