Update of /cvsroot/meshdb/www/db2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24300
Modified Files:
map2b.php
Log Message:
Removed the old hard-coded shift hack.
Index: map2b.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/map2b.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- map2b.php 9 May 2004 03:32:30 -0000 1.6
+++ map2b.php 16 Sep 2004 22:58:47 -0000 1.7
@@ -92,7 +92,7 @@
else
$type = "x";
- list($x, $y) = coord($row["e"] + 100, $row["n"] + 300);
+ list($x, $y) = coord($row["e"], $row["n"]);
/* echo "x=$x y=$y type=$type\n"; */
|