Page 1 of 1

Displaying a map on a CSEntry app

Posted: August 16th, 2017, 11:00 am
by kakinyim
Has anyone developed a CSEntry app to display an offline map given shape files or GIS coordinates?

Re: Displaying a map on a CSEntry app

Posted: September 23rd, 2017, 8:57 am
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,