摘要:
处理gis数据,投影变换时出现异常: the operation was attempted on an empty geometry 解决思路: arcgis的repair geometry方法:删除null geometry; shapefile的投影设置有误,例如原始投影设置错误; 阅读全文
摘要:
库冲突导致的异常,由于多次引入SLF4j包导致。 It seems you have several implementation of SLF4J; you should exclude all the not necessary ones maven项目的解决方法: 通过mvn dependen 阅读全文