We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0da6661 + 2f92e93 commit c6a11a6Copy full SHA for c6a11a6
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