/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Methods/Mapping/google.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Opportunities
 
2
=============
 
3
 - Google Earth supports some scripting using KML files, for example gegps (see
 
4
 in the examples) can be used to show your current position using NMEA GPS.
 
5
 It consists of two components:
 
6
    * a 'kml' file which secondly checks another temporary file and requests 
 
7
    GEarth to move to a position specified by this file.
 
8
    * python script reading the data from GPS and updating temporary file with
 
9
    current coordinates.
 
10