|
@@ -41,11 +41,6 @@ public class TileServiceImpl implements ITileService {
|
|
|
|
|
|
if(filterCql !=null && !"".equals(filterCql)){
|
|
|
|
|
|
- StringBuffer sbBbox = new StringBuffer();
|
|
|
- sbBbox.append("(bbox (");
|
|
|
- sbBbox.append(geoDs.getBboxColumn() + ",");
|
|
|
- sbBbox.append(requestParam.getBbox() + "))");
|
|
|
-
|
|
|
filterCqlStr.append(filterCql);
|
|
|
}
|
|
|
|