Click headings to sort by name, region, miles, gain, elevation, hours, class, exposure, danger, or difficulty.
Hike | Region | Miles (RT) | Gain (ft) | Elevation (ft) | Hours | Class | Exposure | Danger | Difficulty |
---|---|---|---|---|---|---|---|---|---|
=$row['name']?> | $region = $row['region']; if($region == "R") {$region = "Red Rock";} if($region == "M") {$region = "Lake Mead";} if($region == "C") {$region = "Mt. Charleston";} if($region == "V") {$region = "Las Vegas";} echo $region; ?> | =$row['distance']?> | $gain = number_format($row['gain']); echo $gain; ?> | echo number_format($row['elevation']); ?> | echo $row['hours']; ?> | echo $row['class']; ?> | echo $row['exposure']; ?> | echo $row['danger'];; ?> | echo $row['difficulty'];; ?> |
This chart allows you to find the type of hike near Las Vegas that fits your needs by sorting by difficulty, exposure, miles, altitude, etc.