Quote:
Originally Posted by Jon Noring
It is important to refer to the OPF Specification which defines the mechanism to assign fallbacks. You will need to add, for example, the 'fallback' attribute, and do it as specified.
Good luck!
|
I followed the spec by adding fallback attribute to the kml item:
<item id="kml" href="kml_sample.kml" media-type="application/google+kml" fallback="titlepage"/>
Is there anything I missed?