|
From: <il...@pr...> - 2004-05-09 02:45:51
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5503 Modified Files: map2b.php Log Message: Added a temporary hack to make the location map line up with reality until we can figure out what's going wrong with the shift files. Index: map2b.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/map2b.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- map2b.php 7 Oct 2002 11:06:02 -0000 1.4 +++ map2b.php 9 May 2004 02:45:42 -0000 1.5 @@ -80,7 +80,7 @@ else $type = "x"; - list($x, $y) = coord($row["e"], $row["n"]); + list($x, $y) = coord($row["e"] + 100, $row["n"] + 300); /* echo "x=$x y=$y type=$type\n"; */ |