This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Dismal Nitch Rest Area ====== **Location** : 4 miles north of Astoria, Oregon **GPS**: 46.249400, -123.859895 **Cell Signal** : T-Mobile 2-3 bars. **TV Reception** : **Terrain** : Rest Stop **Notes** This had a great view of Astoria and the River. <html> <div id="dismal_nitch_rest_area_mapid" style='height:500px'></div> <script> var dismal_nitch_rest_area_latLong = [46.249400, -123.859895 ]; var dismal_nitch_rest_area_zoom = 11 var dismal_nitch_rest_area_mymap = L.map('dismal_nitch_rest_area_mapid').setView(dismal_nitch_rest_area_latLong,dismal_nitch_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(dismal_nitch_rest_area_mymap); L.marker(dismal_nitch_rest_area_latLong).addTo(dismal_nitch_rest_area_mymap); </script> </html>