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

Use GH core 1.0-pre33 #170

Closed easbar closed 4 years ago

easbar commented 4 years ago

Updates core to 1.0-pre33. MapMatching is now taking a PMap that must contain a profile string matching one of the (now required) routing profiles. MapMatchingResource is still (only) using the vehicle/weighting parameters which are mapped to one of the available profiles using ProfileResolver. So starting with this version map matching config requires a profile section (not only when CH is used), but the web-api should still be working as before. The profile parameter for the web API will be added afterwards.

easbar commented 4 years ago

ugh should go into recent_core, sorry