Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Question OK you Techies > Google Earth Pro 4 - Wondering somehow this feature can be utilized

    In GT 4 (free version) you create (record) an animation of along a path or of camera changes done manually by user. A movie icon is created in the navigation pane at the left of the GE window.

    I made an animation and cut the icon to my clipboard. By accident I discovered that embedded in the icon is the script of the camera path.

    The below is a portion of the code of a flyover. It caused an error when pasted into XWD because the HTML field only accepts [Edit]30,000[/Edit] characters.

    I'm wondering if a more simple flyover could some how be embedded and played in Placeholder. If anyone can figure it, I'd sure like to know how.

    Attached is a txt file for the camera and the KMZ version that can be played in GE4.
    Change the .ZIP extension of the attachment to .KMZ after downloading





    JohnC
    Attached Files Attached Files
    Last edited by jclements; 20 March 2009 at 08:57 PM.
    IP

  2. #2
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Default Re: OK you Technies > Google Earth Pro 4 - Wondering somehow this feature can be util

    [html]
    <?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">
    <gx:Tour>
    <name>Downtown to MtTabor</name>
    <gx:Playlist>
    <gx:FlyTo>
    <gx:flyToMode>smooth</gx:flyToMode>
    <Camera>
    <longitude>-122.6843043306425</longitude>
    <latitude>45.51886263800478</latitude>
    <altitude>393.5286040944783</altitude>
    <heading>98.17761392661346</heading>
    <tilt>75.82426414069801</tilt>
    <roll>-2.287709371283078e-010</roll>
    <altitudeMode>absolute</altitudeMode>
    </Camera>
    </gx:FlyTo>
    <gx:Wait><gx:duration>1.053144184526275</gx:duration>
    IP

  3. #3
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: OK you Technies > Google Earth Pro 4 - Wondering somehow this feature can be util

    Quote Originally Posted by jclements View Post
    It caused an error when pasted into XWD because the HTML field only accepts 3000 characters.
    Placeholder html field accepts over 30000 (30 thousands) characters.
    John.
    IP

  4. #4
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Default Re: OK you Technies > Google Earth Pro 4 - Wondering somehow this feature can be util

    I misread. Well the code was over 30,000 characters.
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •