我需要在使用 Eclipse 和 m2e 插件开发的 JAVA 项目中使用 GeoTools。
我在 pom.xml 中配置了以下存储库:
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools</url>
</repository>
当我在 Dependencies->Add 对话框中搜索“gt-shapefile”时,我没有得到任何结果。可能还有另一个存储库吗?我注意到http://download.osgeo.org/webdav/geotools/org/geotools下存在“gt-shapefile”库,但如果我将存储库的 URL 更改为它并没有什么不同。
有任何想法吗?