Skip to content

Commit

Permalink
Render land basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Mar 21, 2024
1 parent 401eb30 commit 590cdad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ const Index = () => {
/>
<Box sx={{ position: 'absolute', top: 0, bottom: 0, width: '100%' }}>
<Map zoom={2} center={[0, 0]} debug={debug}>
{/* <Fill
<Fill
color={theme.rawColors.background}
source={bucket + 'basemaps/ocean'}
variable={'ocean'}
/> */}
source={bucket + 'basemaps/land'}
variable={'land'}
/>
<Line
color={theme.rawColors.primary}
source={bucket + 'basemaps/land'}
Expand Down

0 comments on commit 590cdad

Please sign in to comment.