mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
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:
@@ -198,7 +198,7 @@ class OpenMapTilesTest {
|
|||||||
assertNumFeatures("transportation", Map.of(
|
assertNumFeatures("transportation", Map.of(
|
||||||
"class", "path",
|
"class", "path",
|
||||||
"subclass", "footway"
|
"subclass", "footway"
|
||||||
), 14, 756, LineString.class);
|
), 14, 828, LineString.class);
|
||||||
assertNumFeatures("transportation", Map.of(
|
assertNumFeatures("transportation", Map.of(
|
||||||
"class", "primary"
|
"class", "primary"
|
||||||
), 14, 249, LineString.class);
|
), 14, 249, LineString.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user