Skip to content

Commit

Permalink
Merge pull request #155 from mapbox/fixy-bike
Browse files Browse the repository at this point in the history
Fix tests for updated tilejson behavior
  • Loading branch information
yhahn committed Jan 11, 2016
2 parents e6a4704 + fc21fd5 commit 3b0dd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/mapquest.tilejson
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MapQuest Open",
"scheme": "tms",
"scheme": "xyz",
"tiles": [ "http://otile1.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.jpg" ],
"minzoom": 0,
"maxzoom": 18,
Expand Down
2 changes: 1 addition & 1 deletion test/load.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tilelive.protocols['tilejson:'] = require('tilejson');
var data = [
{
name: 'MapQuest Open',
scheme: 'tms',
scheme: 'xyz',
tiles: [ 'http://otile1.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.jpg' ],
minzoom: 0,
maxzoom: 18,
Expand Down

0 comments on commit 3b0dd7e

Please sign in to comment.