Remove console.log
This commit is contained in:
parent
8d4ebc171b
commit
6d91172630
@ -51,8 +51,6 @@ var layerQueryTemplate = dot.template([
|
|||||||
].join('\n'));
|
].join('\n'));
|
||||||
|
|
||||||
function getLayer(query, color, opacity) {
|
function getLayer(query, color, opacity) {
|
||||||
|
|
||||||
console.log(multiTypeStyle(color, opacity));
|
|
||||||
return {
|
return {
|
||||||
type: 'mapnik',
|
type: 'mapnik',
|
||||||
options: {
|
options: {
|
||||||
@ -69,7 +67,6 @@ MapConfigAnalysisLayersAdapter.prototype.getLayers = function(username, requestM
|
|||||||
if (isAnalysisTypeLayer(layer)) {
|
if (isAnalysisTypeLayer(layer)) {
|
||||||
|
|
||||||
var analysisDefinition = JSON.parse(layer.options.def);
|
var analysisDefinition = JSON.parse(layer.options.def);
|
||||||
console.log(JSON.stringify(analysisDefinition, null, 2));
|
|
||||||
|
|
||||||
camshaft.create(username, analysisDefinition, function(err, analysis) {
|
camshaft.create(username, analysisDefinition, function(err, analysis) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user