Skip to content

Commit b632d06

Browse files
authored
Merge pull request #43 from developmentseed/satellite-basemap
Add satellite basemap, z22
2 parents 1824b3f + 721a8d0 commit b632d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/src/app/map/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Map(props: MapProps) {
4242
type: "raster",
4343
tileSize: 256,
4444
tiles: [
45-
`https://api.mapbox.com/styles/v1/ingalls/ckvh0wwm8g2cw15r05ozt0ybr/tiles/256/{z}/{x}/{y}@2x?access_token=pk.eyJ1IjoiZGV2c2VlZCIsImEiOiJjbG03b3NudWEwMnlmM2RzMjlhdjNrZzFmIn0.DKX63r8pJPPTqSxrV_y58Q`,
45+
`https://api.mapbox.com/styles/v1/devseed/clx24j0bx02c001qm355b7gw4/tiles/256/{z}/{x}/{y}@2x?access_token=pk.eyJ1IjoiZGV2c2VlZCIsImEiOiJnUi1mbkVvIn0.018aLhX0Mb0tdtaT2QNe2Q`,
4646
],
4747
},
4848
},
@@ -59,7 +59,7 @@ export function Map(props: MapProps) {
5959
type: "raster",
6060
source: "basemap",
6161
minzoom: 0,
62-
maxzoom: 15,
62+
maxzoom: 22,
6363
},
6464
],
6565
},

0 commit comments

Comments
 (0)