Skip to content

Commit 105843f

Browse files
committed
TileJSON for opening from MapBox Studio (fix to load pbf tiles via CORS enabled rawgit.com CDN)
1 parent b1367ff commit 105843f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

countries.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"basename": "countries",
1212
"tilejson": "2.0.0",
1313
"scheme": "xyz",
14-
"tiles": ["http://klokantech.github.io/mapbox-gl-js-offline-example/countries/{z}/{x}/{y}.pbf"],
15-
"grids": ["http://klokantech.github.io/mapbox-gl-js-offline-example/countries/{z}/{x}/{y}.grid.json"],
14+
"tiles": ["https://cdn.rawgit.com/klokantech/mapbox-gl-js-offline-example/gh-pages/countries/{z}/{x}/{y}.pbf"],
1615
"vector_layers": [{
1716
"id": "state",
1817
"description": "",

0 commit comments

Comments
 (0)