Fix oneway logic (#70)

This commit is contained in:
Michael Barry
2023-02-06 05:48:51 -05:00
committed by GitHub
parent 0a27d5b309
commit 30538c6706
3 changed files with 11 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ class OpenMapTilesTest {
), 14, 909, LineString.class);
assertNumFeatures("transportation", Map.of(
"class", "primary"
), 14, 170, LineString.class);
), 14, 259, LineString.class);
}
@Test