Merge pull request #556 from afischerdev/jdbc-import
Works for me, but performance test for planet processing still running. Maybe I'll change to prelaod Database Info and matching against a memory map, but I first merge and do eventual changes in a new PR
This commit is contained in:
commit
624edc63ee
7 changed files with 2243 additions and 12 deletions
|
|
@ -35,7 +35,7 @@ public class MapcreatorTest {
|
|||
File profileCheck = new File(profileDir, "softaccess.brf");
|
||||
File borderFile = new File(tmpdir, "bordernids.dat");
|
||||
|
||||
new OsmFastCutter().doCut(lookupFile, nodes, ways, nodes55, ways55, borderFile, relFile, resFile, profileAll, profileReport, profileCheck, mapFile);
|
||||
new OsmFastCutter().doCut(lookupFile, nodes, ways, nodes55, ways55, borderFile, relFile, resFile, profileAll, profileReport, profileCheck, mapFile, null);
|
||||
|
||||
|
||||
// run PosUnifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue