Welcome, Guest
Username: Password: Remember me
Components and Libraries for Geo/GIS/Astro/Meteo Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

GIS components help 8 years 2 months ago #8924

  • Dimitris Papadopoulos
  • Dimitris Papadopoulos's Avatar Topic Author
  • Visitor
  • Visitor
Does anyone know where to find some help for the GIS components of CT?

Please Log in or Create an account to join the conversation.

GIS components help 8 years 2 months ago #8925

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
No help yet, Sir
only 3 samples in CodeOcean
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

GIS components help 8 years 2 months ago #8998

  • zeljko
  • zeljko's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
example mapViewer1
debian Linux:

1.
Project -> Project options -> Custom options-> add: -dUseCThreads

2. unit MapViewermw.pas

- 109 x := 'cache\'+MDPrint(MD5String(Url));
+ 109 x := 'cache'+PathDelim+MDPrint(MD5String(Url));

- 133 x := 'cache\'+MDPrint(MD5String(Url));
+ 133 x := 'cache'+PathDelim+MDPrint(MD5String(Url));

3. unit kcMapViewerDESynapse.pas

- 57 inherited DownloadFile(Url, str);
+ 57 // inherited DownloadFile(Url, str);

Run -> Clean up and Build examples work to linux

Please Log in or Create an account to join the conversation.

Last edit: by zeljko.
  • Page:
  • 1