From 510c11de99e5958fcb57057660eb8e7a8cf5437f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 06 Jul 2019 15:32:26 +0000 Subject: [PATCH] Do not increase ol.style.IconImageCache cache size, default is fine --- map.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/map.js b/map.js index 484637b..ec74343 100644 --- a/map.js +++ b/map.js @@ -911,8 +911,6 @@ vehicles_last_update[type] = 0; }); - ol.style.IconImageCache.shared.setSize(512); - geolocation_feature = new ol.Feature({ name: '', style: new ol.style.Style({ -- Gitblit v1.9.1