Convert testfile to pbf
This commit is contained in:
parent
78f33ee479
commit
93c2d676d0
2 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ public class MapcreatorTest {
|
||||||
@Ignore("Fails with PBF parser")
|
@Ignore("Fails with PBF parser")
|
||||||
@Test
|
@Test
|
||||||
public void mapcreatorTest() throws Exception {
|
public void mapcreatorTest() throws Exception {
|
||||||
URL mapurl = this.getClass().getResource("/dreieich.osm.gz");
|
URL mapurl = this.getClass().getResource("/dreieich.pbf");
|
||||||
Assert.assertNotNull("test-osm-map dreieich.osm not found", mapurl);
|
Assert.assertNotNull("test-osm-map dreieich.pbf not found", mapurl);
|
||||||
File mapFile = new File(mapurl.getFile());
|
File mapFile = new File(mapurl.getFile());
|
||||||
File workingDir = mapFile.getParentFile();
|
File workingDir = mapFile.getParentFile();
|
||||||
File profileDir = new File(workingDir, "/../../../../misc/profiles2");
|
File profileDir = new File(workingDir, "/../../../../misc/profiles2");
|
||||||
|
|
BIN
brouter-map-creator/src/test/resources/dreieich.pbf
Normal file
BIN
brouter-map-creator/src/test/resources/dreieich.pbf
Normal file
Binary file not shown.
Loading…
Reference in a new issue