Skip to content

Commit

Permalink
Add campground icon
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 5, 2024
1 parent 3cc7783 commit a9c58e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added img/map/campground.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 @@ -515,6 +515,7 @@ window.onload = function(event) {
'beaver_dam-hazard',
'bothways-arrows',
'cairn',
'campground',
'canoe',
'canoe-noaccess',
'dam',
Expand Down
1 change: 1 addition & 0 deletions js/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ function poiIconImageExpression(travelMode) {
['==', ["get", "information"], "guidepost"], ["image", "guidepost"],
['==', ["get", "information"], "route_marker"], ["image", "route_marker"],
['==', ["get", "man_made"], "monitoring_station"], ["image", "streamgage"],
['==', ["get", "tourism"], "camp_site"], ["image", "campground"],
[
"any",
['==', ["get", "natural"], "beaver_dam"],
Expand Down

0 comments on commit a9c58e6

Please sign in to comment.