File: tour_examples.rst

package info (click to toggle)
pykml 0.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 920 kB
  • sloc: python: 3,919; makefile: 108; sh: 8
file content (17 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (2)
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