try {
            downloadMapFile(mapId + "_" + mapDate + (mapKey.isBlank() ? ".swf" : "X.swf"));
        } catch (Exception ex) {
            log.error("An error occurred while downloading a map file.", ex);
        }