Skip to content

Commit

Permalink
Add temporary icons for other camping types
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 6, 2024
1 parent 6e48e4b commit 5c9a294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,10 @@ function poiIconImageExpression(travelMode) {
['==', ["get", "information"], "route_marker"], ["image", "route_marker"],
['==', ["get", "man_made"], "monitoring_station"], ["image", "streamgage"],
['==', ["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", "tourism"], "viewpoint"], ["image", "viewpoint"],
[
"any",
Expand Down

0 comments on commit 5c9a294

Please sign in to comment.