SUMO,缺少 Netconvert 投影选项 --proj.plain-geo。 GEO 坐标未显示
SUMO, Netconvert projection option --proj.plain-geo is missing. GEO coordinates not showing
我正在 运行ning SUMO 0.30.0 ubuntu 16.04 OS 以便 运行 在 Omnet++ 中进行模拟(使用 Veins and/or Artery ).
出于某种原因,SUMO GUI 在右下角不显示任何 GEO 坐标。同样如标题中所述,缺少 netconvert 选项 --proj.plan-geo
。
唯一可用的投影选项是 --simple-projection
和 --proj.scale INT
.
我确实安装了项目库。
$ proj
Rel. 4.9.3, 15 August 2016
usage: proj [ -bCeEfiIlormsStTvVwW [args] ] [ +opts[=arg] ] [ files ]
谁能帮我找到这个问题的根源?
最有可能的原因是你没有安装proj开发库,只是在编译前安装了proj。试试像
sudo apt install libproj-dev
然后再次执行 configure
和 make
。
我正在 运行ning SUMO 0.30.0 ubuntu 16.04 OS 以便 运行 在 Omnet++ 中进行模拟(使用 Veins and/or Artery ).
出于某种原因,SUMO GUI 在右下角不显示任何 GEO 坐标。同样如标题中所述,缺少 netconvert 选项 --proj.plan-geo
。
唯一可用的投影选项是 --simple-projection
和 --proj.scale INT
.
我确实安装了项目库。
$ proj
Rel. 4.9.3, 15 August 2016
usage: proj [ -bCeEfiIlormsStTvVwW [args] ] [ +opts[=arg] ] [ files ]
谁能帮我找到这个问题的根源?
最有可能的原因是你没有安装proj开发库,只是在编译前安装了proj。试试像
sudo apt install libproj-dev
然后再次执行 configure
和 make
。