Skip to content

Commit 26ab8af

Browse files
committed
create html file for local experiments
1 parent fa7482d commit 26ab8af

File tree

3 files changed

+1111
-7
lines changed

3 files changed

+1111
-7
lines changed

html/index.html

+4-4
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.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' />
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' />
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 = ["localhost"];
123+
var styles = ["cyclemap", "shadow", "xray"];
124124

125125
function loadJson(file) {
126126
return new Promise(function (resolve, reject) {
@@ -173,7 +173,7 @@
173173
map.touchZoomRotate.disableRotation();
174174

175175
// Debug output
176-
map.showTileBoundaries = true;
176+
// map.showTileBoundaries = true;
177177
// map.showCollisionBoxes = true;
178178

179179
class someList {

0 commit comments

Comments
 (0)