[Mapbender-commits] r2959 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Sep 17 09:38:41 EDT 2008
Author: mschulz
Date: 2008-09-17 09:38:41 -0400 (Wed, 17 Sep 2008)
New Revision: 2959
Modified:
branches/2.5/http/classes/class_bbox.php
Log:
added require class_point for instance test
Modified: branches/2.5/http/classes/class_bbox.php
===================================================================
--- branches/2.5/http/classes/class_bbox.php 2008-09-17 13:33:55 UTC (rev 2958)
+++ branches/2.5/http/classes/class_bbox.php 2008-09-17 13:38:41 UTC (rev 2959)
@@ -18,6 +18,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
require_once(dirname(__FILE__)."/../../core/globalSettings.php");
+require_once(dirname(__FILE__)."/class_point.php");
/**
* A bounding box consisting of an lower left and an upper right point, and an EPSG.
@@ -147,4 +148,4 @@
return (string) "[" . $this->min . $this->max . " " . $this->epsg . "]";
}
}
-?>
\ No newline at end of file
+?>
More information about the Mapbender_commits
mailing list