mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
remove debug output
This commit is contained in:
@@ -187,7 +187,7 @@ class Geocode
|
|||||||
|| $this->aViewBox[3] > 90
|
|| $this->aViewBox[3] > 90
|
||||||
|| $this->aViewBox[1] >= $this->aViewBox[3]
|
|| $this->aViewBox[1] >= $this->aViewBox[3]
|
||||||
) {
|
) {
|
||||||
userError("Bad parameter 'viewbox'. Out of range".$this->aViewBox[0]."|".$this->aViewBox[1]."|".$this->aViewBox[2]."|".$this->aViewBox[3]);
|
userError("Bad parameter 'viewbox'. Out of range.");
|
||||||
}
|
}
|
||||||
|
|
||||||
$fHeight = $this->aViewBox[0] - $this->aViewBox[2];
|
$fHeight = $this->aViewBox[0] - $this->aViewBox[2];
|
||||||
|
|||||||
Reference in New Issue
Block a user