Planetiler 0.9.2 (#264)

* planetiler-core version bumped to 0.9.2 (SNAPSHOT for now)

* testTransportation() adjusted to match https://github.com/onthegomap/planetiler/pull/1330
This commit is contained in:
Peter Hanecak
2025-09-22 17:06:01 +02:00
committed by GitHub
parent c15c45315c
commit da10b60d6c

View File

@@ -198,7 +198,7 @@ class OpenMapTilesTest {
assertNumFeatures("transportation", Map.of(
"class", "path",
"subclass", "footway"
), 14, 756, LineString.class);
), 14, 828, LineString.class);
assertNumFeatures("transportation", Map.of(
"class", "primary"
), 14, 249, LineString.class);