File: README

package info (click to toggle)
osm-gps-map 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,020 kB
  • sloc: ansic: 5,381; python: 217; makefile: 207; xml: 45; sh: 33; javascript: 17
file content (17 lines) | stat: -rw-r--r-- 784 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
osm-gps-map example applications
 * ./mapviewer
   C based demo app with many options. See '--help' for a list. Note, this
   must be executed from the examples directory so it can find the mapviewer.ui
   file.
 * ./polygon
   This example demonstrates editable polygons. Vertex points can be dragged. 
   Clicking mid-points divides the line and creates another vertex.
 * ./mapviewer.py
   Python version of the C demo app, with examples showing how to do custom
   layers.
 * ./mapviewer.js
   Javascript example using seed + gobject-introspection. If running uninstalled,
   you probbably need to tell GObject introspection where to find the
   bindings. Do the following from the example directory
    # export LD_LIBRARY_PATH=../src/.libs/
    # export GI_TYPELIB_PATH=../src/