Skip to content

Commit

Permalink
Add lean-to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 14, 2024
1 parent ee62dd4 commit 86dabd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added img/map/lean_to.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ window.onload = function(event) {
'disallowed-stripes',
'ferry',
'guidepost',
'lean_to',
'lock',
'lock-canoeable',
'lock-hazard',
Expand Down
4 changes: 2 additions & 2 deletions js/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,8 @@ function poiIconImageExpression(travelMode) {
['==', ["get", "tourism"], "camp_site"], ["image", "campground"],
['==', ["get", "tourism"], "caravan_site"], ["image", "campground"],
['==', ["get", "tourism"], "camp_pitch"], ["image", "campsite"],
['==', ["get", "shelter_type"], "lean_to"], ["image", "campsite"],
['==', ["get", "tourism"], "wilderness_hut"], ["image", "campsite"],
['==', ["get", "shelter_type"], "lean_to"], ["image", "lean_to"],
['==', ["get", "tourism"], "wilderness_hut"], ["image", "lean_to"],
['==', ["get", "tourism"], "viewpoint"], ["image", "viewpoint"],
[
"any",
Expand Down

0 comments on commit 86dabd2

Please sign in to comment.