graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

The code on Master compilation failed #107

Closed solderain closed 6 years ago

solderain commented 6 years ago

Pull the master code and try to compile, but it did not pass , get the error below ,cann't get dependency code for "graphhopper-reader-osm:jar:0.10-SNAPSHOT" @karussell

boldtrn commented 6 years ago

You are using repo.alibaba-inc.com and not one of the official repos. Try again with the default settings and let us know if the issue is resolved.

solderain commented 6 years ago

@boldtrn
Thanks for your remind,have changed the repository to central , see the below screenshot , it didn't work well still , not sure any wrong configuration image

karussell commented 6 years ago

Why was there a need to edit the pom.xml? Also lets move to https://discuss.graphhopper.com/c/graphhopper/map-matching Furthermore you should switch to the 0.9.0 stable version

solderain commented 6 years ago

@karussell I couldn't find 0.9.0 stable version in all branchs , how to pull that version?

karussell commented 6 years ago

0.9

karussell commented 6 years ago

Ups, it is not yet created. Will do this

solderain commented 6 years ago

Got it , thanks !