Author:   Wolfgang <[email protected]>
Date:     Thu Mar 28 23:39:10 2013 +0100
Committer:   Wolfgang <[email protected]>
Commit-Date: Thu Mar 28 23:39:10 2013 +0100

bugfix: missing $ in geomap.php :-(

---

 share/server/core/sources/geomap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/sources/geomap.php 
b/share/server/core/sources/geomap.php
index 8e378a2..0ad0fe2 100644
--- a/share/server/core/sources/geomap.php
+++ b/share/server/core/sources/geomap.php
@@ -359,7 +359,7 @@ function process_geomap($MAPCFG, $map_name, &$map_config) {
             continue;
 
         // Calculate the lat (y) coords
-        $obj['y'] = round((ProjectF($img_top) - ProjectF($obj['lat'])) * 
lat_mult - ($icon_h / 2));
+        $obj['y'] = round((ProjectF($img_top) - ProjectF($obj['lat'])) * 
$lat_mult - ($icon_h / 2));
         if($obj['y'] < 0)
             $obj['y'] = 0;             
         


------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to