Convert testfile to pbf

This commit is contained in:
Manuel Fuhr 2021-10-09 08:07:07 +02:00
parent 78f33ee479
commit 93c2d676d0
2 changed files with 2 additions and 2 deletions

View file

@ -11,8 +11,8 @@ public class MapcreatorTest {
@Ignore("Fails with PBF parser")
@Test
public void mapcreatorTest() throws Exception {
URL mapurl = this.getClass().getResource("/dreieich.osm.gz");
Assert.assertNotNull("test-osm-map dreieich.osm not found", mapurl);
URL mapurl = this.getClass().getResource("/dreieich.pbf");
Assert.assertNotNull("test-osm-map dreieich.pbf not found", mapurl);
File mapFile = new File(mapurl.getFile());
File workingDir = mapFile.getParentFile();
File profileDir = new File(workingDir, "/../../../../misc/profiles2");

Binary file not shown.