diff --git a/src/main.js b/src/main.js index 1f93ece..5d55bdc 100644 --- a/src/main.js +++ b/src/main.js @@ -102,7 +102,9 @@ var startWithMBTiles = function(mbtilesFile) { if (styleFilename.endsWith('.json')) { var styleObject = { "style": path.basename(styleFilename), - "bounds": bounds + "tilejson": { + "bounds": bounds + } }; config['styles'][path.basename(styleFilename, '.json')] = styleObject;