1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Touring Examples
======================
Touring is one of the interesting features supported by the KML Google
Extention Namespace. Listed below is an example of creating a tour which
circles around several landmarks.
Downloads:
* pyKML script: :download:`circle_around_landmarks.py <../../../src/examples/Tours/circle_around_landmarks.py>`
* KML output: :download:`circle_around_landmarks.kml <../../../src/examples/Tours/circle_around_landmarks.kml>`
Circle Around locations
---------------------------------------------
.. literalinclude:: ../../../src/examples/Tours/circle_around_landmarks.py
|