svn commit: r951 - trunk/mapbender/http/javascripts/mod_highlight.php

christoph at osgeo.org christoph at osgeo.org
Thu Nov 23 09:33:06 EST 2006


Author: christoph
Date: 2006-11-23 14:33:06+0000
New Revision: 951

Modified:
   trunk/mapbender/http/javascripts/mod_highlight.php

Log:
addded point.js

Modified: trunk/mapbender/http/javascripts/mod_highlight.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_highlight.php?view=diff&rev=951&p1=trunk/mapbender/http/javascripts/mod_highlight.php&p2=trunk/mapbender/http/javascripts/mod_highlight.php&r1=950&r2=951
==============================================================================
--- trunk/mapbender/http/javascripts/mod_highlight.php	(original)
+++ trunk/mapbender/http/javascripts/mod_highlight.php	2006-11-23 14:33:06+0000
@@ -5,7 +5,8 @@
 * http://www.mapbender.org/index.php/Mod_highlight.php
 * License (>=v2). Read the file gpl.txt that comes with Mapbender for details. 
 */
-require_once("mod_geometryArray.js");
+require_once(dirname(__FILE__)."/point.js");
+require_once(dirname(__FILE__)."/mod_geometryArray.js");
 ?>
 function calculateVisibleDash (p0, p1, width, height) {
 	if (p0.x > p1.x) {var p_temp = p0; p0 = p1; p1 = p_temp; p_temp = null;}




More information about the Mapbender_commits mailing list