Adds .properties file to osrm-extract ouput

This file contains global properties set by the lua
profile, such as enabling uturns at vias and penalties.
This file will be consumed by the server.
This commit is contained in:
Patrick Niklaus
2016-03-21 22:42:47 +01:00
parent 47afe60e5f
commit 9c6c02d85b
18 changed files with 253 additions and 250 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ namespace osrm
namespace extractor
{
GraphCompressor::GraphCompressor(SpeedProfileProperties speed_profile)
: speed_profile(std::move(speed_profile))
GraphCompressor::GraphCompressor()
{
}