Alan: Here is the KML file to locate on Google Earth the site of my image from Canyonlands NP. I'm not sure you use the KML file in GE, but
Lat and Long are
<longitude>-109.6684437385163</longitude>
<latitude>38.18126268779499</latitude>
It's BLM land, just outside the park. Zero services, of course. Just a few spots right off the highway and easy to access with any vehicle.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://www.opengis.net/kml/2.2" xmlns:gx="
http://www.google.com/kml/ext/2.2" xmlns:kml="
http://www.opengis.net/kml/2.2" xmlns:atom="
http://www.w3.org/2005/Atom">
<Document>
<name>KmlFile</name>
<Style id="s_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>
http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin_hl">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>
http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Placemark>
<name>Untitled Placemark</name>
<LookAt>
<longitude>-109.6684437385163</longitude>
<latitude>38.18126268779499</latitude>
<altitude>0</altitude>
<heading>1.80023297038349</heading>
<tilt>26.5842266905353</tilt>
<range>266.7271256454685</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-109.6685416666667,38.181325,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>