- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Geo/GIS/Astro/Meteo Development
- GIS components help
×
Components and Libraries for Geo/GIS/Astro/Meteo Development, discussions, problems and suggestions
Question GIS components help
- Dimitris Papadopoulos
- Topic Author
- Visitor
-
5 years 1 month ago #8924
by Dimitris Papadopoulos
GIS components help was created by Dimitris Papadopoulos
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.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Less
More
5 years 1 month ago - 5 years 1 month ago #8925
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic GIS components help
No help yet, Sir
only 3 samples in CodeOcean
only 3 samples in CodeOcean
PilotLogic Architect and Core Programmer
Last edit: 5 years 1 month ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- zeljko
- Offline
- Junior Member
-
5 years 1 month ago - 5 years 1 month ago #8998
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Replied by zeljko on topic GIS components help
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
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
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Last edit: 5 years 1 month ago by zeljko.
Please Log in or Create an account to join the conversation.