diff --git a/img/map/campground.png b/img/map/campground.png new file mode 100644 index 0000000..60b4786 Binary files /dev/null and b/img/map/campground.png differ diff --git a/js/index.js b/js/index.js index e6a45c3..fff6254 100644 --- a/js/index.js +++ b/js/index.js @@ -515,6 +515,7 @@ window.onload = function(event) { 'beaver_dam-hazard', 'bothways-arrows', 'cairn', + 'campground', 'canoe', 'canoe-noaccess', 'dam', diff --git a/js/mapController.js b/js/mapController.js index a1fb59d..b437b20 100644 --- a/js/mapController.js +++ b/js/mapController.js @@ -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"],