Skip to content

Commit

Permalink
TileJSON for opening from MapBox Studio (fix to load pbf tiles via CO…
Browse files Browse the repository at this point in the history
…RS enabled rawgit.com CDN)
  • Loading branch information
klokan committed Sep 9, 2015
1 parent b1367ff commit 105843f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"basename": "countries",
"tilejson": "2.0.0",
"scheme": "xyz",
"tiles": ["http://klokantech.github.io/mapbox-gl-js-offline-example/countries/{z}/{x}/{y}.pbf"],
"grids": ["http://klokantech.github.io/mapbox-gl-js-offline-example/countries/{z}/{x}/{y}.grid.json"],
"tiles": ["https://cdn.rawgit.com/klokantech/mapbox-gl-js-offline-example/gh-pages/countries/{z}/{x}/{y}.pbf"],
"vector_layers": [{
"id": "state",
"description": "",
Expand Down

0 comments on commit 105843f

Please sign in to comment.