use .osrm.edges file in Rake task and cucumber tests
This commit is contained in:
parent
71b90ab216
commit
f5da6a0e5f
1
Rakefile
1
Rakefile
@ -64,6 +64,7 @@ def write_server_ini osm_file
|
|||||||
|
|
||||||
hsgrData=#{DATA_FOLDER}/#{osm_file}.osrm.hsgr
|
hsgrData=#{DATA_FOLDER}/#{osm_file}.osrm.hsgr
|
||||||
nodesData=#{DATA_FOLDER}/#{osm_file}.osrm.nodes
|
nodesData=#{DATA_FOLDER}/#{osm_file}.osrm.nodes
|
||||||
|
edgesData=#{DATA_FOLDER}/#{osm_file}.osrm.edges
|
||||||
ramIndex=#{DATA_FOLDER}/#{osm_file}.osrm.ramIndex
|
ramIndex=#{DATA_FOLDER}/#{osm_file}.osrm.ramIndex
|
||||||
fileIndex=#{DATA_FOLDER}/#{osm_file}.osrm.fileIndex
|
fileIndex=#{DATA_FOLDER}/#{osm_file}.osrm.fileIndex
|
||||||
namesData=#{DATA_FOLDER}/#{osm_file}.osrm.names
|
namesData=#{DATA_FOLDER}/#{osm_file}.osrm.names
|
||||||
|
@ -58,6 +58,7 @@ Given /^the preprocessed files for "([^"]*)" are present and up to date$/ do |ar
|
|||||||
File.exists?("#{area}.osrm.restrictions").should == true
|
File.exists?("#{area}.osrm.restrictions").should == true
|
||||||
File.exists?("#{area}.osrm.hsgr").should == true
|
File.exists?("#{area}.osrm.hsgr").should == true
|
||||||
File.exists?("#{area}.osrm.nodes").should == true
|
File.exists?("#{area}.osrm.nodes").should == true
|
||||||
|
File.exists?("#{area}.osrm.edges").should == true
|
||||||
File.exists?("#{area}.osrm.ramIndex").should == true
|
File.exists?("#{area}.osrm.ramIndex").should == true
|
||||||
File.exists?("#{area}.osrm.fileIndex").should == true
|
File.exists?("#{area}.osrm.fileIndex").should == true
|
||||||
end
|
end
|
||||||
|
@ -32,6 +32,7 @@ Port = 5000
|
|||||||
|
|
||||||
hsgrData=#{@osm_file}.osrm.hsgr
|
hsgrData=#{@osm_file}.osrm.hsgr
|
||||||
nodesData=#{@osm_file}.osrm.nodes
|
nodesData=#{@osm_file}.osrm.nodes
|
||||||
|
edgesData=#{@osm_file}.osrm.edges
|
||||||
ramIndex=#{@osm_file}.osrm.ramIndex
|
ramIndex=#{@osm_file}.osrm.ramIndex
|
||||||
fileIndex=#{@osm_file}.osrm.fileIndex
|
fileIndex=#{@osm_file}.osrm.fileIndex
|
||||||
namesData=#{@osm_file}.osrm.names
|
namesData=#{@osm_file}.osrm.names
|
||||||
|
Loading…
Reference in New Issue
Block a user