mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
Handle highways with man_made=bridge (#66)
This commit is contained in:
@@ -444,6 +444,17 @@ public class TransportationTest extends AbstractLayerTest {
|
||||
))));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBridgeConstruction() {
|
||||
// https://www.openstreetmap.org/way/658335918 was returning class=bridge, should just ignore
|
||||
assertFeatures(13, List.of(), process(lineFeature(Map.of(
|
||||
"highway", "construction",
|
||||
"construction", "bridge",
|
||||
"man_made", "bridge",
|
||||
"layer", "1"
|
||||
))));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testRaceway() {
|
||||
assertFeatures(13, List.of(Map.of(
|
||||
|
||||
Reference in New Issue
Block a user