Displaying a map on a CSEntry app

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
kakinyim
Posts: 42
Joined: January 16th, 2012, 6:38 am
Location: Remote/Virtual

Displaying a map on a CSEntry app

Post by kakinyim »

Has anyone developed a CSEntry app to display an offline map given shape files or GIS coordinates?
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Re: Displaying a map on a CSEntry app

Post by htuser »

Hi Kakinyim,
Using execsystem function, it's possible to display a map already saved in jpg format:
execsystem("view:" + pathname(Application) + "map.jpg");

So, please use your shp file and GPS coordinates, make a map using ArcGIS, Google Earth, etc save it in jpg format and use Csentry to display it.
Regards,
G.VOLNY, a CSProuser from Haiti, since 2004
Post Reply