Skip to content

Commit

Permalink
Add viewpoint POIs
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 6, 2024
1 parent 89d3e0a commit 6e48e4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added img/map/viewpoint.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 @@ -511,6 +511,7 @@ window.onload = function(event) {
'slipway-canoe-noaccess',
'streamgage',
'trailhead',
'viewpoint',
'waterfall',
'waterfall-canoeable',
'waterfall-hazard',
Expand Down
1 change: 1 addition & 0 deletions js/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ function poiIconImageExpression(travelMode) {
['==', ["get", "man_made"], "monitoring_station"], ["image", "streamgage"],
['==', ["get", "tourism"], "camp_site"], ["image", "campground"],
['==', ["get", "tourism"], "camp_pitch"], ["image", "campsite"],
['==', ["get", "tourism"], "viewpoint"], ["image", "viewpoint"],
[
"any",
['==', ["get", "natural"], "beaver_dam"],
Expand Down

0 comments on commit 6e48e4b

Please sign in to comment.