Skip to content

Commit d1843e1

Browse files
committed
Update example to use Mapbox Standard style. Update screenshot.
1 parent b577978 commit d1843e1

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

assets/screenshot.png

37.1 KB
Loading

example/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ mapboxgl.accessToken = import.meta.env.VITE_MAPBOX_ACCESS_TOKEN;
1010

1111
const map = new mapboxgl.Map({
1212
container: "map",
13-
style: "mapbox://styles/mapbox/streets-v12",
1413
center: [-122.4194, 37.7749],
1514
zoom: 12
1615
});

0 commit comments

Comments
 (0)