-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在centos7.3上转换 提示坐标转换失败 #219
Comments
那可能加载到球上位置不对,你可以手动把 metadata.xml 里的坐标改成经纬度坐标 |
epsg convert failed! 这个是你打印的错误提示 不应该是 我那配置不对吗 windows下可以的 linux不行 |
确实有这个错误。Ubuntu18.04 ERROR: 2022-11-30 06:27:38 - epsg convert failed! 应该是这段代码,osgb::epsg_convert返回false
|
应该是 linux 分支的代码, 屏蔽了 GDAL transform 的代码, 因为没配置 GDAL 依赖库 |
我在ubuntu18.04上 sudo add-apt-repository -y ppa:ubuntugis/ppa $ gdalinfo --version 是否可以? |
应该可以, 你把代码里 宏开关去了 |
linxu分支里的DIFF不少...没找到要打开哪个开关...方便指点一下吗 |
#ifdef _WIN32 |
@liwei0705 大哥你是怎么解决的,我还是报epsg convert failed! |
我在上面贴了代码分支和readme DIFF linux_osg_370...liwei0705:3dtiles:linux_osg_370
|
@liwei0705 大哥你修改完的代码没有在仓库吗,我攒看起来和原作者的一样吖,tileset.cpp这个文件最后是什么样的呢,还有gdal版本有要求嘛? |
@liwei0705 大哥,或者能够给我一个编译后好的嘛,我尝试了多次,ubantu下就是编译不成功,去cenots编译成功但是却坐标错误 |
增加了 linux 版本的编译测试 |
@liwei0705 |
epsg convert failed!
只有坐标转换失败,文件是转换成功了的 osgb转3dtiles
The text was updated successfully, but these errors were encountered: