Update comments

This commit is contained in:
Javier Goizueta
2016-01-20 17:09:15 +01:00
parent 09568050d6
commit b9f8812c98
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -193,6 +193,7 @@ MapController.prototype.create = function(req, res, prepareConfigFn) {
};
MapController.prototype.instantiateTemplate = function(req, res, prepareParamsFn) {
// TODO: use addOverviewsInformation as in create
var self = this;
var cdbuser = req.context.user;
@@ -43,7 +43,3 @@ MapConfigNamedLayersAdapter.prototype.getLayers = function(username, layers, cal
augmentLayersQueue.awaitAll(layersAugmentQueueFinish);
};
// TODO: document in https://github.com/CartoDB/Windshaft/blob/master/doc/MapConfig-1.5.0.md
// (as OPTIONAL)
// overviews: { table_name: { zoom_level: { table: overview_table_name } }}