Skip to content

Commit

Permalink
Fix debug page for video, bump to style v8
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 29, 2015
1 parent aeecc12 commit b703263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

var videoStyle = {
"version": 7,
"version": 8,
"sources": {
"satellite": {
"type": "raster",
Expand All @@ -40,7 +40,7 @@
},
"video": {
"type": "video",
"url": [ "https://www.mapbox.com/drone/video/drone.mp4", "https://www.mapbox.com/drone/video/drone.webm" ],
"urls": [ "https://www.mapbox.com/drone/video/drone.mp4", "https://www.mapbox.com/drone/video/drone.webm" ],
"coordinates": [
[-122.51596391201019, 37.56238816766053],
[-122.51467645168304, 37.56410183312965],
Expand Down

0 comments on commit b703263

Please sign in to comment.