-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #658 from mapzen/natural-man_made-pois
Add natural and man_made pois
- Loading branch information
Showing
5 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# node 1328665285 | ||
assert_has_feature( | ||
15, 5293, 12734, 'pois', | ||
{ 'kind': 'mineshaft' }) | ||
|
||
# node 1071144152 | ||
assert_has_feature( | ||
16, 10583, 25289, 'pois', | ||
{ 'kind': 'adit' }) | ||
|
||
# node 2794798164 | ||
assert_has_feature( | ||
16, 10549, 25431, 'pois', | ||
{ 'kind': 'water_well', 'min_zoom': 17 }) | ||
|
||
# node 966585438 | ||
assert_has_feature( | ||
14, 2764, 6333, 'pois', | ||
{ 'kind': 'saddle' }) | ||
|
||
# node 358832354 | ||
assert_has_feature( | ||
15, 5224, 12570, 'pois', | ||
{ 'kind': 'geyser' }) | ||
|
||
# node 4020311689 | ||
assert_has_feature( | ||
16, 10805, 25827, 'pois', | ||
{ 'kind': 'hot_spring' }) | ||
|
||
# node 3150154140 | ||
assert_has_feature( | ||
16, 10482, 25294, 'pois', | ||
{ 'kind': 'rock', 'min_zoom': 17 }) |