Is there an example of creating points on a map using longtitude and latitude?
thanks
Using World Maps
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Using World Maps
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!
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 |
Instructions - How to post in this forum |
Re: Using World Maps
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
Thanks
Re: Using World Maps
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |