Using World Maps

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TCardinal
Newbie
Newbie
Posts: 10
Joined: Thu Jan 31, 2008 12:00 am

Using World Maps

Post by TCardinal » Fri Mar 12, 2010 4:37 pm

Is there an example of creating points on a map using longtitude and latitude?

thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Using World Maps

Post by Narcís » Fri Mar 12, 2010 4:46 pm

Hi TCardinal,

Yes, the TeeMaps example included with TeeChart's installation, for example at: C:\Program Files\Steema Software\TeeChart 8.06 for Delphi 2007\Examples\TeeMaps; includes a city list which are plotted using longitude and latitude coordinates.

Hope this helps!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

TCardinal
Newbie
Newbie
Posts: 10
Joined: Thu Jan 31, 2008 12:00 am

Re: Using World Maps

Post by TCardinal » Fri Mar 12, 2010 5:26 pm

Thanks, that would be what I am after. Unfortunately the example app won't load as it requires DotNet Personality. Even trying to compile the unit in a new app, won't compile as it needs TeeObjectInspector which I can't find in my installation.

Thanks

Yeray
Site Admin
Site Admin
Posts: 9543
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Using World Maps

Post by Yeray » Mon Mar 15, 2010 10:24 am

Hi TCardinal,

To fix the DotNet Personality problem, try deleting the .dproj file and loading the .dpr project.
To fix the TeeObjectInspector dependence, add the folder "Examples\TeeChartOffice\Sources" to your TeeMaps project's search path or copy "TeeObjectInspector.dcu" and "TeeObjectInspector.pas" from that folder to your TeeMaps demo folder "Examples\TeeMaps".

It should be fine with the next maintenance release.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply