- Google KML Reader/Writer
- Google KML Quick Facts
- Resource Traversal
- Google KML Reader Parameters
- Google KML Writer Parameters
- KML Writer Feature Type Properties: Format Parameters
- Writer Pipelines
- Atom Metadata
- Style Management and Common Styles
- Document Element Omission
- Raw Text
- Update Mode
- Feature Representation
- KML Dataset Structure
- File Structure
- Identifying Elements
- Documents and Folders
- Tours
- Extended Data
- User Defined Schema
- Layers and Feature Type Fanout
- Feature Attributes
- Geometry
- 3D
- Fixed Schema
- Common Element Attributes
- Common Format Attributes
- NetworkLinkControl
- Document
- Folder
- Placemark
- ScreenOverlay
- GroundOverlay
- PhotoOverlay
- NetworkLink
- Style
- StyleMap
- Tour
- AnimatedUpdate
- FlyTo
- SoundCue
- TourControl
- Wait
Tour
The Tour element has no specific attributes; the common format and element attributes listed at the beginning of the section do apply.
Overview
<gx:Tour> elements are used by Google Earth to provide users with a guided tour of a KML dataset. Each Tour has a playlist of one or more elements that are sub-types <TourPrimative>; these include <AnimatedUpdate>, <FlyTo>, <SoundCue>, <TourControl>, and <Wait>. Tour primatives are routed to their parent Tour via the kml_tour format attribute.
Writer Notes
If a tour primitive does not specify the id of a tour, it will be assigned to a ‘default’ tour that has the id ‘fme_default_tour’, and the name “Tour”.
Reader Notes
None.