From 7316d6ebb5231adf8f38b23fa9f099cccf9249b2 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 9 Nov 2021 20:13:27 +0100 Subject: [PATCH] sdrweb: remove wrong iconAnchor from adsb map --- hosts/containers/sdrweb/adsb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/sdrweb/adsb.html b/hosts/containers/sdrweb/adsb.html index 2d31fcda..89bddcda 100644 --- a/hosts/containers/sdrweb/adsb.html +++ b/hosts/containers/sdrweb/adsb.html @@ -69,7 +69,7 @@ selhtml = ''; } he = ''; - var icon = L.divIcon({html: he, className: 'plane-icon', iconSize: [b*64,b*64], iconAnchor: [b*32,b*32]}); + var icon = L.divIcon({html: he, className: 'plane-icon', iconSize: [b*64,b*64]}); return icon; }