This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Orovada Rest Area ====== **Location** : An Hour outside of WInnemucca, NV **GPS**: 41.542348, -117.786784 **Cell Signal** : T-Mobile 3 bars. 20 Mbps down and 2 Mbps Up **TV Reception** : **Terrain** : Flat Parking Lot. **Notes** There is some BLM land behind it for camping but there are some deep ruts just past the cattle gate. Since the lot was not busy no need to go there. We just stayed in the rest stop. There is a good place to dump trash here but I would not use the toilets. <html> <div id="orovada_rest_area_mapid" style='height:500px'></div> <script> var orovada_rest_area_latLong = [41.542348, -117.786784]; var orovada_rest_area_zoom = 13 var orovada_rest_area_mymap = L.map('orovada_rest_area_mapid').setView(orovada_rest_area_latLong,orovada_rest_area_zoom); L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Map data © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors', maxZoom: 18, tileSize: 256, zoomOffset: 0, }).addTo(orovada_rest_area_mymap); L.marker(orovada_rest_area_latLong).addTo(orovada_rest_area_mymap); </script> </html>