Caine, I'm assuming that you're using the Arcgis tool "Layer
to KML". Sadly, that tool creates erratic output, and I've experienced
the same problem that you describe, although my layer was a polygon
instead of points, and the problem occurred on all platforms, not just
the iPad. In my case, somehow the output kmz layer appeared to be getting shoved
under the earth's surface, rendering it invisible. I solved my problem
by using QGIS software (free, and less buggy than ESRI),
right-clicking the layer in the TOC and "Save As" kml, That output
works fine.
Here are some suggestions:
1. In
Google Earth, take a look at the output layer's properties, particularly
altitude. It should be set to "Clamp to Ground", but try setting it's
altitude at some level above ground, say 1,000 meters. Does it show up
now?
2. If you want to stick with ESRI software, I'd suggest that
you alter some of the "Layer to KML" options such as the Layer Output
scale. Not sure if that will solve the problem...
3. As
another alternative, take a look at the ESRI file output. ESRI's "Layer
to KML" tool creates a .kmz file, which is a zipped version of the .kml
(Google Earth can read either version). If you unzip the .kmz file,
you'll notice the doc.kml file. Open that file and look around, I'd suggest starting by looking for
<Altitude> tags. You can get info on the kml language
.