Newbie
October 2015 - Oct 26, 2015 19:09:56 GMT
|
Post by flynn17055 on Oct 26, 2015 16:11:20 GMT
Is there a way to do a tour along a path while keeping your view fixed on one point instead of having your view follow the path? I am attempting to create a path along a road (which I can do), and do a tour, while keeping the view fixed on a house on a hillside. The goal is to see when you lose site of the house while going up and down the road. Thank you.
|
|
Wizard
March 2015 - Oct 14, 2024 15:03:31 GMT
|
Post by tek on Oct 26, 2015 17:39:35 GMT
Just try one of this classic examples. Is that what you ask for?
<?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"> <Placemark> <gx:Track> <when>2010-05-28T02:02:09Z</when> <when>2010-05-28T02:02:35Z</when> <when>2010-05-28T02:02:44Z</when> <when>2010-05-28T02:02:53Z</when> <when>2010-05-28T02:02:54Z</when> <when>2010-05-28T02:02:55Z</when> <when>2010-05-28T02:02:56Z</when> <gx:coord>-122.207881 37.371915 156.000000</gx:coord> <gx:coord>-122.205712 37.373288 152.000000</gx:coord> <gx:coord>-122.204678 37.373939 147.000000</gx:coord> <gx:coord>-122.203572 37.374630 142.199997</gx:coord> <gx:coord>-122.203451 37.374706 141.800003</gx:coord> <gx:coord>-122.203329 37.374780 141.199997</gx:coord> <gx:coord>-122.203207 37.374857 140.199997</gx:coord> </gx:Track> </Placemark> </kml>
|
|
Newbie
October 2015 - Oct 26, 2015 19:09:56 GMT
|
Post by flynn17055 on Oct 26, 2015 19:09:56 GMT
Unfortunately this response is a little bit above my pay grade. And I assume it will take too much to explain to me how to implement it, thank you though.
|
|