New urls for source data tiles and rendered tiles

This commit is contained in:
Petr Sloup
2016-04-22 12:33:20 +02:00
parent c0fb4fd400
commit a25ce62662
11 changed files with 90 additions and 71 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ var testTileJSON = function(url, basename) {
describe('Metadata', function() {
testTileJSONArray('/index.json');
testTileJSONArray('/raster.json');
testTileJSONArray('/rendered.json');
testTileJSONArray('/data.json');
describe('/styles.json is valid array', function() {
@@ -64,6 +64,6 @@ describe('Metadata', function() {
});
});
testTileJSON('/raster/test.json', 'test');
testTileJSON('/styles/test/rendered.json', 'test');
testTileJSON('/data/zurich-vector.json', 'zurich-vector');
});