Hi Michael,
In ChartDirector, the x and y axes can represent date/time, numbers or text labels. If they represent numbers, ChartDirector would not care what does the numbers mean. It can mean temperature, rainfall, revenue, latitude, longitude or any other things.
So in your case, you can just use a normal XY chart for your data, in which the x and y axes are numbers representing latitude and longitude. You can plot your data on this surface, using the data representation you want (eg. using scatter points, lines, vectors, ...).
Hope this can help.
Regards
Peter Kwan |