地球显示中文KML 等:
修改源码,这样还可以改字体颜色等等,然后自己打包, 去掉数字签名,随心所欲的改....
字体:gov.nasa.worldwind.render.PointPlacem arkAttributes类
protected static final Font DEFAULT_LABEL_FONT = Font.decode("宋体-BOLD-14");
图层中文乱码:
gov.nasa.worldwind.util.layertree.LayerTree
protected static final Font DEFAULT_LABEL_FONT = Font.decode("宋体-BOLD-14");
本文介绍了如何在地球显示中解决中文KML等文件的字体颜色及图层乱码问题,通过修改gov.nasa.worldwind.render.PointPlacemarkAttributes类中的DEFAULT_LABEL_FONT属性实现。
276

被折叠的 条评论
为什么被折叠?



