iPDC-suite/test-examples/examples
karthikmv c6926c8baa changed map_code 2022-09-24 14:26:22 +05:30
..
Makefile changed map_code 2022-09-24 14:26:22 +05:30
README changed map_code 2022-09-24 14:26:22 +05:30
editable_track.c changed map_code 2022-09-24 14:26:22 +05:30
env.sh changed map_code 2022-09-24 14:26:22 +05:30
mapviewer.c changed map_code 2022-09-24 14:26:22 +05:30
mapviewer.js changed map_code 2022-09-24 14:26:22 +05:30
mapviewer.py changed map_code 2022-09-24 14:26:22 +05:30
poi.png changed map_code 2022-09-24 14:26:22 +05:30
polygon.c changed map_code 2022-09-24 14:26:22 +05:30

README

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/