diff --git a/public/js/map/overlays/AirUtilsPlanesOverlay.js b/public/js/map/overlays/AirUtilsPlanesOverlay.js index a481214..8b9f11d 100644 --- a/public/js/map/overlays/AirUtilsPlanesOverlay.js +++ b/public/js/map/overlays/AirUtilsPlanesOverlay.js @@ -32,6 +32,10 @@ let icons = { url: "pics/airutils_planes/blimp.png", size: 96 }, + "fishing_boat:boat": { + url: "pics/airutils_planes/fishingboat.png", + size: 72 + }, }; // listening for realtime updates diff --git a/public/pics/airutils_planes/fishingboat.png b/public/pics/airutils_planes/fishingboat.png new file mode 100644 index 0000000..bdbd2ac Binary files /dev/null and b/public/pics/airutils_planes/fishingboat.png differ