Skip to content

Commit c3232b8

Browse files
committed
upgrade to mapbox-gl-js 1.6.1
wip
1 parent 78e4750 commit c3232b8

File tree

7 files changed

+627
-2167
lines changed

7 files changed

+627
-2167
lines changed

html/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
background-color: transparent;
8080
}
8181
</style>
82-
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js'></script>
83-
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css' rel='stylesheet' />
82+
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.6.1/mapbox-gl.js'></script>
83+
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.6.1/mapbox-gl.css' rel='stylesheet' />
8484

8585
<script src='https://mapbox-gl-inspect.lukasmartinelli.ch/dist/mapbox-gl-inspect.min.js'></script>
8686
<link href='https://mapbox-gl-inspect.lukasmartinelli.ch/dist/mapbox-gl-inspect.css' rel='stylesheet' />
@@ -120,7 +120,7 @@
120120

121121
<script type="text/javascript">
122122

123-
var styles = ["cyclemap", "shadow", "xray", "localhost"];
123+
var styles = ["localhost"];
124124

125125
function loadJson(file) {
126126
return new Promise(function (resolve, reject) {

0 commit comments

Comments
 (0)