Skip to content

Commit

Permalink
Try out Mapbox GL JS v2.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Oct 26, 2021
1 parent 095ff08 commit 3023e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3d/3d.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'https://api.mapbox.com/mapbox-gl-js/v2.5.1/mapbox-gl.css';
@import 'https://api.mapbox.com/mapbox-gl-js/v2.6.0-beta.1/mapbox-gl.css';

* {
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion 3d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<link rel="stylesheet" href="3d.css" />
<div id="map"></div>
<div id="parks"></div>
<script src="https://api.mapbox.com/mapbox-gl-js/v2.5.1/mapbox-gl.js"></script>
<script src="https://api.mapbox.com/mapbox-gl-js/v2.6.0-beta.1/mapbox-gl.js"></script>
<script type="module" src="3d.js"></script>

0 comments on commit 3023e13

Please sign in to comment.