svn commit: r606 - trunk/mapbender/http/javascripts/point.js
uli at osgeo.org
uli at osgeo.org
Thu Jun 22 04:54:56 EDT 2006
Author: uli
Date: 2006-06-22 08:54:55+0000
New Revision: 606
Modified:
trunk/mapbender/http/javascripts/point.js (contents, props changed)
Log:
license included
Modified: trunk/mapbender/http/javascripts/point.js
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/point.js?view=diff&rev=606&p1=trunk/mapbender/http/javascripts/point.js&p2=trunk/mapbender/http/javascripts/point.js&r1=605&r2=606
==============================================================================
--- trunk/mapbender/http/javascripts/point.js (original)
+++ trunk/mapbender/http/javascripts/point.js 2006-06-22 08:54:55+0000
@@ -1,5 +1,9 @@
+/*
+* $Id$
+* COPYRIGHT: (C) 2001 by ccgis. This program is free software under the GNU General Public
+* License (>=v2). Read the file gpl.txt that comes with Mapbender for details.
+*/
//http://www.mapbender.org/index.php/point.js
-
function Point(x, y){
this.dist = function(p){
return Math.sqrt(Math.pow(this.y-p.y,2) + Math.pow(this.x-p.x,2)) ;
More information about the Mapbender_commits
mailing list