We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8717be2 commit 2f92e93Copy full SHA for 2f92e93
greenstand/config.js
@@ -124,8 +124,9 @@ class Config {
124
) ? true: false;
125
function checkUseBounds(){
126
if(zoomLevelInt > ZOOM_LEVEL_THRETHOLD_OF_CLUSTER){
127
- log.info("zoom level for trees should use bounds anyway");
128
- return true;
+ //mapnik would add the bounds automatically
+ log.info("zoom level for trees should not use bounds anyway");
129
+ return false;
130
}
131
if(map_name){
132
log.info("org map always use global data set");
0 commit comments