SBT无法解析OSgeo / JAI maven依赖项

时间:2017-04-08 11:49:21

标签: maven sbt geotools jai

我想将ESRI ASCII地理网格文件读入java。 因此需要geotools和t-arcgrid。

将这些加载到像

这样的集合中
unresolved dependency: it.geosolutions.jaiext.

即使添加了其他解析器,我也会获得resolvers += "osgeo" at "http://download.osgeo.org/webdav/geotools" resolvers += "boundless" at "http://repo.boundlessgeo.com/main"

imageio-ext-arcgrid-1.1.17.pom

它应该驻留在无边界存储库中,但未解析documentation

检查日志时{}正在尝试访问http://mvnrepository.com/artifact/it.geosolutions.jaiext/jaiext/1.1.8。  如果我在浏览器中单击,则会下载"org.geotools" % "gt-coverage" % geotools,。 SBT有什么问题?对于几个(传递性)依赖性,可以观察到相同的问题。

要重现这里的示例,还有一个最小的git项目http://repo.boundlessgeo.com/main/it/geosolutions/imageio-ext/imageio-ext-arcgrid/1.1.17/imageio-ext-arcgrid-1.1.17.pom,但所有相关的代码已经存在于上面。

修改

var culture = new System.Globalization.CultureInfo(sLang); Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = culture.Name; Windows.ApplicationModel.Resources.Core.ResourceContext.GetForCurrentView().Reset(); Windows.ApplicationModel.Resources.Core.ResourceContext.GetForViewIndependentUse().Reset(); Frame.Navigate(Frame.CurrentSourcePageType); //I want to avoid this as calling this will re-initialize my page - which in turn re-load my products 附加到依赖项将无济于事。

1 个答案:

答案 0 :(得分:2)

看起来添加 <input type="submit" name="signup" value="Sign UP!"> <?php if($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['signup'])) { /* Your code here */ } ?> 会使其有效。