Mohamed Amine Mzoughi
Mohamed Amine Mzoughi
Are you sure for the 1.0.2 version ? because In Centos 7, the version that you can install via yum is "1.0.2k".
Thank you ! I never used vcpkg but I found this : https://developerpaul123.github.io/c++/cmake/using-vcpkg-on-windows/ Paragraph "Using Packages Installed with vcpkg" shows how to use CMake-GUI with vcpkg. You can give it...
You're right, I did it for testing :\
Hi @johnkit You can simply take the weather station application, add this code in void qtWeatherStations::showStations() : ` // remove old markers for (const auto& id : StationMap) { if...
Recently, I noticed that vtkMap is unable to download map tiles from openstreetmap server. When I specified a user agent (e.g. vtkMap), I was again able to download the tiles....
Hi @johnkit I made a small change in core/CMakeLists.txt to fix libcurl include dir not being set for examples projects in Visual Studio 2019 (generated with the latest version of...
@johnkit To remove the ugly discontinuities between tiles (or any image textured planes in VTK), multi sampling must be disabled AND vtkTexture's interpolation must not be activated. The map is...
The static library "ftpclient" (or the program "ftp.exe") is not properly linked to the dynamic library (it can also be static) "libcurl", you have a problem in the link parameters...