Skip to content

Commit 29e491c

Browse files
committed
Add tests for strait and fjord
1 parent d6fbfd8 commit 29e491c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/400-bay-water.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# osm_id: 43950409 name: San Pablo Bay
12
assert_has_feature(
23
14, 2623, 6318, 'water',
34
{ 'kind': 'bay', 'label_placement': 'yes' })
5+
6+
# osm_id: 360566115 name: Byron strait
7+
assert_has_feature(
8+
14, 15043, 8311, 'water',
9+
{ 'kind': 'strait', 'label_placement': 'yes' })
10+
11+
# osm_id: -1451065 name: Horsens Fjord
12+
assert_has_feature(
13+
14, 8645, 5114, 'water',
14+
{ 'kind': 'fjord', 'label_placement': 'yes' })

0 commit comments

Comments
 (0)