Skip to content

Commit be43049

Browse files
committed
Remove extra console logs
1 parent 4078f63 commit be43049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

API/Backend/Geodatasets/routes/geodatasets.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ function get(reqtype, req, res, next) {
452452
}
453453

454454
/*
455+
req.query.layer
455456
req.query.limit
456457
req.query.minx
457458
req.query.miny
@@ -539,7 +540,7 @@ router.get("/aggregations", function (req, res, next) {
539540
sequelize
540541
.query(q, {
541542
replacements: {
542-
limit: req.query.limit != null ? parseInt(req.query.limit) : 100,
543+
limit: req.query.limit != null ? parseInt(req.query.limit) : 500,
543544
startProp: startProp,
544545
start_time: start_time,
545546
endProp: endProp,

0 commit comments

Comments
 (0)