|
Variables |
| $booMap = true |
| $oMap = new Map ( $oMysql, $oUser ) |
| $booWaypointing = false |
| $strWaytext = '' |
| $mapdata = array() |
| $oBestWay = new BestWay ( $oMap->aTerrainPoints ) |
| $waypoints = array() |
| $xx = $oMap->xx |
| $yy = $oMap->yy |
| $x = $oMap->x |
| $y = $oMap->y |
| $strMapNimg = '<a href="map.php?x='.$x.'&y='. ($y-5) . '"><img src="img/m_up5.jpg" style="height: 17px; width: 35px; margin: 0px 2px;" alt="5" /></a>' |
| $strMapSimg = '<a href="map.php?x='.$x.'&y='. ($y+5) . '"><img src="img/m_down5.jpg" style="height: 17px; width: 35px; margin: 0px 2px;" alt="5" /></a>' |
| $strMapWimg = '<a href="map.php?x='. ($x-5) .'&y='.$y.'"><img src="img/m_left5.jpg" style="height: 35px; width: 17px; margin: 2px 0px;" alt="5" /></a>' |
| $strMapOimg = '<a href="map.php?x='. ($x+5) .'&y='.$y.'"><img src="img/m_right5.jpg" style="height: 35px; width: 17px; margin: 2px 0px;" alt="5" /></a>' |
| $map_x = $x |
| $map_y = $y-div($yy,2) |
| $strMapN = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">N</a>' |
| $strMapS = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">S</a>' |
| $strMapW = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">W</a>' |
| $strMapO = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">O</a>' |
| $strMapNWimg = '<a href=map.php?x='.$map_x.'&y='.$map_y.'><img src="img/m_nw.gif" style="height: 17px; width: 17px;" alt="NW" /></a>' |
| $strMapNW = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">NW</a>' |
| $strMapNOimg = '<a href=map.php?x='.$map_x.'&y='.$map_y.'><img src="img/m_no.gif" style="height: 17px; width: 17px;" alt="NW" /></a>' |
| $strMapNO = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">NO</a>' |
| $strMapSWimg = '<a href=map.php?x='.$map_x.'&y='.$map_y.'><img src="img/m_sw.gif" style="height: 17px; width: 17px;" alt="NW" /></a>' |
| $strMapSW = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">SW</a>' |
| $strMapSOimg = '<a href=map.php?x='.$map_x.'&y='.$map_y.'><img src="img/m_so.gif" style="height: 17px; width: 17px;" alt="NW" /></a>' |
| $strMapSO = '<a class="compass" href="map.php?x='.$map_x.'&y='.$map_y.'">SO</a>' |
| $strMapScriptData |
| $strMapZoom = '' |
| $aZoomstufen = array( 4, 6, 8, 10, 12, 14, 18 ) |
| effort = '.$dblEffort.'& |
| xs = '.$oMap->xs.'& |
| ys = '.$oMap->ys.'& |