You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening the project in Qt Creator, and then building and running the code results in an empty screen.
Workaround
The line value: applicationDirPath+"/dianzi_gaode_ArcgisServerTiles/_alllayers" points to the wrong directory on macOS, as it is looking inside the application bundle. However, the bundle does not have the files copied into the app directory.
Thank you for your valuable feedback. But I don't have an Mac development environment to test. I don't know how Mac gets the relative path of the executable(谢谢你的反馈. 不过我没有苹果开发环境,无法进行测试. 也不知道苹果怎么获取可执行程序相对路径.)
kubark42
changed the title
Code does not work out of the box
Code does not work out of the box on macOS
Oct 20, 2021
Background
Qt Version: Qt 5.15.2
Platform: MacOS 11.6
Problem
Opening the project in Qt Creator, and then building and running the code results in an empty screen.
Workaround
The line
value: applicationDirPath+"/dianzi_gaode_ArcgisServerTiles/_alllayers"
points to the wrong directory on macOS, as it is looking inside the application bundle. However, the bundle does not have the files copied into the app directory.As a workaround, I set
value: "/Users/foo/Downloads/MyQtLocation-master/bin/dianzi_gaode_ArcgisServerTiles/_alllayers"
and it works fine.
Thanks a lot for publishing this project, it's a perfect example of an offline map plugin!
The text was updated successfully, but these errors were encountered: