Beispiel #1
0
 function getPOIQuery()
 {
     return parent::getPOIQuery() . " AND " . $this->dbq->poiDetails["col"] . " && " . $this->geomtxt2;
 }
Beispiel #2
0
 function getPOIQuery()
 {
     return parent::getPOIQuery() . " AND name ILIKE '%" . $this->name . "%'";
 }