0

我需要在使用 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 更改为它并没有什么不同。

有任何想法吗?

4

1 回答 1

0

如果这对将来的任何人有帮助:

使用用户界面方法无法找到依赖项,因此我尝试按照以下链接中的说明手动编辑 pom.xml 文件(请参见第 5 点),它成功了!

http://docs.geotools.org/latest/userguide/tutorial/quickstart/eclipse.html#adding-jars-to-your-project

于 2013-03-06T17:33:28.440 回答